Skip to content

Commit fcdcc3a

Browse files
committed
Fixed potential delay issue in test #560
1 parent ca059cb commit fcdcc3a

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)