Skip to content

Commit

Permalink
Use appropriate assert instead of combination
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed Jan 5, 2019
1 parent 925f01d commit 00cf1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Go/Console/Command/CacheWarmupCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function setUp()

public function testItWarmsUpCache()
{
$this->assertFalse(file_exists($this->configuration['cacheDir']));
$this->assertFileNotExists($this->configuration['cacheDir']);

$this->warmUp();

Expand Down

0 comments on commit 00cf1d7

Please sign in to comment.