PHP Class Codeception\Command\GeneratePhpunitBootstrap

Inheritance: extends Symfony\Component\Console\Command\Command
Show file Open project: lucatume/wp-browser

Public Methods

Method Description
getDescription ( )

Protected Methods

Method 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

Method Description
bootstrapFilePath ( $testsPath )
getBootstrapFileContents ( $vendor, $testsPath )

Method Details

compileTemplate() protected method

protected compileTemplate ( $args, $template )

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

getDescription() public method

public getDescription ( )

getRootPath() protected method

protected getRootPath ( ) : string
return string

getTestsuiteEntry() protected method

protected getTestsuiteEntry ( $args )

getXmlFileContent() protected method

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

loadPreviousConfig() protected method

protected loadPreviousConfig ( $xmlFile )