Lines:
1 to 83 of 83
<?php /* class Tests_WP_Date_Query */ /* function Tests_WP_Date_Query::setUp() – */ /* function Tests_WP_Date_Query::test_construct_date_query_empty() – */ /* function Tests_WP_Date_Query::test_construct_date_query_non_array() – */ /* function Tests_WP_Date_Query::test_construct_relation_or_lowercase() – */ /* function Tests_WP_Date_Query::test_construct_relation_invalid() – */ /* function Tests_WP_Date_Query::test_construct_query_not_an_array_of_arrays() – */ /* function Tests_WP_Date_Query::test_construct_query_contains_non_arrays() – */ /* function Tests_WP_Date_Query::test_get_compare_empty() – */ /* function Tests_WP_Date_Query::test_get_compare_equals() – */ /* function Tests_WP_Date_Query::test_get_compare_not_equals() – */ /* function Tests_WP_Date_Query::test_get_compare_greater_than() – */ /* function Tests_WP_Date_Query::test_get_compare_greater_than_or_equal_to() – */ /* function Tests_WP_Date_Query::test_get_compare_less_than() – */ /* function Tests_WP_Date_Query::test_get_compare_less_than_or_equal_to() – */ /* function Tests_WP_Date_Query::test_get_compare_in() – */ /* function Tests_WP_Date_Query::test_get_compare_not_in() – */ /* function Tests_WP_Date_Query::test_get_compare_between() – */ /* function Tests_WP_Date_Query::test_get_compare_not_between() – */ /* function Tests_WP_Date_Query::test_validate_column_post_date() – */ /* function Tests_WP_Date_Query::test_validate_column_post_date_gmt() – */ /* function Tests_WP_Date_Query::test_validate_column_post_modified() – */ /* function Tests_WP_Date_Query::test_validate_column_post_modified_gmt() – */ /* function Tests_WP_Date_Query::test_validate_column_comment_date() – */ /* function Tests_WP_Date_Query::test_validate_column_comment_date_gmt() – */ /* function Tests_WP_Date_Query::test_validate_column_invalid() – */ /* function Tests_WP_Date_Query::test_validate_column_with_date_query_valid_columns_filter() – */ /* function Tests_WP_Date_Query::test_validate_column_prefixed_column_name() – */ /* function Tests_WP_Date_Query::test_validate_column_prefixed_column_name_with_illegal_characters() – */ /* function Tests_WP_Date_Query::test_build_value_value_null() – */ /* function Tests_WP_Date_Query::test_build_value_compare_in() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_in() – */ /* function Tests_WP_Date_Query::test_build_value_compare_between_single_integer() – */ /* function Tests_WP_Date_Query::test_build_value_compare_between_single_non_numeric() – */ /* function Tests_WP_Date_Query::test_build_value_compare_between_array_with_other_than_two_items() – */ /* function Tests_WP_Date_Query::test_build_value_compare_between_incorrect_array_key() – */ /* function Tests_WP_Date_Query::test_build_value_compare_between_array_contains_non_numeric() – */ /* function Tests_WP_Date_Query::test_build_value_compare_between() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_between_single_integer() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_between_single_non_numeric() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_between_array_with_other_than_two_items() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_between_incorrect_array_key() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_between_array_contains_non_numeric() – */ /* function Tests_WP_Date_Query::test_build_value_compare_not_between() – */ /* function Tests_WP_Date_Query::test_build_value_compare_default_value_integer() – */ /* function Tests_WP_Date_Query::test_build_value_compare_default_value_non_numeric() – */ /* function Tests_WP_Date_Query::test_build_mysql_datetime_datetime_non_array() – */ /* function Tests_WP_Date_Query::test_build_mysql_datetime() – */ /* function Tests_WP_Date_Query::mysql_datetime_input_provider() – */ /* function Tests_WP_Date_Query::test_build_mysql_datetime_with_custom_timezone() – */ /* function Tests_WP_Date_Query::mysql_datetime_input_provider_custom_timezone() – */ /* function Tests_WP_Date_Query::test_build_mysql_datetime_with_relative_date() – */ /* function Tests_WP_Date_Query::test_build_time_query_insufficient_time_values() – */ /* function Tests_WP_Date_Query::test_build_time_query_should_not_discard_hour_0() – */ /* function Tests_WP_Date_Query::test_build_time_query_compare_in() – */ /* function Tests_WP_Date_Query::test_build_time_query_compare_not_in() – */ /* function Tests_WP_Date_Query::test_build_time_query_compare_between() – */ /* function Tests_WP_Date_Query::test_build_time_query_compare_not_between() – */ /* function Tests_WP_Date_Query::test_build_time_query_hour_only() – */ /* function Tests_WP_Date_Query::test_build_time_query_minute_only() – */ /* function Tests_WP_Date_Query::test_build_time_query_second_only() – */ /* function Tests_WP_Date_Query::test_build_time_query_hour_and_second() – */ /* function Tests_WP_Date_Query::test_build_time_query_hour_minute() – */ /* function Tests_WP_Date_Query::test_build_time_query_hour_minute_second() – */ /* function Tests_WP_Date_Query::test_build_time_query_minute_second() – */ /* function Tests_WP_Date_Query::test_validate_date_query_before_after() – */ /* function Tests_WP_Date_Query::test_validate_date_query_before_after_with_month() – */ /* function Tests_WP_Date_Query::test_validate_date_values_week() – */ /* function Tests_WP_Date_Query::test_validate_date_values_month() – */ /* function Tests_WP_Date_Query::test_validate_date_values_day() – */ /* function Tests_WP_Date_Query::test_validate_date_values_hour() – */ /* function Tests_WP_Date_Query::test_validate_date_values_minute() – */ /* function Tests_WP_Date_Query::test_validate_date_values_second() – */ /* function Tests_WP_Date_Query::test_validate_date_values_day_of_week() – */ /* function Tests_WP_Date_Query::test_validate_date_values_day_of_week_iso() – */ /* function Tests_WP_Date_Query::test_validate_date_values_day_of_year() – */ /* function Tests_WP_Date_Query::test_validate_date_values_should_process_array_value_for_year() – */ /* function Tests_WP_Date_Query::test_validate_date_values_should_process_array_value_for_day() – */ /* function Tests_WP_Date_Query::test_validate_date_values_should_process_array_value_for_day_when_values_are_invalid() – */ /* function Tests_WP_Date_Query::date_query_valid_columns_callback() – Helpers */