PHP 클래스 Codeception\Command\WPBootstrap

상속: extends Codeception\Command\Bootstrap
파일 보기 프로젝트 열기: lucatume/wp-browser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$userConfig array

보호된 프로퍼티들

프로퍼티 타입 설명
$butler tad\WPBrowser\Interactions\WPBootsrapButler
$theme Either a theme slug or an array in the [,] format.

공개 메소드들

메소드 설명
__construct ( $name, tad\WPBrowser\Interactions\ButlerInterface $butler = null )
createGlobalConfig ( )
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
getDescription ( )
getScaffoldedSuitesNames ( ) : array Returns an array containing the names of the suites the command will scaffold.

보호된 메소드들

메소드 설명
configure ( )
createAcceptanceSuite ( $actor = 'Acceptance' )
createFunctionalSuite ( $actor = 'Functional' )
createIntegrationSuite ( $actor = 'Integration' )
decorateOutput ( Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Output\OutputInterface | WrappingOutput
getAcceptanceSuiteConfig ( $actor ) : array
getFunctionalSuiteConfig ( $actor ) : array
getIntegrationSuiteConfig ( $actor ) : array
getWordpressConfigDefaults ( ) : array
getWpbrowserDefaults ( ) : array
getWpdbConfigDefaults ( ) : array
getWploaderDefaults ( )
setupSuites ( Symfony\Component\Console\Output\OutputInterface $output )

비공개 메소드들

메소드 설명
scaffoldBaseTestsAdvice ( Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

__construct() 공개 메소드

public __construct ( $name, tad\WPBrowser\Interactions\ButlerInterface $butler = null )
$butler tad\WPBrowser\Interactions\ButlerInterface

configure() 보호된 메소드

protected configure ( )

createAcceptanceSuite() 보호된 메소드

protected createAcceptanceSuite ( $actor = 'Acceptance' )

createFunctionalSuite() 보호된 메소드

protected createFunctionalSuite ( $actor = 'Functional' )

createGlobalConfig() 공개 메소드

public createGlobalConfig ( )

createIntegrationSuite() 보호된 메소드

protected createIntegrationSuite ( $actor = 'Integration' )

decorateOutput() 보호된 메소드

protected decorateOutput ( Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Output\OutputInterface | WrappingOutput
$output Symfony\Component\Console\Output\OutputInterface
리턴 Symfony\Component\Console\Output\OutputInterface | tad\WPBrowser\Console\Output\WrappingOutput

execute() 공개 메소드

public 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

getAcceptanceSuiteConfig() 보호된 메소드

protected getAcceptanceSuiteConfig ( $actor ) : array
$actor
리턴 array

getDescription() 공개 메소드

public getDescription ( )

getFunctionalSuiteConfig() 보호된 메소드

protected getFunctionalSuiteConfig ( $actor ) : array
$actor
리턴 array

getIntegrationSuiteConfig() 보호된 메소드

protected getIntegrationSuiteConfig ( $actor ) : array
$actor
리턴 array

getScaffoldedSuitesNames() 공개 정적인 메소드

Returns an array containing the names of the suites the command will scaffold.
public static getScaffoldedSuitesNames ( ) : array
리턴 array

getWordpressConfigDefaults() 보호된 메소드

protected getWordpressConfigDefaults ( ) : array
리턴 array

getWpbrowserDefaults() 보호된 메소드

protected getWpbrowserDefaults ( ) : array
리턴 array

getWpdbConfigDefaults() 보호된 메소드

protected getWpdbConfigDefaults ( ) : array
리턴 array

getWploaderDefaults() 보호된 메소드

protected getWploaderDefaults ( )

setupSuites() 보호된 메소드

protected setupSuites ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

프로퍼티 상세

$butler 보호되어 있는 프로퍼티

protected WPBootsrapButler,tad\WPBrowser\Interactions $butler
리턴 tad\WPBrowser\Interactions\WPBootsrapButler

$theme 보호되어 있는 프로퍼티

Either a theme slug or an array in the [,] format.
protected $theme

$userConfig 공개적으로 프로퍼티

public array $userConfig
리턴 array