Property | Type | Description | |
---|---|---|---|
$userConfig | array |
Property | Type | Description | |
---|---|---|---|
$butler | |||
$theme | Either a theme slug or an array in the [ |
Method | Description | |
---|---|---|
__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. |
Method | Description | |
---|---|---|
configure ( ) | ||
createAcceptanceSuite ( $actor = 'Acceptance' ) | ||
createFunctionalSuite ( $actor = 'Functional' ) | ||
createIntegrationSuite ( $actor = 'Integration' ) | ||
decorateOutput ( Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Output\OutputInterface | |
||
getAcceptanceSuiteConfig ( $actor ) : array | ||
getFunctionalSuiteConfig ( $actor ) : array | ||
getIntegrationSuiteConfig ( $actor ) : array | ||
getWordpressConfigDefaults ( ) : array | ||
getWpbrowserDefaults ( ) : array | ||
getWpdbConfigDefaults ( ) : array | ||
getWploaderDefaults ( ) | ||
setupSuites ( Symfony\Component\Console\Output\OutputInterface $output ) |
Method | Description | |
---|---|---|
scaffoldBaseTestsAdvice ( Symfony\Component\Console\Output\OutputInterface $output ) |
public __construct ( $name, tad\WPBrowser\Interactions\ButlerInterface $butler = null ) | ||
$butler | tad\WPBrowser\Interactions\ButlerInterface |
protected createIntegrationSuite ( $actor = 'Integration' ) |
protected decorateOutput ( Symfony\Component\Console\Output\OutputInterface $output ) : Symfony\Component\Console\Output\OutputInterface | |
||
$output | Symfony\Component\Console\Output\OutputInterface | |
return | Symfony\Component\Console\Output\OutputInterface | |
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 |
protected getAcceptanceSuiteConfig ( $actor ) : array | ||
$actor | ||
return | array |
protected getFunctionalSuiteConfig ( $actor ) : array | ||
$actor | ||
return | array |
protected getIntegrationSuiteConfig ( $actor ) : array | ||
$actor | ||
return | array |
public static getScaffoldedSuitesNames ( ) : array | ||
return | array |
protected getWordpressConfigDefaults ( ) : array | ||
return | array |
protected setupSuites ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected WPBootsrapButler,tad\WPBrowser\Interactions $butler | ||
return |