class RunTestCommand extends Command

Supports ability to run a phpunit test with only the name of the test file is accepted as a required input.

More information can be found here.

Methods

void
configure()

Configures the command.

int
execute(InputInterface $input, OutputInterface $output)

Executes the command

Details

at line 25
protected void configure()

Configures the command.

Return Value

void

at line 61
protected int execute(InputInterface $input, OutputInterface $output)

Executes the command

Parameters

InputInterface $input

The input.

OutputInterface $output

The output.

Return Value

int

A value that indicates success, invalid, or failure.