use the clock mock to make test more resilient

This commit is contained in:
Christian Flothmann 2021-01-04 17:00:46 +01:00
parent 5b9e187631
commit 35f836a66d

View File

@ -31,6 +31,9 @@ class EarlyExpirationHandlerTest extends TestCase
(new Filesystem())->remove(sys_get_temp_dir().'/symfony-cache');
}
/**
* @group time-sensitive
*/
public function testHandle()
{
$pool = new FilesystemAdapter();