PHP 클래스 WPDbUserCest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$rolesAndLevels

공개 메소드들

메소드 설명
_after ( FunctionalTester $I )
_before ( FunctionalTester $I )
it_should_allow_adding_multiple_user_meta ( FunctionalTester $I )
it_should_allow_deleting_a_user_by_login ( FunctionalTester $I )
it_should_allow_deleting_a_user_meta ( FunctionalTester $I )
it_should_allow_grabbing_a_user_unique_meta ( FunctionalTester $I )
it_should_allow_having_many_users_in_the_database ( FunctionalTester $I )
it_should_allow_having_meta_while_having_many_users_with_number_replaced ( FunctionalTester $I )
it_should_allow_having_user_meta_while_having_many_users ( FunctionalTester $I )
it_should_allow_having_user_meta_while_having_user ( FunctionalTester $I )
it_should_allow_overriding_the_default_user_level_and_role ( FunctionalTester $I )
it_should_allow_seeing_a_user_meta_in_the_database ( FunctionalTester $I )
it_should_allow_seeing_user_in_database ( FunctionalTester $I )
it_should_allow_setting_a_user_meta_value ( FunctionalTester $I )
it_should_allow_setting_the_user_role_on_a_blog_base ( FunctionalTester $I )
it_should_insert_a_user_in_the_database ( FunctionalTester $I )
it_should_insert_a_user_in_the_database_allowing_for_user_defaults_override ( FunctionalTester $I )
it_should_not_throw_if_trying_to_delete_non_existing_meta_in_database ( FunctionalTester $I )
it_should_not_throw_if_trying_to_delete_non_existing_user ( FunctionalTester $I )
it_should_remove_a_user_from_the_database ( FunctionalTester $I )
it_should_remove_all_user_meta ( FunctionalTester $I )
it_should_replace_number_placeholder_when_having_many_users ( FunctionalTester $I )
it_should_serialize_object_user_meta_in_database ( FunctionalTester $I )
it_should_set_a_user_role_to_subscriber_by_default ( FunctionalTester $I )
it_should_set_the_user_level_to_0_by_default ( FunctionalTester $I )

메소드 상세

_after() 공개 메소드

public _after ( FunctionalTester $I )
$I FunctionalTester

_before() 공개 메소드

public _before ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_adding_multiple_user_meta() 공개 메소드

public it_should_allow_adding_multiple_user_meta ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_deleting_a_user_by_login() 공개 메소드

public it_should_allow_deleting_a_user_by_login ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_deleting_a_user_meta() 공개 메소드

public it_should_allow_deleting_a_user_meta ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_grabbing_a_user_unique_meta() 공개 메소드

public it_should_allow_grabbing_a_user_unique_meta ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_many_users_in_the_database() 공개 메소드

public it_should_allow_having_many_users_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_meta_while_having_many_users_with_number_replaced() 공개 메소드

public it_should_allow_having_meta_while_having_many_users_with_number_replaced ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_user_meta_while_having_many_users() 공개 메소드

public it_should_allow_having_user_meta_while_having_many_users ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_having_user_meta_while_having_user() 공개 메소드

public it_should_allow_having_user_meta_while_having_user ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_overriding_the_default_user_level_and_role() 공개 메소드

public it_should_allow_overriding_the_default_user_level_and_role ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_seeing_a_user_meta_in_the_database() 공개 메소드

public it_should_allow_seeing_a_user_meta_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_seeing_user_in_database() 공개 메소드

public it_should_allow_seeing_user_in_database ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_setting_a_user_meta_value() 공개 메소드

public it_should_allow_setting_a_user_meta_value ( FunctionalTester $I )
$I FunctionalTester

it_should_allow_setting_the_user_role_on_a_blog_base() 공개 메소드

public it_should_allow_setting_the_user_role_on_a_blog_base ( FunctionalTester $I )
$I FunctionalTester

it_should_insert_a_user_in_the_database() 공개 메소드

public it_should_insert_a_user_in_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_insert_a_user_in_the_database_allowing_for_user_defaults_override() 공개 메소드

public it_should_insert_a_user_in_the_database_allowing_for_user_defaults_override ( FunctionalTester $I )
$I FunctionalTester

it_should_not_throw_if_trying_to_delete_non_existing_meta_in_database() 공개 메소드

public it_should_not_throw_if_trying_to_delete_non_existing_meta_in_database ( FunctionalTester $I )
$I FunctionalTester

it_should_not_throw_if_trying_to_delete_non_existing_user() 공개 메소드

public it_should_not_throw_if_trying_to_delete_non_existing_user ( FunctionalTester $I )
$I FunctionalTester

it_should_remove_a_user_from_the_database() 공개 메소드

public it_should_remove_a_user_from_the_database ( FunctionalTester $I )
$I FunctionalTester

it_should_remove_all_user_meta() 공개 메소드

public it_should_remove_all_user_meta ( FunctionalTester $I )
$I FunctionalTester

it_should_replace_number_placeholder_when_having_many_users() 공개 메소드

public it_should_replace_number_placeholder_when_having_many_users ( FunctionalTester $I )
$I FunctionalTester

it_should_serialize_object_user_meta_in_database() 공개 메소드

public it_should_serialize_object_user_meta_in_database ( FunctionalTester $I )
$I FunctionalTester

it_should_set_a_user_role_to_subscriber_by_default() 공개 메소드

public it_should_set_a_user_role_to_subscriber_by_default ( FunctionalTester $I )
$I FunctionalTester

it_should_set_the_user_level_to_0_by_default() 공개 메소드

public it_should_set_the_user_level_to_0_by_default ( FunctionalTester $I )
$I FunctionalTester

프로퍼티 상세

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

protected $rolesAndLevels