ParaTest\Console\ParaTestApplication::doRun PHP Method

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
    public function doRun(InputInterface $input, OutputInterface $output)
    {
        $this->add(new ParaTestCommand(new PHPUnit()));
        return parent::doRun($input, $output);
    }