diff --git a/tests/Console/ConsumerRunnerTest.php b/tests/Console/ConsumerRunnerTest.php index ba24921a..e77512e3 100644 --- a/tests/Console/ConsumerRunnerTest.php +++ b/tests/Console/ConsumerRunnerTest.php @@ -81,6 +81,6 @@ public function it_runs_application() $output = $tester->getDisplay(true); - $this->assertStringStartsWith('Humus Amqp Command Line Interface', $output); + $this->assertRegExp('/json_rpc_server\s\s\sStart a JSON-RPC server/', $output); } }