[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

(no description)

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

Defines 1 class

BP_Tests_Core_Functions:: (51 methods):
  test_bp_esc_sql_order_ASC()
  test_bp_esc_sql_order_DESC()
  test_bp_esc_sql_order_desc_lowercase()
  test_bp_esc_sql_order_desc_whitespace()
  test_bp_esc_sql_order_invalid()
  test_bp_core_time_since_years_months()
  test_bp_core_time_since_years_nomonths()
  test_bp_core_time_since_months_weeks()
  test_bp_core_time_since_months_noweeks()
  test_bp_core_time_since_weeks_days()
  test_bp_core_time_since_weeks_nodays()
  test_bp_core_time_since_days_hours()
  test_bp_core_time_since_days_nohours()
  test_bp_core_time_since_hours_minutes()
  test_bp_core_time_since_hours_nominutes()
  test_bp_core_time_since_minutes_seconds()
  test_bp_core_time_since_minutes_noseconds()
  test_bp_core_time_since_seconds()
  test_bp_core_time_since_year()
  test_bp_core_time_since_rightnow()
  test_bp_core_time_since_future()
  test_bp_format_time_gmt_offset_no_timezone_string()
  test_bp_format_time_timezone_string_no_gmt_offset()
  test_bp_format_time_gmt_offset_no_localize()
  test_bp_format_time_timezone_string_no_localize()
  test_bp_core_get_iso8601_date_invalid_date()
  test_bp_sort_by_key_arrays_num()
  test_bp_sort_by_key_objects_num()
  test_bp_sort_by_key_num_should_respect_0()
  test_bp_alpha_sort_by_key_arrays()
  test_bp_alpha_sort_by_key_objects()
  test_bp_sort_by_key_arrays_num_preserve_keys()
  test_bp_sort_by_key_num_should_respect_0_preserve_keys()
  test_bp_sanitize_pagination_arg_zero()
  test_bp_sanitize_pagination_arg_negative()
  test_bp_core_get_directory_pages_after_page_edit()
  test_bp_core_get_root_options_cache_invalidate()
  test_bp_core_get_root_option_with_unpopulated_cache()
  test_bp_core_get_root_option_with_populated_cache()
  test_add_root_component_not_in_bp_pages()
  test_bp_core_time_since_timezone_minute_ago()
  test_bp_core_time_since_timezone()
  test_bp_core_time_since_mysql_and_unix_timestamp_return_same_value()
  test_bp_upload_dir()
  test_bp_is_active_component()
  test_bp_is_active_feature()
  test_bp_attachments_get_allowed_types()
  test_emails_should_have_correct_link_color()
  test_bp_core_add_page_mappings()
  test_bp_core_add_page_mappings_in_multisite_subdirectory()
  add_newcomponent_page_title()


Class: BP_Tests_Core_Functions  - X-Ref


test_bp_esc_sql_order_ASC()   X-Ref


test_bp_esc_sql_order_DESC()   X-Ref


test_bp_esc_sql_order_desc_lowercase()   X-Ref


test_bp_esc_sql_order_desc_whitespace()   X-Ref


test_bp_esc_sql_order_invalid()   X-Ref


test_bp_core_time_since_years_months()   X-Ref


test_bp_core_time_since_years_nomonths()   X-Ref


test_bp_core_time_since_months_weeks()   X-Ref


test_bp_core_time_since_months_noweeks()   X-Ref


test_bp_core_time_since_weeks_days()   X-Ref


test_bp_core_time_since_weeks_nodays()   X-Ref


test_bp_core_time_since_days_hours()   X-Ref


test_bp_core_time_since_days_nohours()   X-Ref


test_bp_core_time_since_hours_minutes()   X-Ref


test_bp_core_time_since_hours_nominutes()   X-Ref


test_bp_core_time_since_minutes_seconds()   X-Ref


test_bp_core_time_since_minutes_noseconds()   X-Ref


test_bp_core_time_since_seconds()   X-Ref


test_bp_core_time_since_year()   X-Ref
Sanity check for the singular version of 'year'


test_bp_core_time_since_rightnow()   X-Ref


test_bp_core_time_since_future()   X-Ref


test_bp_format_time_gmt_offset_no_timezone_string()   X-Ref


test_bp_format_time_timezone_string_no_gmt_offset()   X-Ref


test_bp_format_time_gmt_offset_no_localize()   X-Ref


test_bp_format_time_timezone_string_no_localize()   X-Ref


test_bp_core_get_iso8601_date_invalid_date()   X-Ref


test_bp_sort_by_key_arrays_num()   X-Ref


test_bp_sort_by_key_objects_num()   X-Ref


test_bp_sort_by_key_num_should_respect_0()   X-Ref


test_bp_alpha_sort_by_key_arrays()   X-Ref


test_bp_alpha_sort_by_key_objects()   X-Ref


test_bp_sort_by_key_arrays_num_preserve_keys()   X-Ref


test_bp_sort_by_key_num_should_respect_0_preserve_keys()   X-Ref


test_bp_sanitize_pagination_arg_zero()   X-Ref


test_bp_sanitize_pagination_arg_negative()   X-Ref


test_bp_core_get_directory_pages_after_page_edit()   X-Ref


test_bp_core_get_root_options_cache_invalidate()   X-Ref


test_bp_core_get_root_option_with_unpopulated_cache()   X-Ref


test_bp_core_get_root_option_with_populated_cache()   X-Ref


test_add_root_component_not_in_bp_pages()   X-Ref


test_bp_core_time_since_timezone_minute_ago()   X-Ref


test_bp_core_time_since_timezone()   X-Ref


test_bp_core_time_since_mysql_and_unix_timestamp_return_same_value()   X-Ref


test_bp_upload_dir()   X-Ref


test_bp_is_active_component()   X-Ref


test_bp_is_active_feature()   X-Ref


test_bp_attachments_get_allowed_types()   X-Ref


test_emails_should_have_correct_link_color()   X-Ref
No description

test_bp_core_add_page_mappings()   X-Ref


test_bp_core_add_page_mappings_in_multisite_subdirectory()   X-Ref


add_newcomponent_page_title( $page_default_titles = array()   X-Ref
No description



Generated: Sat Apr 27 01:00:55 2024 Cross-referenced by PHPXref 0.7.1