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.
2 parents db34b05 + 5c6d483 commit 1ad0892Copy full SHA for 1ad0892
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