Skip to content

Commit cd3bf58

Browse files
committed
Fixed potential delay issue in test #560
(cherry picked from commit fcdcc3a)
1 parent 5212893 commit cd3bf58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/issues/Github-560.test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
*/
3232
$cacheItem = $cacheInstance->getItem($cacheKey);
3333
$cacheItem->set($string);
34-
$now = time();
3534
$cacheInstance->save($cacheItem);
35+
$now = time();
3636

3737
/**
3838
* Delete memory references

0 commit comments

Comments
 (0)