PHP 클래스 Codeception\Module\WPLoaderTest

상속: extends Codeception\Test\Unit
파일 보기 프로젝트 열기: lucatume/wp-browser

보호된 프로퍼티들

프로퍼티 타입 설명
$backupGlobals
$config array
$moduleContainer Codeception\Lib\ModuleContainer
$tester UnitTester
$wp tad\WPBrowser\Adapters\WP

공개 메소드들

메소드 설명
it_should_allow_to_set_a_child_theme_passing_an_array_of_parent_child ( )
it_should_be_instantiatable ( )
it_should_not_switch_to_theme_if_not_set ( )
it_should_set_the_template_and_stylesheet_options_when_passed_a_theme_config_parameter ( )
it_should_switch_theme_to_just_stylesheet_if_no_template ( )
it_should_switch_to_theme_if_set ( )

보호된 메소드들

메소드 설명
_before ( )

비공개 메소드들

메소드 설명
make_instance ( ) : WPLoader

메소드 상세

_before() 보호된 메소드

protected _before ( )

it_should_allow_to_set_a_child_theme_passing_an_array_of_parent_child() 공개 메소드

it_should_be_instantiatable() 공개 메소드

it_should_not_switch_to_theme_if_not_set() 공개 메소드

it_should_set_the_template_and_stylesheet_options_when_passed_a_theme_config_parameter() 공개 메소드

it_should_switch_theme_to_just_stylesheet_if_no_template() 공개 메소드

it_should_switch_to_theme_if_set() 공개 메소드

프로퍼티 상세

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

protected $backupGlobals

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

protected array $config
리턴 array

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

protected ModuleContainer,Codeception\Lib $moduleContainer
리턴 Codeception\Lib\ModuleContainer

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

protected UnitTester $tester
리턴 UnitTester

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

protected WP,tad\WPBrowser\Adapters $wp
리턴 tad\WPBrowser\Adapters\WP