CommandTester

CommandTester

class CommandTester

Eases the testing of console commands.

Methods

__construct(Command $command)

Constructor.

int execute(array $input, array $options = array())

Executes the command.

string getDisplay(bool $normalize = false)

Gets the display returned by the last execution of the command.

InputInterface g