Merge branch '4.2'

* 4.2:
  [Cache] fix test
This commit is contained in:
Nicolas Grekas 2018-12-19 10:29:56 +01:00
commit 55113775c0

View File

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