PHP 클래스 Codeception\Command\GeneratePhpunitBootstrap

상속: extends Symfony\Component\Console\Command\Command
파일 보기 프로젝트 열기: lucatume/wp-browser

공개 메소드들

메소드 설명
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 )