Skip to content

Commit

Permalink
Merge pull request #46 from nguyenanhung/v4.x
Browse files Browse the repository at this point in the history
Release version 4.0.4
  • Loading branch information
nguyenanhung authored Apr 30, 2024
2 parents e341952 + afdd956 commit 7b64e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function testSendRequestOnCache(string $url = '', $data = '', string $method = '
500
)->setCacheDriver('files')->setCacheSecurityKey($cacheSecurityKey)->setCacheDefaultChmod(
$cacheChmod
)->setCacheDefaultKeyHashFunction($cacheKeyHash)->__construct();
)->setCacheDefaultKeyHashFunction($cacheKeyHash);


testOutputWriteLnOnCache('Class Cache SDK Version', $cache->getVersion());
Expand Down

0 comments on commit 7b64e4a

Please sign in to comment.