PHP 클래스 WPDbMenuCest

파일 보기 프로젝트 열기: lucatume/wp-browser

공개 메소드들

메소드 설명
_after ( FunctionalTester $I )
_before ( FunctionalTester $I )
it_should_add_a_menu_in_the_databaase ( FunctionalTester $I )
it_should_allow_adding_menu_items_to_menus ( FunctionalTester $I )
it_should_allow_adding_menus_to_different_themes ( FunctionalTester $I )
it_should_throw_if_trying_to_add_items_to_non_existing_menu ( FunctionalTester $I )
it_should_throw_if_trying_to_add_menu_items_when_theme_not_set ( FunctionalTester $I )
it_should_throw_if_trying_to_add_menu_when_theme_not_set ( FunctionalTester $I )

메소드 상세

_after() 공개 메소드

public _after ( FunctionalTester $I )
$I FunctionalTester

_before() 공개 메소드

public _before ( FunctionalTester $I )
$I FunctionalTester

it_should_add_a_menu_in_the_databaase() 공개 메소드

public it_should_add_a_menu_in_the_databaase ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_menu_items_to_menus() 공개 메소드

public it_should_allow_adding_menu_items_to_menus ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_menus_to_different_themes() 공개 메소드

public it_should_allow_adding_menus_to_different_themes ( FunctionalTester $I )
$I FunctionalTester

it_should_throw_if_trying_to_add_items_to_non_existing_menu() 공개 메소드

public it_should_throw_if_trying_to_add_items_to_non_existing_menu ( FunctionalTester $I )
$I FunctionalTester

it_should_throw_if_trying_to_add_menu_items_when_theme_not_set() 공개 메소드

public it_should_throw_if_trying_to_add_menu_items_when_theme_not_set ( FunctionalTester $I )
$I FunctionalTester

it_should_throw_if_trying_to_add_menu_when_theme_not_set() 공개 메소드

public it_should_throw_if_trying_to_add_menu_when_theme_not_set ( FunctionalTester $I )
$I FunctionalTester