We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01de988 commit ec98fc9Copy full SHA for ec98fc9
tests/system/CLI/CommandRunnerTest.php
@@ -79,7 +79,7 @@ public function testHelpCommand()
79
80
// make sure the result looks like basic help
81
$this->assertStringContainsString('Displays basic usage information.', $result);
82
- $this->assertStringContainsString('help command_name', $result);
+ $this->assertStringContainsString('help [<command_name>]', $result);
83
}
84
85
public function testHelpCommandDetails()
0 commit comments