class ModuleSuiteLocator implements Controller (View source)

Locates test suite configuration based on module name.

Replaces:

Traits

Methods

__construct(ContainerInterface $container, SuiteRegistry $registry)

Init suite locator

configure(Command $command)

Configures command to be able to process it later.

null
execute(InputInterface $input, OutputInterface $output)

Processes data from container and console input.

Details

__construct(ContainerInterface $container, SuiteRegistry $registry)

Init suite locator

Parameters

ContainerInterface $container
SuiteRegistry $registry

configure(Command $command)

Configures command to be able to process it later.

Parameters

Command $command

null execute(InputInterface $input, OutputInterface $output)

Processes data from container and console input.

Parameters

InputInterface $input
OutputInterface $output

Return Value

null

Exceptions

RuntimeException