PHP Class WPDbTermsCest

Show file Open project: lucatume/wp-browser

Public Methods

Method Description
_after ( FunctionalTester $I )
_before ( FunctionalTester $I )
it_should_allow_having_a_term_in_the_database ( FunctionalTester $I )
it_should_allow_having_many_terms_in_database ( FunctionalTester $I )
it_should_allow_having_many_terms_meta ( FunctionalTester $I )
it_should_allow_having_many_terms_meta_with_number_placeholder ( FunctionalTester $I )
it_should_allow_having_many_terms_with_number_placeholder ( FunctionalTester $I )
it_should_allow_having_term_meta_in_the_database ( FunctionalTester $I )
it_should_allow_having_term_meta_while_having_term ( FunctionalTester $I )
it_should_allow_not_having_a_term_in_the_database ( FunctionalTester $I )
it_should_allow_not_to_have_a_term_in_the_database_using_term_taxonomy ( FunctionalTester $I )
it_should_allow_not_to_have_term_meta_in_the_database ( FunctionalTester $I )
it_should_allow_overriding_a_term_defaults ( FunctionalTester $I )

Method Details

_after() public method

public _after ( FunctionalTester $I )
$I FunctionalTester

_before() public method

public _before ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_a_term_in_the_database() public method

public it_should_allow_having_a_term_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_many_terms_in_database() public method

public it_should_allow_having_many_terms_in_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_many_terms_meta() public method

public it_should_allow_having_many_terms_meta ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_many_terms_meta_with_number_placeholder() public method

public it_should_allow_having_many_terms_meta_with_number_placeholder ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_many_terms_with_number_placeholder() public method

public it_should_allow_having_many_terms_with_number_placeholder ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_term_meta_in_the_database() public method

public it_should_allow_having_term_meta_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_term_meta_while_having_term() public method

public it_should_allow_having_term_meta_while_having_term ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_not_having_a_term_in_the_database() public method

public it_should_allow_not_having_a_term_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_not_to_have_a_term_in_the_database_using_term_taxonomy() public method

public it_should_allow_not_to_have_a_term_in_the_database_using_term_taxonomy ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_not_to_have_term_meta_in_the_database() public method

public it_should_allow_not_to_have_term_meta_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_overriding_a_term_defaults() public method

public it_should_allow_overriding_a_term_defaults ( FunctionalTester $I )
$I FunctionalTester