PHP 클래스 Codeception\Module\WordPressTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$backupGlobals
$client tad\WPBrowser\Connector\WordPress
$config array
$moduleContainer Codeception\Lib\ModuleContainer
$root org\bovigo\vfs\vfsStreamDirectory
$tester UnitTester

공개 메소드들

메소드 설명
it_should_be_instantiatable ( )
it_should_point_to_admin_index_when_requesting_admin_root ( )
it_should_point_to_admin_pretty_page_when_specifying_admin_pretty_page ( )
it_should_point_to_ajax_file_when_requesting_ajax_page ( )
it_should_point_to_cron_file_when_requesting_cron_page ( )
it_should_point_to_index_file_and_query_vars ( )
it_should_point_to_index_file_when_requesting_page ( )
it_should_point_to_index_file_when_requesting_pretty_permalinks ( )
it_should_point_to_specific_admin_page_when_requesting_specific_admin_page ( )
it_should_throw_if_specified_wp_root_folder_does_not_contain_wp_settings_php_file ( )
it_should_throw_if_specified_wp_root_folder_does_not_exist ( )

보호된 메소드들

메소드 설명
_after ( )
_before ( )

비공개 메소드들

메소드 설명
make_instance ( ) : WordPress

메소드 상세

_after() 보호된 메소드

protected _after ( )

_before() 보호된 메소드

protected _before ( )

it_should_be_instantiatable() 공개 메소드

it_should_point_to_admin_index_when_requesting_admin_root() 공개 메소드

it_should_point_to_admin_pretty_page_when_specifying_admin_pretty_page() 공개 메소드

it_should_point_to_ajax_file_when_requesting_ajax_page() 공개 메소드

it_should_point_to_cron_file_when_requesting_cron_page() 공개 메소드

it_should_point_to_index_file_and_query_vars() 공개 메소드

it_should_point_to_index_file_when_requesting_page() 공개 메소드

it_should_point_to_specific_admin_page_when_requesting_specific_admin_page() 공개 메소드

it_should_throw_if_specified_wp_root_folder_does_not_contain_wp_settings_php_file() 공개 메소드

it_should_throw_if_specified_wp_root_folder_does_not_exist() 공개 메소드

프로퍼티 상세

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

protected $backupGlobals

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

protected WordPress,tad\WPBrowser\Connector $client
리턴 tad\WPBrowser\Connector\WordPress

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

protected array $config
리턴 array

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

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

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

protected vfsStreamDirectory,org\bovigo\vfs $root
리턴 org\bovigo\vfs\vfsStreamDirectory

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

protected UnitTester $tester
리턴 UnitTester