[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/tests/phpunit/testcases/xprofile/ -> functions.php (summary)

(no description)

File Size: 1387 lines (41 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BP_Tests_XProfile_Functions:: (71 methods):
  test_get_hidden_field_types_for_user_loggedout()
  test_get_hidden_field_types_for_user_loggedin()
  test_get_hidden_field_types_for_user_friends()
  test_get_hidden_field_types_for_user_admin()
  test_bp_xprofile_update_meta_with_line_breaks()
  test_bp_xprofile_fullname_field_id_invalidation()
  test_bp_xprofile_get_field_visibility_level_missing_params()
  test_bp_xprofile_get_field_visibility_level_user_set()
  test_bp_xprofile_get_field_visibility_level_user_unset()
  test_bp_xprofile_get_field_visibility_level_admin_override()
  test_bp_xprofile_delete_meta_empty_object_id()
  test_bp_xprofile_delete_meta_empty_object_type()
  test_bp_xprofile_delete_meta_illegal_object_type()
  test_bp_xprofile_delete_meta_illegal_characters()
  test_bp_xprofile_delete_meta_trim_meta_value()
  test_bp_xprofile_delete_meta_meta_value_match()
  test_bp_xprofile_delete_meta_delete_all()
  test_bp_xprofile_delete_meta_with_delete_all_but_no_meta_key()
  test_bp_xprofile_delete_meta_with_delete_all()
  test_bp_xprofile_get_meta_empty_object_id()
  test_bp_xprofile_get_meta_empty_object_type()
  test_bp_xprofile_get_meta_illegal_object_type()
  test_bp_xprofile_get_meta_no_meta_key()
  test_bp_xprofile_get_meta_single_true()
  test_bp_xprofile_get_meta_single_false()
  test_bp_xprofile_get_meta_no_meta_key_no_results()
  test_bp_xprofile_update_meta_no_object_id()
  test_bp_xprofile_update_meta_no_object_type()
  test_bp_xprofile_update_meta_illegal_object_type()
  test_bp_xprofile_update_meta_illegal_characters()
  test_bp_xprofile_update_meta_stripslashes()
  test_bp_xprofile_update_meta_empty_value_delete()
  test_bp_xprofile_update_meta_new()
  test_bp_xprofile_update_meta_existing()
  test_bp_xprofile_update_meta_same_value()
  test_bp_xprofile_update_meta_prev_value()
  test_bp_xprofile_update_meta_where_sql_filter_keywords_are_in_quoted_value()
  test_bp_xprofile_update_meta_where_meta_id_is_in_quoted_value()
  test_bp_xprofile_add_meta_no_meta_key()
  test_bp_xprofile_add_meta_empty_object_id()
  test_bp_xprofile_add_meta_existing_unique()
  test_bp_xprofile_add_meta_existing_not_unique()
  test_bp_get_member_profile_data_inside_loop()
  test_bp_get_member_profile_data_outside_of_loop()
  test_get_field_data_integer_zero()
  test_xprofile_sync_bp_profile_new_user()
  test_xprofile_insert_field_type_option()
  test_xprofile_insert_field_should_process_falsey_values_for_boolean_params_on_existing_fields()
  test_xprofile_insert_field_type_option_option_order()
  test_xprofile_insert_field_should_set_is_default_option_to_false_for_new_option()
  test_xprofile_insert_field_should_set_is_default_option_to_true_for_new_option()
  test_xprofile_insert_field_should_set_is_default_option_to_false_for_existing_option()
  test_xprofile_insert_field_should_set_is_default_option_to_true_for_existing_option()
  test_bp_profile_get_field_groups_update_position()
  test_xprofile_get_field_should_return_bp_xprofile_field_object()
  test_xprofile_get_field_should_prime_field_cache()
  test_bp_xprofie_is_richtext_enabled_for_field_should_default_to_true_for_textareas()
  test_bp_xprofie_is_richtext_enabled_for_field_should_default_to_false_for_non_textareas()
  test_bp_get_field_css_class_empty_param()
  test_bp_get_field_css_class_space_delimited_string()
  test_bp_get_field_css_class_array()
  test_field_comma_seperated_values_are_autolinked()
  test_field_semicolon_seperated_values_are_autolinked()
  test_bp_xprofile_personal_data_exporter()
  test_xprofile_data_should_be_deleted_on_user_delete_non_multisite()
  test_xprofile_data_should_be_deleted_on_user_delete_multisite()
  test_xprofile_data_should_not_be_deleted_on_wp_delete_user_multisite()
  test_xprofile_sync_wp_profile_signup_with_wp_first_and_last_name_fields()
  test_xprofile_sync_wp_profile_signup_without_wp_first_and_last_name_fields()
  test_xprofile_sync_wp_profile_activate_signup_with_wp_first_and_last_name_fields()
  test_xprofile_sync_wp_profile_activate_signup_without_wp_first_and_last_name_fields()


Class: BP_Tests_XProfile_Functions  - X-Ref


test_get_hidden_field_types_for_user_loggedout()   X-Ref
No description

test_get_hidden_field_types_for_user_loggedin()   X-Ref
No description

test_get_hidden_field_types_for_user_friends()   X-Ref
No description

test_get_hidden_field_types_for_user_admin()   X-Ref
No description

test_bp_xprofile_update_meta_with_line_breaks()   X-Ref


test_bp_xprofile_fullname_field_id_invalidation()   X-Ref


test_bp_xprofile_get_field_visibility_level_missing_params()   X-Ref


test_bp_xprofile_get_field_visibility_level_user_set()   X-Ref


test_bp_xprofile_get_field_visibility_level_user_unset()   X-Ref


test_bp_xprofile_get_field_visibility_level_admin_override()   X-Ref


test_bp_xprofile_delete_meta_empty_object_id()   X-Ref


test_bp_xprofile_delete_meta_empty_object_type()   X-Ref


test_bp_xprofile_delete_meta_illegal_object_type()   X-Ref


test_bp_xprofile_delete_meta_illegal_characters()   X-Ref


test_bp_xprofile_delete_meta_trim_meta_value()   X-Ref


test_bp_xprofile_delete_meta_meta_value_match()   X-Ref


test_bp_xprofile_delete_meta_delete_all()   X-Ref


test_bp_xprofile_delete_meta_with_delete_all_but_no_meta_key()   X-Ref


test_bp_xprofile_delete_meta_with_delete_all()   X-Ref


test_bp_xprofile_get_meta_empty_object_id()   X-Ref


test_bp_xprofile_get_meta_empty_object_type()   X-Ref


test_bp_xprofile_get_meta_illegal_object_type()   X-Ref


test_bp_xprofile_get_meta_no_meta_key()   X-Ref


test_bp_xprofile_get_meta_single_true()   X-Ref


test_bp_xprofile_get_meta_single_false()   X-Ref


test_bp_xprofile_get_meta_no_meta_key_no_results()   X-Ref


test_bp_xprofile_update_meta_no_object_id()   X-Ref


test_bp_xprofile_update_meta_no_object_type()   X-Ref


test_bp_xprofile_update_meta_illegal_object_type()   X-Ref


test_bp_xprofile_update_meta_illegal_characters()   X-Ref


test_bp_xprofile_update_meta_stripslashes()   X-Ref


test_bp_xprofile_update_meta_empty_value_delete()   X-Ref


test_bp_xprofile_update_meta_new()   X-Ref


test_bp_xprofile_update_meta_existing()   X-Ref


test_bp_xprofile_update_meta_same_value()   X-Ref


test_bp_xprofile_update_meta_prev_value()   X-Ref


test_bp_xprofile_update_meta_where_sql_filter_keywords_are_in_quoted_value()   X-Ref


test_bp_xprofile_update_meta_where_meta_id_is_in_quoted_value()   X-Ref


test_bp_xprofile_add_meta_no_meta_key()   X-Ref


test_bp_xprofile_add_meta_empty_object_id()   X-Ref


test_bp_xprofile_add_meta_existing_unique()   X-Ref


test_bp_xprofile_add_meta_existing_not_unique()   X-Ref


test_bp_get_member_profile_data_inside_loop()   X-Ref


test_bp_get_member_profile_data_outside_of_loop()   X-Ref


test_get_field_data_integer_zero()   X-Ref


test_xprofile_sync_bp_profile_new_user()   X-Ref


test_xprofile_insert_field_type_option()   X-Ref


test_xprofile_insert_field_should_process_falsey_values_for_boolean_params_on_existing_fields()   X-Ref


test_xprofile_insert_field_type_option_option_order()   X-Ref


test_xprofile_insert_field_should_set_is_default_option_to_false_for_new_option()   X-Ref


test_xprofile_insert_field_should_set_is_default_option_to_true_for_new_option()   X-Ref


test_xprofile_insert_field_should_set_is_default_option_to_false_for_existing_option()   X-Ref


test_xprofile_insert_field_should_set_is_default_option_to_true_for_existing_option()   X-Ref


test_bp_profile_get_field_groups_update_position()   X-Ref


test_xprofile_get_field_should_return_bp_xprofile_field_object()   X-Ref


test_xprofile_get_field_should_prime_field_cache()   X-Ref


test_bp_xprofie_is_richtext_enabled_for_field_should_default_to_true_for_textareas()   X-Ref


test_bp_xprofie_is_richtext_enabled_for_field_should_default_to_false_for_non_textareas()   X-Ref


test_bp_get_field_css_class_empty_param()   X-Ref


test_bp_get_field_css_class_space_delimited_string()   X-Ref


test_bp_get_field_css_class_array()   X-Ref


test_field_comma_seperated_values_are_autolinked()   X-Ref


test_field_semicolon_seperated_values_are_autolinked()   X-Ref


test_bp_xprofile_personal_data_exporter()   X-Ref


test_xprofile_data_should_be_deleted_on_user_delete_non_multisite()   X-Ref


test_xprofile_data_should_be_deleted_on_user_delete_multisite()   X-Ref


test_xprofile_data_should_not_be_deleted_on_wp_delete_user_multisite()   X-Ref


test_xprofile_sync_wp_profile_signup_with_wp_first_and_last_name_fields()   X-Ref


test_xprofile_sync_wp_profile_signup_without_wp_first_and_last_name_fields()   X-Ref


test_xprofile_sync_wp_profile_activate_signup_with_wp_first_and_last_name_fields()   X-Ref


test_xprofile_sync_wp_profile_activate_signup_without_wp_first_and_last_name_fields()   X-Ref




Generated: Thu Mar 28 01:00:56 2024 Cross-referenced by PHPXref 0.7.1