PHP 클래스 Codeception\Module\WPBootstrapperTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$backupGlobals
$config array
$module_container Codeception\Lib\ModuleContainer
$restorer SebastianBergmann\GlobalState\Restorer
$tester UnitTester
$wp tad\WPBrowser\Adapters\WP

공개 메소드들

메소드 설명
it_should_be_instantiatable ( )
it_should_deactivate_updates_when_bootstrapping ( )
it_should_include_the_wp_load_php_file ( )
it_should_not_include_wp_load_php_twice ( )
it_should_restore_global_state_after_first_bootstrapping ( )
it_should_throw_if_wp_load_php_is_not_in_wp_root_folder ( )
it_should_throw_if_wp_load_php_is_not_readable ( )
it_should_throw_if_wp_root_folder_is_missing ( )
it_should_throw_if_wp_root_folder_is_not_a_folder ( )
it_should_throw_if_wp_root_folder_is_not_readable ( )
it_should_unset_closures_in_global_array_when_saving_global_state ( )
it_should_unset_closures_in_nested_global_array_when_saving_global_state ( )
setUpBeforeClass ( )
set_site_transient ( $key, $value )

보호된 메소드들

메소드 설명
_after ( )
_before ( )

비공개 메소드들

메소드 설명
make_instance ( )

메소드 상세

_after() 보호된 메소드

protected _after ( )

_before() 보호된 메소드

protected _before ( )

it_should_be_instantiatable() 공개 메소드

it_should_deactivate_updates_when_bootstrapping() 공개 메소드

it_should_include_the_wp_load_php_file() 공개 메소드

it_should_not_include_wp_load_php_twice() 공개 메소드

it_should_restore_global_state_after_first_bootstrapping() 공개 메소드

it_should_throw_if_wp_load_php_is_not_in_wp_root_folder() 공개 메소드

it_should_throw_if_wp_load_php_is_not_readable() 공개 메소드

it_should_throw_if_wp_root_folder_is_missing() 공개 메소드

it_should_throw_if_wp_root_folder_is_not_a_folder() 공개 메소드

it_should_throw_if_wp_root_folder_is_not_readable() 공개 메소드

it_should_unset_closures_in_global_array_when_saving_global_state() 공개 메소드

it_should_unset_closures_in_nested_global_array_when_saving_global_state() 공개 메소드

setUpBeforeClass() 공개 정적인 메소드

public static setUpBeforeClass ( )

set_site_transient() 공개 메소드

public set_site_transient ( $key, $value )

프로퍼티 상세

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

protected $backupGlobals

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

protected array $config
리턴 array

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

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

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

protected Restorer,SebastianBergmann\GlobalState $restorer
리턴 SebastianBergmann\GlobalState\Restorer

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

protected UnitTester $tester
리턴 UnitTester

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

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