PHP Класс Piwik\Plugins\TestRunner\Commands\TestsRun

Наследование: extends Piwik\Plugin\ConsoleCommand
Показать файл Открыть проект

Защищенные методы

Метод Описание
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
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 ( )

Описание методов

configure() защищенный Метод

protected configure ( )

execute() защищенный Метод

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