[Cache] fix test

This commit is contained in:
Nicolas Grekas 2018-12-19 10:29:43 +01:00
parent 43dfbe2df9
commit 9ade0a7605

View File

@ -34,6 +34,7 @@ abstract class AdapterTestCase extends CachePoolTest
}
$cache = $this->createCachePool();
$cache->clear();
$value = mt_rand();