PHP Class Piwik\Plugins\TestRunner\Commands\TestsRun

Inheritance: extends Piwik\Plugin\ConsoleCommand
Afficher le fichier Open project: piwik/piwik

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected configure ( )

execute() protected méthode

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