PHP Class WPDbMenuCest

Afficher le fichier Open project: lucatume/wp-browser

Méthodes publiques

Méthode Description
_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 )

Method Details

_after() public méthode

public _after ( FunctionalTester $I )
$I FunctionalTester

_before() public méthode

public _before ( FunctionalTester $I )
$I FunctionalTester

it_should_add_a_menu_in_the_databaase() public méthode

public it_should_add_a_menu_in_the_databaase ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_menu_items_to_menus() public méthode

public it_should_allow_adding_menu_items_to_menus ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_menus_to_different_themes() public méthode

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 méthode

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 méthode

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 méthode

public it_should_throw_if_trying_to_add_menu_when_theme_not_set ( FunctionalTester $I )
$I FunctionalTester