PHP Class Piwik\Plugins\TestRunner\Commands\TestsRun

Inheritance: extends Piwik\Plugin\ConsoleCommand
Show file Open project: piwik/piwik

Protected Methods

Method Description
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Private Methods

Method Description
buildPhpUnitCliParams ( $suite, $groups, $options )
buildTestSuiteName ( $suite )
executeTestRun ( $command, $params, Symfony\Component\Console\Output\OutputInterface $output )
executeTests ( $suite, $testFile, $groups, $options, $command, Symfony\Component\Console\Output\OutputInterface $output )
fixPathToTestFileOrDirectory ( $testFile )
getCommand ( $command, $params ) : string
getGroupsFromString ( $groups )
getPluginName ( $name )
getPluginTestFolderName ( $name )
getTestFile ( Symfony\Component\Console\Input\InputInterface $input )
getTestsSuites ( )
getTestsuite ( Symfony\Component\Console\Input\InputInterface $input )
isCoverageEnabled ( $options )
isXdebugCodeCoverageEnabled ( )
isXdebugLoaded ( )

Method Details

configure() protected method

protected configure ( )

execute() protected method

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface