PHP Class Codeception\Command\GeneratePhpunitBootstrap

Inheritance: extends Symfony\Component\Console\Command\Command
Afficher le fichier Open project: lucatume/wp-browser

Méthodes publiques

Méthode Description
getDescription ( )

Méthodes protégées

Méthode Description
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 )

Private Methods

Méthode Description
bootstrapFilePath ( $testsPath )
getBootstrapFileContents ( $vendor, $testsPath )

Method Details

compileTemplate() protected méthode

protected compileTemplate ( $args, $template )

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

getDescription() public méthode

public getDescription ( )

getRootPath() protected méthode

protected getRootPath ( ) : string
Résultat string

getTestsuiteEntry() protected méthode

protected getTestsuiteEntry ( $args )

getXmlFileContent() protected méthode

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

loadPreviousConfig() protected méthode

protected loadPreviousConfig ( $xmlFile )