fix filename being cleaned up at end of tests

This commit is contained in:
Christian Flothmann 2020-09-13 11:04:13 +02:00
parent f2e7158bc0
commit 47a5a93e3e

View File

@ -38,7 +38,7 @@ class CacheClearCommandTest extends TestCase
protected function tearDown(): void
{
$this->fs->remove($this->kernel->getProjectDir());
$this->fs->remove(__DIR__.'/Fixture/preload.php');
$this->fs->remove(__DIR__.'/Fixture/.preload.php');
}
public function testCacheIsFreshAfterCacheClearedWithWarmup()