PHP Class WPDbMenuCest

Show file Open project: lucatume/wp-browser

Public Methods

Method 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 method

public _after ( FunctionalTester $I )
$I FunctionalTester

_before() public method

public _before ( FunctionalTester $I )
$I FunctionalTester

it_should_add_a_menu_in_the_databaase() public method

public it_should_add_a_menu_in_the_databaase ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_menu_items_to_menus() public method

public it_should_allow_adding_menu_items_to_menus ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_menus_to_different_themes() public method

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 method

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 method

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 method

public it_should_throw_if_trying_to_add_menu_when_theme_not_set ( FunctionalTester $I )
$I FunctionalTester