console-test icon indicating copy to clipboard operation
console-test copied to clipboard

Alternative, opinionated helper for testing Symfony console commands.

Results 2 console-test issues
Sort by recently updated
recently updated
newest added

- show how to instantiate TestCommand (standalone/symfony) - single api docs

documentation

In this case, is 'kbond' what is typed in on the CLI when create:user is run? As opposed to being the arguments? ```php $this->executeConsoleCommand('create:user', ['kbond']) ->assertSuccessful() ->assertOutputContains('Creating regular user "kbond"')...