[Cache] Fixed broken test

This commit is contained in:
Nyholm 2020-10-24 23:50:04 +02:00
parent ea8b1a51c7
commit e17797c8e4
No known key found for this signature in database
GPG Key ID: 1187B6F70C4F519E

View File

@ -38,7 +38,7 @@ class ChainAdapterTest extends AdapterTestCase
public static function tearDownAfterClass(): void
{
FilesystemAdapterTest::rmdir(sys_get_temp_dir().'/symfony-cache');
(new Filesystem())->remove(sys_get_temp_dir().'/symfony-cache');
}
public function testEmptyAdaptersException()