Skip to content
Gerard Rico Botella edited this page Nov 3, 2019 · 1 revision

Run command

$result = $this->runCommand('command:name', ['argument1'], ['First input']);

Command result assertions

$result->assertOk();
$result->assertSee('Search this text in command output');
Clone this wiki locally