We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437a196 commit 0e18e5aCopy full SHA for 0e18e5a
Tests/Command/CacheClearCommand/CacheClearCommandTest.php
@@ -38,7 +38,7 @@ protected function setUp(): void
38
protected function tearDown(): void
39
{
40
$this->fs->remove($this->kernel->getProjectDir());
41
- $this->fs->remove(__DIR__.'/Fixture/preload.php');
+ $this->fs->remove(__DIR__.'/Fixture/.preload.php');
42
}
43
44
public function testCacheIsFreshAfterCacheClearedWithWarmup()
0 commit comments