PHP Class ParaTest\Console\ParaTestApplication

Inheritance: extends Symfony\Component\Console\Application
Show file Open project: brianium/paratest

Public Methods

Method Description
__construct ( )
doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) Instantiates the specific Tester and runs it via the ParaTestCommand
getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
getDefinition ( ) : Symfony\Component\Console\Input\InputDefinition The default InputDefinition for the application. Leave it to specific Tester objects for specifying further definitions

Method Details

__construct() public method

public __construct ( )

doRun() public method

Instantiates the specific Tester and runs it via the ParaTestCommand
public doRun ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getCommandName() public method

public getCommandName ( Symfony\Component\Console\Input\InputInterface $input ) : string
$input Symfony\Component\Console\Input\InputInterface
return string

getDefinition() public method

The default InputDefinition for the application. Leave it to specific Tester objects for specifying further definitions
public getDefinition ( ) : Symfony\Component\Console\Input\InputDefinition
return Symfony\Component\Console\Input\InputDefinition