diff --git a/tests/TestCase/Command/EntryCommandTest.php b/tests/TestCase/Command/EntryCommandTest.php index aa12d35f..7e0bcf56 100644 --- a/tests/TestCase/Command/EntryCommandTest.php +++ b/tests/TestCase/Command/EntryCommandTest.php @@ -41,7 +41,7 @@ public function testExecuteHelp() $this->exec('migrations --help'); $this->assertExitSuccess(); - $this->assertOutputContains('Available Commands'); + $this->assertOutputContains('migrations:'); $this->assertOutputContains('migrations migrate'); $this->assertOutputContains('migrations status'); $this->assertOutputContains('migrations rollback');