Skip to content

Commit 00cf1d7

Browse files
committed
Use appropriate assert instead of combination
1 parent 925f01d commit 00cf1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Go/Console/Command/CacheWarmupCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public function setUp()
1515

1616
public function testItWarmsUpCache()
1717
{
18-
$this->assertFalse(file_exists($this->configuration['cacheDir']));
18+
$this->assertFileNotExists($this->configuration['cacheDir']);
1919

2020
$this->warmUp();
2121

0 commit comments

Comments
 (0)