Skip to content

Commit ec98fc9

Browse files
committed
test: update test
1 parent 01de988 commit ec98fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/CLI/CommandRunnerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testHelpCommand()
7979

8080
// make sure the result looks like basic help
8181
$this->assertStringContainsString('Displays basic usage information.', $result);
82-
$this->assertStringContainsString('help command_name', $result);
82+
$this->assertStringContainsString('help [<command_name>]', $result);
8383
}
8484

8585
public function testHelpCommandDetails()

0 commit comments

Comments
 (0)