PHP Класс Codeception\Command\GeneratePhpunitBootstrap

Наследование: extends Symfony\Component\Console\Command\Command
Показать файл Открыть проект

Открытые методы

Метод Описание
getDescription ( )

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

Метод Описание
compileTemplate ( $args, $template )
configure ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getRootPath ( ) : string
getTestsuiteEntry ( $args )
getXmlFileContent ( $suitesEntries, $testsPath, $previousConfig = null )
loadPreviousConfig ( $xmlFile )

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

Метод Описание
bootstrapFilePath ( $testsPath )
getBootstrapFileContents ( $vendor, $testsPath )

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

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

protected compileTemplate ( $args, $template )

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

getDescription() публичный Метод

public getDescription ( )

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

protected getRootPath ( ) : string
Результат string

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

protected getTestsuiteEntry ( $args )

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

protected getXmlFileContent ( $suitesEntries, $testsPath, $previousConfig = null )

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

protected loadPreviousConfig ( $xmlFile )