Skip to content

Commit fc5e6b1

Browse files
committed
Merge branch '5.1' into 5.x
* 5.1: [Cache] Fixed broken test
2 parents fc615e9 + e80549b commit fc5e6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function createCachePool(int $defaultLifetime = 0, string $testMethod = n
3838

3939
public static function tearDownAfterClass(): void
4040
{
41-
FilesystemAdapterTest::rmdir(sys_get_temp_dir().'/symfony-cache');
41+
(new Filesystem())->remove(sys_get_temp_dir().'/symfony-cache');
4242
}
4343

4444
public function testEmptyAdaptersException()

0 commit comments

Comments
 (0)