We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 925f01d commit 00cf1d7Copy full SHA for 00cf1d7
tests/Go/Console/Command/CacheWarmupCommandTest.php
@@ -15,7 +15,7 @@ public function setUp()
15
16
public function testItWarmsUpCache()
17
{
18
- $this->assertFalse(file_exists($this->configuration['cacheDir']));
+ $this->assertFileNotExists($this->configuration['cacheDir']);
19
20
$this->warmUp();
21
0 commit comments