Skip to content

Commit 1ad0892

Browse files
committed
Merge branch '4.4' into 5.1
* 4.4: [Messenger] Improve error message readability fix filename being cleaned up at end of tests
2 parents db34b05 + 5c6d483 commit 1ad0892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Command/CacheClearCommand/CacheClearCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function setUp(): void
3838
protected function tearDown(): void
3939
{
4040
$this->fs->remove($this->kernel->getProjectDir());
41-
$this->fs->remove(__DIR__.'/Fixture/preload.php');
41+
$this->fs->remove(__DIR__.'/Fixture/.preload.php');
4242
}
4343

4444
public function testCacheIsFreshAfterCacheClearedWithWarmup()

0 commit comments

Comments
 (0)