8000 [Cache] fix test · symfony/symfony@9ade0a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ade0a7

Browse files
[Cache] fix test
1 parent 43dfbe2 commit 9ade0a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public function testGet()
3434
}
3535

3636
$cache = $this->createCachePool();
37+
$cache->clear();
3738

3839
$value = mt_rand();
3940

0 commit comments

Comments
 (0)
0