diff --git a/tests/system/CLI/CommandRunnerTest.php b/tests/system/CLI/CommandRunnerTest.php index 81102f2fa612..04bb83f7d1fc 100644 --- a/tests/system/CLI/CommandRunnerTest.php +++ b/tests/system/CLI/CommandRunnerTest.php @@ -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); } }