8000 Merge branch '4.2' · symfony/symfony@5511377 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5511377

Browse files
Merge branch '4.2'
* 4.2: [Cache] fix test
2 parents 9628588 + 9ade0a7 commit 5511377

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