Skip to content

Commit

Permalink
Update testBadCommand error string
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Dec 1, 2018
1 parent 40ec26b commit 64cfc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/CLI/CommandRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testBadCommand()
stream_filter_remove($this->error_filter);

// make sure the result looks like a command list
$this->assertContains("Command 'bogus' not found", $result);
$this->assertContains('Command "bogus" not found', $result);
}

}

0 comments on commit 64cfc1a

Please sign in to comment.