Created
March 31, 2020 09:38
-
-
Save getsource/4053c52ef3b4e83137891721fce4178e to your computer and use it in GitHub Desktop.
Test WordPress phpunit `junit.xml` file with failures from PDF disable in `policy.xml`.
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<testsuites> | |
<testsuite name="" tests="10279" assertions="51407" failures="3" errors="1" time="169.605525"> | |
<testsuite name="default" tests="10254" assertions="51160" failures="3" errors="1" time="169.142043"> | |
<testsuite name="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" tests="25" assertions="98" failures="0" errors="0" time="0.102243"> | |
<testcase name="test_simple_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="10" assertions="3" time="0.003842"/> | |
<testcase name="test_remove_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="27" assertions="4" time="0.003248"/> | |
<testcase name="test_has_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="46" assertions="6" time="0.002852"/> | |
<testcase name="test_multiple_actions" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="61" assertions="2" time="0.002819"/> | |
<testcase name="test_action_args_1" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="77" assertions="2" time="0.003219"/> | |
<testcase name="test_action_args_2" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="92" assertions="4" time="0.002950"/> | |
<testcase name="test_action_args_3" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="124" assertions="6" time="0.003099"/> | |
<testcase name="test_action_args_with_php4_syntax" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="161" assertions="1" time="0.004303"/> | |
<testcase name="test_action_priority" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="175" assertions="2" time="0.003386"/> | |
<testcase name="test_did_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="204" assertions="4" time="0.007727"/> | |
<testcase name="test_all_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="225" assertions="4" time="0.004655"/> | |
<testcase name="test_remove_all_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="249" assertions="6" time="0.004528"/> | |
<testcase name="test_action_ref_array" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="269" assertions="2" time="0.004428"/> | |
<testcase name="test_action_keyed_array" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="288" assertions="2" time="0.004527"/> | |
<testcase name="test_action_self_removal" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="312" assertions="1" time="0.003836"/> | |
<testcase name="test_action_recursion" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="325" assertions="2" time="0.005050"/> | |
<testcase name="test_action_callback_manipulation_while_running" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="352" assertions="5" time="0.003551"/> | |
<testcase name="test_remove_anonymous_callback" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="387" assertions="2" time="0.004766"/> | |
<testcase name="test_array_access_of_wp_filter_global" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="420" assertions="4" time="0.004734"/> | |
<testcase name="test_current_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="446" assertions="1" time="0.004806"/> | |
<testcase name="test_doing_filter" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="457" assertions="5" time="0.003787"/> | |
<testcase name="test_doing_action" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="476" assertions="5" time="0.003195"/> | |
<testcase name="test_doing_filter_real" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="495" assertions="20" time="0.002988"/> | |
<testcase name="test_do_action_deprecated" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="545" assertions="2" time="0.005942"/> | |
<testcase name="test_do_action_deprecated_with_multiple_params" class="Tests_Actions" file="/tmp/wp-current-test/tests/phpunit/tests/actions.php" line="563" assertions="3" time="0.004005"/> | |
</testsuite> | |
<testsuite name="Tests_Actions_Callbacks" file="/tmp/wp-current-test/tests/phpunit/tests/actions/callbacks.php" tests="1" assertions="3" failures="0" errors="0" time="0.002790"> | |
<testcase name="test_callback_representations" class="Tests_Actions_Callbacks" file="/tmp/wp-current-test/tests/phpunit/tests/actions/callbacks.php" line="11" assertions="3" time="0.002790"/> | |
</testsuite> | |
<testsuite name="Tests_Actions_Closures" file="/tmp/wp-current-test/tests/phpunit/tests/actions/closures.php" tests="1" assertions="4" failures="0" errors="0" time="0.003473"> | |
<testcase name="test_action_closure" class="Tests_Actions_Closures" file="/tmp/wp-current-test/tests/phpunit/tests/actions/closures.php" line="13" assertions="4" time="0.003473"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_IncludesComment" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesComment.php" tests="5" assertions="6" failures="0" errors="0" time="0.020881"> | |
<testcase name="test_must_match_date_and_author" class="Tests_Admin_IncludesComment" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesComment.php" line="51" assertions="2" time="0.003449"/> | |
<testcase name="test_default_value_of_timezone_should_be_blog" class="Tests_Admin_IncludesComment" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesComment.php" line="59" assertions="1" time="0.006340"/> | |
<testcase name="test_should_respect_timezone_blog" class="Tests_Admin_IncludesComment" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesComment.php" line="66" assertions="1" time="0.004217"/> | |
<testcase name="test_should_respect_timezone_gmt" class="Tests_Admin_IncludesComment" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesComment.php" line="73" assertions="1" time="0.003432"/> | |
<testcase name="test_invalid_timezone_should_fall_back_on_blog" class="Tests_Admin_IncludesComment" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesComment.php" line="80" assertions="1" time="0.003443"/> | |
</testsuite> | |
<testsuite name="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" tests="12" assertions="24" failures="0" errors="0" time="0.063476"> | |
<testcase name="test_get_events_bad_response_code" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="64" assertions="1" time="0.004204"/> | |
<testcase name="test_get_cached_events_bad_response_code" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="77" assertions="1" time="0.003995"/> | |
<testcase name="test_get_events_invalid_response" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="112" assertions="1" time="0.004740"/> | |
<testcase name="test_get_cached_events_invalid_response" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="125" assertions="1" time="0.004183"/> | |
<testcase name="test_get_events_valid_response" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="160" assertions="4" time="0.006124"/> | |
<testcase name="test_get_cached_events_valid_response" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="179" assertions="4" time="0.008014"/> | |
<testcase name="test_get_events_pin_wordcamp" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="266" assertions="4" time="0.007103"/> | |
<testcase name="test_get_events_dont_pin_multiple_wordcamps" class="Test_WP_Community_Events" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesCommunityEvents.php" line="368" assertions="4" time="0.010752"/> | |
<testsuite name="Test_WP_Community_Events::test_get_unsafe_client_ip" tests="4" assertions="4" failures="0" errors="0" time="0.014360"> | |
<testcase name="test_get_unsafe_client_ip with data set #0" assertions="1" time="0.003496"/> | |
<testcase name="test_get_unsafe_client_ip with data set #1" assertions="1" time="0.002759"/> | |
<testcase name="test_get_unsafe_client_ip with data set #2" assertions="1" time="0.004645"/> | |
<testcase name="test_get_unsafe_client_ip with data set #3" assertions="1" time="0.003460"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesFile" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesFile.php" tests="2" assertions="8" failures="0" errors="0" time="0.011329"> | |
<testcase name="test_get_home_path" class="Tests_Admin_includesFile" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesFile.php" line="12" assertions="4" time="0.006370"/> | |
<testcase name="test_download_url_non_200_response_code" class="Tests_Admin_includesFile" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesFile.php" line="38" assertions="4" time="0.004959"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" tests="11" assertions="28" failures="0" errors="0" time="0.075012"> | |
<testcase name="test_list_hierarchical_pages_first_page" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="79" assertions="3" time="0.009810"/> | |
<testcase name="test_list_hierarchical_pages_second_page" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="95" assertions="4" time="0.006918"/> | |
<testcase name="test_search_hierarchical_pages_first_page" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="112" assertions="3" time="0.007691"/> | |
<testcase name="test_search_hierarchical_pages_second_page" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="129" assertions="3" time="0.007238"/> | |
<testcase name="test_grandchildren_hierarchical_pages_first_page" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="146" assertions="5" time="0.010895"/> | |
<testcase name="test_grandchildren_hierarchical_pages_second_page" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="165" assertions="5" time="0.007848"/> | |
<testcase name="test_filter_button_should_not_be_shown_if_there_are_no_posts" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="231" assertions="1" time="0.005715"/> | |
<testcase name="test_months_dropdown_should_not_be_shown_if_there_are_no_posts" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="245" assertions="1" time="0.005262"/> | |
<testcase name="test_category_dropdown_should_not_be_shown_if_there_are_no_posts" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="259" assertions="1" time="0.003999"/> | |
<testcase name="test_empty_trash_button_should_not_be_shown_if_there_are_no_posts" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="273" assertions="1" time="0.003602"/> | |
<testcase name="test_empty_trash_button_should_not_be_shown_if_there_are_no_comments" class="Tests_Admin_includesListTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesListTable.php" line="287" assertions="1" time="0.006034"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesMisc" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesMisc.php" tests="1" assertions="6" failures="0" errors="0" time="0.002853"> | |
<testcase name="test_shorten_url" class="Tests_Admin_includesMisc" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesMisc.php" line="7" assertions="6" time="0.002853"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" tests="42" assertions="152" failures="0" errors="0" time="0.822370"> | |
<testcase name="test_get_plugin_data" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="7" assertions="19" time="0.004231"/> | |
<testcase name="test_menu_page_url" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="30" assertions="8" time="0.035107"/> | |
<testsuite name="Tests_Admin_includesPlugin::test_submenu_priority" tests="8" assertions="8" failures="0" errors="0" time="0.309085"> | |
<testcase name="test_submenu_priority with data set #0" assertions="1" time="0.039940"/> | |
<testcase name="test_submenu_priority with data set #1" assertions="1" time="0.035717"/> | |
<testcase name="test_submenu_priority with data set #2" assertions="1" time="0.034540"/> | |
<testcase name="test_submenu_priority with data set #3" assertions="1" time="0.033375"/> | |
<testcase name="test_submenu_priority with data set #4" assertions="1" time="0.042482"/> | |
<testcase name="test_submenu_priority with data set #5" assertions="1" time="0.039196"/> | |
<testcase name="test_submenu_priority with data set #6" assertions="1" time="0.044876"/> | |
<testcase name="test_submenu_priority with data set #7" assertions="1" time="0.038959"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesPlugin::test_submenu_helpers_priority" tests="8" assertions="88" failures="0" errors="0" time="0.313557"> | |
<testcase name="test_submenu_helpers_priority with data set #0" assertions="11" time="0.045457"/> | |
<testcase name="test_submenu_helpers_priority with data set #1" assertions="11" time="0.043698"/> | |
<testcase name="test_submenu_helpers_priority with data set #2" assertions="11" time="0.042502"/> | |
<testcase name="test_submenu_helpers_priority with data set #3" assertions="11" time="0.038984"/> | |
<testcase name="test_submenu_helpers_priority with data set #4" assertions="11" time="0.036455"/> | |
<testcase name="test_submenu_helpers_priority with data set #5" assertions="11" time="0.033845"/> | |
<testcase name="test_submenu_helpers_priority with data set #6" assertions="11" time="0.038584"/> | |
<testcase name="test_submenu_helpers_priority with data set #7" assertions="11" time="0.034032"/> | |
</testsuite> | |
<testcase name="test_priority_when_parent_slug_child_slug_are_the_same" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="263" assertions="3" time="0.037600"/> | |
<testcase name="test_passing_string_as_priority_fires_doing_it_wrong" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="295" assertions="2" time="0.031949"/> | |
<testcase name="test_is_plugin_active_true" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="319" assertions="1" time="0.005790"/> | |
<testcase name="test_is_plugin_active_false" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="327" assertions="1" time="0.002708"/> | |
<testcase name="test_is_plugin_inactive_true" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="333" assertions="1" time="0.003834"/> | |
<testcase name="test_is_plugin_inactive_false" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="339" assertions="1" time="0.007903"/> | |
<testcase name="test_get_plugin_files_single" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="350" assertions="1" time="0.002774"/> | |
<testcase name="test_get_plugin_files_folder" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="358" assertions="1" time="0.003198"/> | |
<testcase name="test_get_mu_plugins_when_mu_plugins_exists_but_is_empty" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="383" assertions="1" time="0.003491"/> | |
<testcase name="test_get_mu_plugins_when_mu_plugins_directory_does_not_exist" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="405" assertions="1" time="0.003257"/> | |
<testcase name="test_get_mu_plugins_should_ignore_index_php_containing_silence_is_golden" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="425" assertions="1" time="0.002823"/> | |
<testcase name="test_get_mu_plugins_should_not_ignore_index_php_containing_something_other_than_silence_is_golden" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="449" assertions="1" time="0.002742"/> | |
<testcase name="test_get_mu_plugins_should_ignore_files_without_php_extensions" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="474" assertions="1" time="0.003079"/> | |
<testcase name="test__sort_uname_callback" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="501" assertions="3" time="0.003586"/> | |
<testcase name="test_get_dropins_empty" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="510" assertions="1" time="0.003286"/> | |
<testcase name="test_get_dropins_not_empty" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="522" assertions="1" time="0.002846"/> | |
<testcase name="test_is_network_only_plugin_hello" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="541" assertions="1" time="0.002688"/> | |
<testcase name="test_is_network_only_plugin" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="548" assertions="1" time="0.004041"/> | |
<testcase name="test_activate_plugins_single_no_array" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="559" assertions="1" time="0.006157"/> | |
<testcase name="test_activate_plugins_single_array" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="569" assertions="1" time="0.005605"/> | |
<testcase name="test_validate_active_plugins_remove_invalid" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="579" assertions="1" time="0.008959"/> | |
<testcase name="test_validate_active_plugins_empty" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="592" assertions="1" time="0.003334"/> | |
<testcase name="test_is_uninstallable_plugin" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="599" assertions="1" time="0.003162"/> | |
<testcase name="test_is_uninstallable_plugin_true" class="Tests_Admin_includesPlugin" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPlugin.php" line="606" assertions="1" time="0.005578"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" tests="37" assertions="84" failures="0" errors="0" time="0.906810"> | |
<testcase name="test__wp_translate_postdata_cap_checks_contributor" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="29" assertions="12" time="0.014619"/> | |
<testcase name="test__wp_translate_postdata_cap_checks_editor" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="79" assertions="12" time="0.014875"/> | |
<testcase name="test_edit_post_auto_draft" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="134" assertions="2" time="0.028207"/> | |
<testcase name="test_edit_post_should_parse_tax_input_by_name_rather_than_slug_for_nonhierarchical_taxonomies" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="151" assertions="2" time="0.052040"/> | |
<testcase name="test_edit_post_should_not_create_terms_for_an_empty_tag_input_field" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="191" assertions="1" time="0.033486"/> | |
<testcase name="test_bulk_edit_posts_stomping" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="220" assertions="4" time="0.070125"/> | |
<testcase name="test_bulk_edit_posts_should_preserve_post_format_when_unchanged" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="267" assertions="6" time="0.101833"/> | |
<testcase name="test_bulk_edit_posts_should_set_post_format_before_wp_update_post_runs" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="299" assertions="1" time="0.032263"/> | |
<testcase name="test_user_cant_delete_protected_meta" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="324" assertions="1" time="0.023916"/> | |
<testcase name="test_get_sample_permalink_should_return_pretty_permalink_for_posts_with_post_status_future" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="358" assertions="1" time="0.017636"/> | |
<testcase name="test_get_sample_permalink_html_should_use_default_permalink_for_view_post_link_when_pretty_permalinks_are_disabled" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="381" assertions="2" time="0.019309"/> | |
<testcase name="test_get_sample_permalink_html_should_use_pretty_permalink_for_view_post_link_when_pretty_permalinks_are_enabled" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="402" assertions="2" time="0.019645"/> | |
<testcase name="test_get_sample_permalink_html_should_use_pretty_permalink_for_view_attachment_link_when_pretty_permalinks_are_enabled" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="425" assertions="2" time="0.012149"/> | |
<testcase name="test_get_sample_permalink_html_should_use_correct_permalink_for_view_post_link_when_changing_slug" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="451" assertions="6" time="0.042695"/> | |
<testcase name="test_get_sample_permalink_html_should_use_preview_links_for_draft_and_pending_posts_with_no_post_name" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="509" assertions="1" time="0.016568"/> | |
<testcase name="test_get_sample_permalink_should_avoid_slugs_that_would_create_clashes_with_year_archives" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="531" assertions="1" time="0.019514"/> | |
<testcase name="test_get_sample_permalink_should_allow_yearlike_slugs_if_permastruct_does_not_cause_an_archive_conflict" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="547" assertions="1" time="0.021370"/> | |
<testcase name="test_get_sample_permalink_should_avoid_slugs_that_would_create_clashes_with_month_archives" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="563" assertions="1" time="0.019693"/> | |
<testcase name="test_get_sample_permalink_should_ignore_potential_month_conflicts_for_invalid_monthnum" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="579" assertions="1" time="0.022312"/> | |
<testcase name="test_get_sample_permalink_should_avoid_slugs_that_would_create_clashes_with_day_archives" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="595" assertions="1" time="0.018922"/> | |
<testcase name="test_get_sample_permalink_should_iterate_slug_suffix_when_a_date_conflict_is_found" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="611" assertions="1" time="0.038852"/> | |
<testcase name="test_get_sample_permalink_should_ignore_potential_day_conflicts_for_invalid_day" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="633" assertions="1" time="0.024112"/> | |
<testcase name="test_get_sample_permalink_should_allow_daylike_slugs_if_permastruct_does_not_cause_an_archive_conflict" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="649" assertions="1" time="0.021204"/> | |
<testcase name="test_get_sample_permalink_should_respect_hierarchy_of_draft_pages" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="665" assertions="2" time="0.014103"/> | |
<testcase name="test_post_exists_should_match_title" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="689" assertions="1" time="0.015948"/> | |
<testcase name="test_post_exists_should_not_match_nonexistent_title" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="699" assertions="1" time="0.016713"/> | |
<testcase name="test_post_exists_should_match_nonempty_content" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="709" assertions="1" time="0.020687"/> | |
<testcase name="test_post_exists_should_match_content_with_no_title" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="725" assertions="1" time="0.017282"/> | |
<testcase name="test_post_exists_should_not_match_when_nonempty_content_doesnt_match" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="738" assertions="1" time="0.016375"/> | |
<testcase name="test_post_exists_should_match_nonempty_date" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="751" assertions="1" time="0.018887"/> | |
<testcase name="test_post_exists_should_not_match_when_nonempty_date_doesnt_match" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="764" assertions="1" time="0.016919"/> | |
<testcase name="test_post_exists_should_match_nonempty_title_content_and_date" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="777" assertions="1" time="0.014348"/> | |
<testcase name="test_use_block_editor_for_post" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="792" assertions="5" time="0.025574"/> | |
<testcase name="test_get_block_editor_server_block_settings" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="825" assertions="2" time="0.005309"/> | |
<testcase name="test_post_add_meta_empty_is_allowed" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="845" assertions="2" time="0.019327"/> | |
<testcase name="test_post_exists_should_support_post_type" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="864" assertions="1" time="0.009872"/> | |
<testcase name="test_post_exists_should_not_match_a_page_for_post" class="Tests_Admin_Includes_Post" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesPost.php" line="881" assertions="1" time="0.010121"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_Includes_Schema" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesSchema.php" tests="8" assertions="8" failures="0" errors="0" time="0.242199"> | |
<testsuite name="Tests_Admin_Includes_Schema::test_populate_options" tests="5" assertions="5" failures="0" errors="0" time="0.182233"> | |
<testcase name="test_populate_options with data set #0" assertions="1" time="0.036210"/> | |
<testcase name="test_populate_options with data set #1" assertions="1" time="0.039118"/> | |
<testcase name="test_populate_options with data set #2" assertions="1" time="0.033678"/> | |
<testcase name="test_populate_options with data set #3" assertions="1" time="0.039207"/> | |
<testcase name="test_populate_options with data set #4" assertions="1" time="0.034020"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_Includes_Schema::test_populate_network_meta" tests="3" assertions="3" failures="0" errors="0" time="0.059966"> | |
<testcase name="test_populate_network_meta with data set #0" assertions="1" time="0.018549"/> | |
<testcase name="test_populate_network_meta with data set #1" assertions="1" time="0.021753"/> | |
<testcase name="test_populate_network_meta with data set #2" assertions="1" time="0.019664"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" tests="18" assertions="393" failures="0" errors="0" time="0.094045"> | |
<testcase name="test_set_current_screen_with_hook_suffix" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="170" assertions="290" time="0.004041"/> | |
<testcase name="test_post_type_as_hookname" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="238" assertions="4" time="0.004360"/> | |
<testcase name="test_post_type_with_special_suffix_as_hookname" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="246" assertions="8" time="0.006004"/> | |
<testcase name="test_taxonomy_with_special_suffix_as_hookname" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="261" assertions="4" time="0.003499"/> | |
<testcase name="test_post_type_with_edit_prefix" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="270" assertions="8" time="0.003226"/> | |
<testcase name="test_post_type_edit_collisions" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="285" assertions="4" time="0.004716"/> | |
<testcase name="test_help_tabs" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="305" assertions="4" time="0.003222"/> | |
<testcase name="test_help_tabs_priority" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="340" assertions="19" time="0.003627"/> | |
<testcase name="test_options" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="435" assertions="4" time="0.002891"/> | |
<testcase name="test_in_admin" class="Tests_Admin_includesScreen" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesScreen.php" line="458" assertions="16" time="0.004146"/> | |
<testsuite name="Tests_Admin_includesScreen::test_is_block_editor" tests="8" assertions="32" failures="0" errors="0" time="0.054313"> | |
<testcase name="test_is_block_editor with data set #0" assertions="4" time="0.009345"/> | |
<testcase name="test_is_block_editor with data set #1" assertions="4" time="0.009344"/> | |
<testcase name="test_is_block_editor with data set #2" assertions="4" time="0.009087"/> | |
<testcase name="test_is_block_editor with data set #3" assertions="4" time="0.011833"/> | |
<testcase name="test_is_block_editor with data set #4" assertions="4" time="0.003129"/> | |
<testcase name="test_is_block_editor with data set #5" assertions="4" time="0.003292"/> | |
<testcase name="test_is_block_editor with data set #6" assertions="4" time="0.004817"/> | |
<testcase name="test_is_block_editor with data set #7" assertions="4" time="0.003466"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" tests="14" assertions="54" failures="0" errors="0" time="0.053173"> | |
<testcase name="test_equal" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="6" assertions="20" time="0.002522"/> | |
<testcase name="test_notequal" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="38" assertions="6" time="0.003733"/> | |
<testcase name="test_add_meta_box" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="49" assertions="1" time="0.002905"/> | |
<testcase name="test_remove_meta_box" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="57" assertions="2" time="0.003991"/> | |
<testcase name="test_add_meta_box_on_multiple_screens" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="76" assertions="3" time="0.002985"/> | |
<testcase name="test_remove_meta_box_from_multiple_screens" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="90" assertions="5" time="0.003034"/> | |
<testcase name="test_get_settings_errors_sources" class="Tests_Admin_includesTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTemplate.php" line="118" assertions="3" time="0.008020"/> | |
<testsuite name="Tests_Admin_includesTemplate::test_settings_errors_css_classes" tests="7" assertions="14" failures="0" errors="0" time="0.025983"> | |
<testcase name="test_settings_errors_css_classes with data set #0" assertions="2" time="0.003919"/> | |
<testcase name="test_settings_errors_css_classes with data set #1" assertions="2" time="0.002842"/> | |
<testcase name="test_settings_errors_css_classes with data set #2" assertions="2" time="0.005166"/> | |
<testcase name="test_settings_errors_css_classes with data set #3" assertions="2" time="0.004302"/> | |
<testcase name="test_settings_errors_css_classes with data set #4" assertions="2" time="0.002956"/> | |
<testcase name="test_settings_errors_css_classes with data set #5" assertions="2" time="0.002839"/> | |
<testcase name="test_settings_errors_css_classes with data set #6" assertions="2" time="0.003959"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Admin_includesTheme" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTheme.php" tests="5" assertions="21" failures="0" errors="0" time="0.091851"> | |
<testcase name="test_page_templates" class="Tests_Admin_includesTheme" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTheme.php" line="45" assertions="5" time="0.021808"/> | |
<testcase name="test_page_templates_different_post_types" class="Tests_Admin_includesTheme" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTheme.php" line="78" assertions="4" time="0.021264"/> | |
<testcase name="test_page_templates_for_post_types_with_trailing_periods" class="Tests_Admin_includesTheme" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTheme.php" line="104" assertions="3" time="0.018690"/> | |
<testcase name="test_page_templates_child_theme" class="Tests_Admin_includesTheme" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTheme.php" line="136" assertions="5" time="0.015321"/> | |
<testcase name="test_get_post_templates_child_theme" class="Tests_Admin_includesTheme" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesTheme.php" line="175" assertions="4" time="0.014768"/> | |
</testsuite> | |
<testsuite name="Tests_Admin_IncludesUpdateCore" file="/tmp/wp-current-test/tests/phpunit/tests/admin/includesUpdateCore.php" tests="721" assertions="721" failures="0" errors="0" time="2.752950"> | |
<testsuite name="Tests_Admin_IncludesUpdateCore::test_new_files_are_not_in_old_files_array_compiled" tests="721" assertions="721" failures="0" errors="0" time="2.752950"> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #0" assertions="1" time="0.003949"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #1" assertions="1" time="0.003100"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #2" assertions="1" time="0.003926"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #3" assertions="1" time="0.005927"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #4" assertions="1" time="0.003150"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #5" assertions="1" time="0.002970"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #6" assertions="1" time="0.003487"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #7" assertions="1" time="0.003501"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #8" assertions="1" time="0.003078"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #9" assertions="1" time="0.002720"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #10" assertions="1" time="0.003807"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #11" assertions="1" time="0.004230"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #12" assertions="1" time="0.002830"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #13" assertions="1" time="0.003683"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #14" assertions="1" time="0.002783"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #15" assertions="1" time="0.002837"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #16" assertions="1" time="0.004060"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #17" assertions="1" time="0.002902"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #18" assertions="1" time="0.003321"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #19" assertions="1" time="0.002983"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #20" assertions="1" time="0.003089"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #21" assertions="1" time="0.005702"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #22" assertions="1" time="0.003670"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #23" assertions="1" time="0.002635"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #24" assertions="1" time="0.002672"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #25" assertions="1" time="0.004172"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #26" assertions="1" time="0.002857"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #27" assertions="1" time="0.003412"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #28" assertions="1" time="0.002815"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #29" assertions="1" time="0.002852"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #30" assertions="1" time="0.004578"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #31" assertions="1" time="0.004158"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #32" assertions="1" time="0.003848"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #33" assertions="1" time="0.003884"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #34" assertions="1" time="0.004287"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #35" assertions="1" time="0.003158"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #36" assertions="1" time="0.003135"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #37" assertions="1" time="0.003921"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #38" assertions="1" time="0.005288"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #39" assertions="1" time="0.004658"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #40" assertions="1" time="0.002984"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #41" assertions="1" time="0.003148"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #42" assertions="1" time="0.004273"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #43" assertions="1" time="0.003116"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #44" assertions="1" time="0.003163"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #45" assertions="1" time="0.002960"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #46" assertions="1" time="0.002875"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #47" assertions="1" time="0.003856"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #48" assertions="1" time="0.002896"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #49" assertions="1" time="0.003225"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #50" assertions="1" time="0.002843"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #51" assertions="1" time="0.005705"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #52" assertions="1" time="0.006938"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #53" assertions="1" time="0.003343"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #54" assertions="1" time="0.008432"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #55" assertions="1" time="0.005768"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #56" assertions="1" time="0.004223"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #57" assertions="1" time="0.003451"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #58" assertions="1" time="0.003278"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #59" assertions="1" time="0.002916"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #60" assertions="1" time="0.002594"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #61" assertions="1" time="0.002883"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #62" assertions="1" time="0.008493"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #63" assertions="1" time="0.003045"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #64" assertions="1" time="0.002946"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #65" assertions="1" time="0.003181"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #66" assertions="1" time="0.004133"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #67" assertions="1" time="0.003083"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #68" assertions="1" time="0.002716"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #69" assertions="1" time="0.002821"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #70" assertions="1" time="0.003454"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #71" assertions="1" time="0.003813"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #72" assertions="1" time="0.003109"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #73" assertions="1" time="0.002774"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #74" assertions="1" time="0.002887"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #75" assertions="1" time="0.005433"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #76" assertions="1" time="0.004619"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #77" assertions="1" time="0.003183"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #78" assertions="1" time="0.003062"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #79" assertions="1" time="0.005260"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #80" assertions="1" time="0.003322"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #81" assertions="1" time="0.003304"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #82" assertions="1" time="0.003118"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #83" assertions="1" time="0.003643"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #84" assertions="1" time="0.003193"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #85" assertions="1" time="0.002664"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #86" assertions="1" time="0.002817"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #87" assertions="1" time="0.003244"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #88" assertions="1" time="0.003360"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #89" assertions="1" time="0.004019"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #90" assertions="1" time="0.003053"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #91" assertions="1" time="0.002954"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #92" assertions="1" time="0.002811"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #93" assertions="1" time="0.004375"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #94" assertions="1" time="0.004618"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #95" assertions="1" time="0.002713"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #96" assertions="1" time="0.002619"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #97" assertions="1" time="0.002922"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #98" assertions="1" time="0.004915"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #99" assertions="1" time="0.003009"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #100" assertions="1" time="0.002758"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #101" assertions="1" time="0.002864"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #102" assertions="1" time="0.003394"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #103" assertions="1" time="0.003753"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #104" assertions="1" time="0.002841"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #105" assertions="1" time="0.002994"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #106" assertions="1" time="0.002878"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #107" assertions="1" time="0.003255"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #108" assertions="1" time="0.004262"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #109" assertions="1" time="0.002715"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #110" assertions="1" time="0.002591"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #111" assertions="1" time="0.002658"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #112" assertions="1" time="0.003706"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #113" assertions="1" time="0.005531"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #114" assertions="1" time="0.002671"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #115" assertions="1" time="0.002731"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #116" assertions="1" time="0.002805"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #117" assertions="1" time="0.004031"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #118" assertions="1" time="0.004002"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #119" assertions="1" time="0.003046"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #120" assertions="1" time="0.004090"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #121" assertions="1" time="0.008333"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #122" assertions="1" time="0.003777"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #123" assertions="1" time="0.002902"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #124" assertions="1" time="0.004312"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #125" assertions="1" time="0.006015"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #126" assertions="1" time="0.005540"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #127" assertions="1" time="0.006847"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #128" assertions="1" time="0.004139"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #129" assertions="1" time="0.003020"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #130" assertions="1" time="0.004380"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #131" assertions="1" time="0.004318"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #132" assertions="1" time="0.002783"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #133" assertions="1" time="0.002996"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #134" assertions="1" time="0.002746"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #135" assertions="1" time="0.003707"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #136" assertions="1" time="0.003478"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #137" assertions="1" time="0.002791"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #138" assertions="1" time="0.002830"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #139" assertions="1" time="0.003264"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #140" assertions="1" time="0.005177"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #141" assertions="1" time="0.003154"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #142" assertions="1" time="0.002870"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #143" assertions="1" time="0.002618"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #144" assertions="1" time="0.002835"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #145" assertions="1" time="0.006191"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #146" assertions="1" time="0.003415"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #147" assertions="1" time="0.002694"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #148" assertions="1" time="0.002888"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #149" assertions="1" time="0.004745"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #150" assertions="1" time="0.003203"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #151" assertions="1" time="0.002830"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #152" assertions="1" time="0.002837"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #153" assertions="1" time="0.002602"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #154" assertions="1" time="0.004246"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #155" assertions="1" time="0.003079"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #156" assertions="1" time="0.002930"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #157" assertions="1" time="0.002694"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #158" assertions="1" time="0.003898"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #159" assertions="1" time="0.004139"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #160" assertions="1" time="0.003083"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #161" assertions="1" time="0.002548"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #162" assertions="1" time="0.002645"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #163" assertions="1" time="0.003079"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #164" assertions="1" time="0.005960"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #165" assertions="1" time="0.002931"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #166" assertions="1" time="0.002714"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #167" assertions="1" time="0.002819"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #168" assertions="1" time="0.004898"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #169" assertions="1" time="0.003006"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #170" assertions="1" time="0.002831"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #171" assertions="1" time="0.002879"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #172" assertions="1" time="0.002906"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #173" assertions="1" time="0.004405"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #174" assertions="1" time="0.003012"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #175" assertions="1" time="0.002958"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #176" assertions="1" time="0.002619"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #177" assertions="1" time="0.002875"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #178" assertions="1" time="0.004828"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #179" assertions="1" time="0.003391"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #180" assertions="1" time="0.003022"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #181" assertions="1" time="0.002881"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #182" assertions="1" time="0.012893"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #183" assertions="1" time="0.002939"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #184" assertions="1" time="0.003298"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #185" assertions="1" time="0.004475"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #186" assertions="1" time="0.003152"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #187" assertions="1" time="0.003516"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #188" assertions="1" time="0.005216"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #189" assertions="1" time="0.004108"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #190" assertions="1" time="0.003742"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #191" assertions="1" time="0.003433"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #192" assertions="1" time="0.005375"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #193" assertions="1" time="0.004225"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #194" assertions="1" time="0.003215"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #195" assertions="1" time="0.002789"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #196" assertions="1" time="0.002848"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #197" assertions="1" time="0.006276"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #198" assertions="1" time="0.003152"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #199" assertions="1" time="0.002794"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #200" assertions="1" time="0.002785"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #201" assertions="1" time="0.004132"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #202" assertions="1" time="0.003229"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #203" assertions="1" time="0.002917"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #204" assertions="1" time="0.002803"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #205" assertions="1" time="0.002787"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #206" assertions="1" time="0.004709"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #207" assertions="1" time="0.002869"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #208" assertions="1" time="0.002868"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #209" assertions="1" time="0.002897"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #210" assertions="1" time="0.003082"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #211" assertions="1" time="0.004733"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #212" assertions="1" time="0.003008"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #213" assertions="1" time="0.002893"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #214" assertions="1" time="0.002465"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #215" assertions="1" time="0.002611"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #216" assertions="1" time="0.006628"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #217" assertions="1" time="0.003083"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #218" assertions="1" time="0.002807"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #219" assertions="1" time="0.002777"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #220" assertions="1" time="0.004945"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #221" assertions="1" time="0.002628"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #222" assertions="1" time="0.002686"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #223" assertions="1" time="0.002683"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #224" assertions="1" time="0.002747"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #225" assertions="1" time="0.004454"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #226" assertions="1" time="0.002786"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #227" assertions="1" time="0.002845"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #228" assertions="1" time="0.002702"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #229" assertions="1" time="0.002772"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #230" assertions="1" time="0.004740"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #231" assertions="1" time="0.002788"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #232" assertions="1" time="0.004485"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #233" assertions="1" time="0.002947"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #234" assertions="1" time="0.004590"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #235" assertions="1" time="0.004427"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #236" assertions="1" time="0.003931"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #237" assertions="1" time="0.003434"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #238" assertions="1" time="0.004861"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #239" assertions="1" time="0.004065"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #240" assertions="1" time="0.002859"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #241" assertions="1" time="0.007281"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #242" assertions="1" time="0.006411"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #243" assertions="1" time="0.002985"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #244" assertions="1" time="0.003553"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #245" assertions="1" time="0.004779"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #246" assertions="1" time="0.002947"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #247" assertions="1" time="0.002830"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #248" assertions="1" time="0.002629"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #249" assertions="1" time="0.003327"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #250" assertions="1" time="0.005959"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #251" assertions="1" time="0.002715"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #252" assertions="1" time="0.002812"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #253" assertions="1" time="0.002828"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #254" assertions="1" time="0.005229"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #255" assertions="1" time="0.002920"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #256" assertions="1" time="0.002640"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #257" assertions="1" time="0.002789"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #258" assertions="1" time="0.003889"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #259" assertions="1" time="0.003279"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #260" assertions="1" time="0.002804"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #261" assertions="1" time="0.002797"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #262" assertions="1" time="0.002837"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #263" assertions="1" time="0.003203"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #264" assertions="1" time="0.004095"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #265" assertions="1" time="0.002768"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #266" assertions="1" time="0.002734"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #267" assertions="1" time="0.002686"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #268" assertions="1" time="0.003505"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #269" assertions="1" time="0.004853"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #270" assertions="1" time="0.002761"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #271" assertions="1" time="0.002801"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #272" assertions="1" time="0.003294"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #273" assertions="1" time="0.004040"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #274" assertions="1" time="0.002762"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #275" assertions="1" time="0.002744"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #276" assertions="1" time="0.002744"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #277" assertions="1" time="0.003053"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #278" assertions="1" time="0.004668"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #279" assertions="1" time="0.002915"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #280" assertions="1" time="0.002795"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #281" assertions="1" time="0.002703"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #282" assertions="1" time="0.003533"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #283" assertions="1" time="0.003988"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #284" assertions="1" time="0.002966"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #285" assertions="1" time="0.002602"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #286" assertions="1" time="0.002953"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #287" assertions="1" time="0.005419"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #288" assertions="1" time="0.003950"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #289" assertions="1" time="0.002787"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #290" assertions="1" time="0.006562"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #291" assertions="1" time="0.004574"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #292" assertions="1" time="0.002977"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #293" assertions="1" time="0.002680"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #294" assertions="1" time="0.002639"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #295" assertions="1" time="0.004551"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #296" assertions="1" time="0.003256"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #297" assertions="1" time="0.003210"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #298" assertions="1" time="0.002949"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #299" assertions="1" time="0.004795"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #300" assertions="1" time="0.007915"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #301" assertions="1" time="0.002907"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #302" assertions="1" time="0.003314"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #303" assertions="1" time="0.006528"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #304" assertions="1" time="0.002887"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #305" assertions="1" time="0.002791"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #306" assertions="1" time="0.002831"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #307" assertions="1" time="0.004639"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #308" assertions="1" time="0.002698"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #309" assertions="1" time="0.002660"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #310" assertions="1" time="0.002900"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #311" assertions="1" time="0.005826"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #312" assertions="1" time="0.005790"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #313" assertions="1" time="0.003503"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #314" assertions="1" time="0.002851"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #315" assertions="1" time="0.004277"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #316" assertions="1" time="0.003204"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #317" assertions="1" time="0.002893"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #318" assertions="1" time="0.002748"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #319" assertions="1" time="0.002742"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #320" assertions="1" time="0.006434"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #321" assertions="1" time="0.003237"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #322" assertions="1" time="0.002702"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #323" assertions="1" time="0.002765"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #324" assertions="1" time="0.004642"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #325" assertions="1" time="0.002718"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #326" assertions="1" time="0.002819"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #327" assertions="1" time="0.003010"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #328" assertions="1" time="0.002919"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #329" assertions="1" time="0.004579"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #330" assertions="1" time="0.002835"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #331" assertions="1" time="0.002991"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #332" assertions="1" time="0.002739"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #333" assertions="1" time="0.002887"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #334" assertions="1" time="0.004352"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #335" assertions="1" time="0.002873"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #336" assertions="1" time="0.002851"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #337" assertions="1" time="0.002824"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #338" assertions="1" time="0.003063"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #339" assertions="1" time="0.006526"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #340" assertions="1" time="0.002973"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #341" assertions="1" time="0.002863"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #342" assertions="1" time="0.002933"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #343" assertions="1" time="0.004789"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #344" assertions="1" time="0.002829"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #345" assertions="1" time="0.002895"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #346" assertions="1" time="0.002681"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #347" assertions="1" time="0.002913"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #348" assertions="1" time="0.004125"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #349" assertions="1" time="0.002953"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #350" assertions="1" time="0.002883"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #351" assertions="1" time="0.002907"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #352" assertions="1" time="0.003163"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #353" assertions="1" time="0.004537"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #354" assertions="1" time="0.002716"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #355" assertions="1" time="0.002850"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #356" assertions="1" time="0.002916"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #357" assertions="1" time="0.002864"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #358" assertions="1" time="0.006430"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #359" assertions="1" time="0.003492"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #360" assertions="1" time="0.003141"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #361" assertions="1" time="0.004154"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #362" assertions="1" time="0.003646"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #363" assertions="1" time="0.002848"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #364" assertions="1" time="0.002788"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #365" assertions="1" time="0.002833"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #366" assertions="1" time="0.003435"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #367" assertions="1" time="0.007250"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #368" assertions="1" time="0.002763"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #369" assertions="1" time="0.002669"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #370" assertions="1" time="0.005988"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #371" assertions="1" time="0.003031"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #372" assertions="1" time="0.002718"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #373" assertions="1" time="0.002828"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #374" assertions="1" time="0.002732"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #375" assertions="1" time="0.007178"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #376" assertions="1" time="0.002986"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #377" assertions="1" time="0.002813"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #378" assertions="1" time="0.002831"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #379" assertions="1" time="0.004524"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #380" assertions="1" time="0.003008"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #381" assertions="1" time="0.002822"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #382" assertions="1" time="0.009480"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #383" assertions="1" time="0.004133"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #384" assertions="1" time="0.002712"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #385" assertions="1" time="0.002815"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #386" assertions="1" time="0.003804"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #387" assertions="1" time="0.003631"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #388" assertions="1" time="0.002749"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #389" assertions="1" time="0.002795"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #390" assertions="1" time="0.002803"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #391" assertions="1" time="0.003234"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #392" assertions="1" time="0.005628"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #393" assertions="1" time="0.003157"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #394" assertions="1" time="0.002727"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #395" assertions="1" time="0.002942"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #396" assertions="1" time="0.004727"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #397" assertions="1" time="0.003029"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #398" assertions="1" time="0.002827"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #399" assertions="1" time="0.002605"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #400" assertions="1" time="0.003571"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #401" assertions="1" time="0.003805"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #402" assertions="1" time="0.002972"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #403" assertions="1" time="0.002702"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #404" assertions="1" time="0.002806"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #405" assertions="1" time="0.003353"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #406" assertions="1" time="0.004012"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #407" assertions="1" time="0.002978"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #408" assertions="1" time="0.002869"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #409" assertions="1" time="0.002842"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #410" assertions="1" time="0.004328"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #411" assertions="1" time="0.005043"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #412" assertions="1" time="0.002835"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #413" assertions="1" time="0.002655"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #414" assertions="1" time="0.002708"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #415" assertions="1" time="0.004385"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #416" assertions="1" time="0.003523"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #417" assertions="1" time="0.003243"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #418" assertions="1" time="0.003747"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #419" assertions="1" time="0.007650"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #420" assertions="1" time="0.003886"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #421" assertions="1" time="0.003562"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #422" assertions="1" time="0.004687"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #423" assertions="1" time="0.003156"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #424" assertions="1" time="0.002855"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #425" assertions="1" time="0.002709"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #426" assertions="1" time="0.002929"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #427" assertions="1" time="0.005217"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #428" assertions="1" time="0.004011"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #429" assertions="1" time="0.002542"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #430" assertions="1" time="0.002655"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #431" assertions="1" time="0.003188"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #432" assertions="1" time="0.004593"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #433" assertions="1" time="0.002976"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #434" assertions="1" time="0.002915"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #435" assertions="1" time="0.002600"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #436" assertions="1" time="0.003942"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #437" assertions="1" time="0.003173"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #438" assertions="1" time="0.002975"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #439" assertions="1" time="0.002908"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #440" assertions="1" time="0.002917"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #441" assertions="1" time="0.004056"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #442" assertions="1" time="0.003533"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #443" assertions="1" time="0.002728"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #444" assertions="1" time="0.002802"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #445" assertions="1" time="0.003804"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #446" assertions="1" time="0.009531"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #447" assertions="1" time="0.004692"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #448" assertions="1" time="0.005481"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #449" assertions="1" time="0.004188"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #450" assertions="1" time="0.003619"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #451" assertions="1" time="0.003619"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #452" assertions="1" time="0.005583"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #453" assertions="1" time="0.003947"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #454" assertions="1" time="0.003532"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #455" assertions="1" time="0.002746"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #456" assertions="1" time="0.005128"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #457" assertions="1" time="0.002941"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #458" assertions="1" time="0.003011"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #459" assertions="1" time="0.002730"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #460" assertions="1" time="0.002878"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #461" assertions="1" time="0.005987"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #462" assertions="1" time="0.003960"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #463" assertions="1" time="0.003429"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #464" assertions="1" time="0.004052"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #465" assertions="1" time="0.004151"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #466" assertions="1" time="0.003078"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #467" assertions="1" time="0.002860"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #468" assertions="1" time="0.002941"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #469" assertions="1" time="0.004409"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #470" assertions="1" time="0.003136"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #471" assertions="1" time="0.003762"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #472" assertions="1" time="0.003371"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #473" assertions="1" time="0.007834"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #474" assertions="1" time="0.004872"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #475" assertions="1" time="0.003793"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #476" assertions="1" time="0.003463"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #477" assertions="1" time="0.003808"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #478" assertions="1" time="0.004213"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #479" assertions="1" time="0.005244"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #480" assertions="1" time="0.003408"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #481" assertions="1" time="0.003143"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #482" assertions="1" time="0.004576"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #483" assertions="1" time="0.003396"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #484" assertions="1" time="0.003703"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #485" assertions="1" time="0.003878"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #486" assertions="1" time="0.004667"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #487" assertions="1" time="0.003183"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #488" assertions="1" time="0.003958"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #489" assertions="1" time="0.003913"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #490" assertions="1" time="0.004160"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #491" assertions="1" time="0.003703"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #492" assertions="1" time="0.003737"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #493" assertions="1" time="0.004104"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #494" assertions="1" time="0.005137"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #495" assertions="1" time="0.004790"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #496" assertions="1" time="0.005180"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #497" assertions="1" time="0.003923"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #498" assertions="1" time="0.004027"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #499" assertions="1" time="0.003159"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #500" assertions="1" time="0.004253"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #501" assertions="1" time="0.003318"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #502" assertions="1" time="0.004262"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #503" assertions="1" time="0.004221"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #504" assertions="1" time="0.004464"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #505" assertions="1" time="0.004816"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #506" assertions="1" time="0.003992"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #507" assertions="1" time="0.004389"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #508" assertions="1" time="0.004246"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #509" assertions="1" time="0.006573"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #510" assertions="1" time="0.004604"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #511" assertions="1" time="0.004152"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #512" assertions="1" time="0.004139"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #513" assertions="1" time="0.003316"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #514" assertions="1" time="0.003856"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #515" assertions="1" time="0.004109"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #516" assertions="1" time="0.004363"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #517" assertions="1" time="0.003004"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #518" assertions="1" time="0.003513"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #519" assertions="1" time="0.003674"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #520" assertions="1" time="0.004041"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #521" assertions="1" time="0.003454"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #522" assertions="1" time="0.003209"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #523" assertions="1" time="0.004339"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #524" assertions="1" time="0.004040"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #525" assertions="1" time="0.005860"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #526" assertions="1" time="0.004589"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #527" assertions="1" time="0.005182"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #528" assertions="1" time="0.005203"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #529" assertions="1" time="0.003981"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #530" assertions="1" time="0.004320"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #531" assertions="1" time="0.006872"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #532" assertions="1" time="0.005364"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #533" assertions="1" time="0.003976"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #534" assertions="1" time="0.004683"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #535" assertions="1" time="0.002926"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #536" assertions="1" time="0.004924"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #537" assertions="1" time="0.003070"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #538" assertions="1" time="0.005432"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #539" assertions="1" time="0.004527"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #540" assertions="1" time="0.004228"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #541" assertions="1" time="0.003635"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #542" assertions="1" time="0.003726"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #543" assertions="1" time="0.003123"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #544" assertions="1" time="0.004075"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #545" assertions="1" time="0.003796"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #546" assertions="1" time="0.004838"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #547" assertions="1" time="0.003801"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #548" assertions="1" time="0.004102"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #549" assertions="1" time="0.003227"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #550" assertions="1" time="0.003546"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #551" assertions="1" time="0.002920"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #552" assertions="1" time="0.004448"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #553" assertions="1" time="0.003390"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #554" assertions="1" time="0.005074"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #555" assertions="1" time="0.004212"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #556" assertions="1" time="0.003598"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #557" assertions="1" time="0.003695"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #558" assertions="1" time="0.004465"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #559" assertions="1" time="0.010721"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #560" assertions="1" time="0.004952"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #561" assertions="1" time="0.002845"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #562" assertions="1" time="0.003949"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #563" assertions="1" time="0.005091"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #564" assertions="1" time="0.003954"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #565" assertions="1" time="0.002893"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #566" assertions="1" time="0.003134"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #567" assertions="1" time="0.004199"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #568" assertions="1" time="0.005413"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #569" assertions="1" time="0.003596"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #570" assertions="1" time="0.003947"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #571" assertions="1" time="0.003598"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #572" assertions="1" time="0.004397"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #573" assertions="1" time="0.002908"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #574" assertions="1" time="0.003503"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #575" assertions="1" time="0.003851"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #576" assertions="1" time="0.003132"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #577" assertions="1" time="0.003693"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #578" assertions="1" time="0.002771"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #579" assertions="1" time="0.004368"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #580" assertions="1" time="0.003807"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #581" assertions="1" time="0.004425"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #582" assertions="1" time="0.003004"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #583" assertions="1" time="0.004000"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #584" assertions="1" time="0.003469"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #585" assertions="1" time="0.008524"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #586" assertions="1" time="0.005413"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #587" assertions="1" time="0.006737"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #588" assertions="1" time="0.004270"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #589" assertions="1" time="0.003774"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #590" assertions="1" time="0.003925"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #591" assertions="1" time="0.008360"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #592" assertions="1" time="0.004053"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #593" assertions="1" time="0.003101"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #594" assertions="1" time="0.004401"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #595" assertions="1" time="0.002939"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #596" assertions="1" time="0.003544"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #597" assertions="1" time="0.003167"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #598" assertions="1" time="0.005195"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #599" assertions="1" time="0.004053"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #600" assertions="1" time="0.003869"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #601" assertions="1" time="0.003415"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #602" assertions="1" time="0.004576"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #603" assertions="1" time="0.002735"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #604" assertions="1" time="0.003075"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #605" assertions="1" time="0.003702"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #606" assertions="1" time="0.004522"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #607" assertions="1" time="0.002805"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #608" assertions="1" time="0.003686"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #609" assertions="1" time="0.004883"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #610" assertions="1" time="0.003705"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #611" assertions="1" time="0.003273"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #612" assertions="1" time="0.002860"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #613" assertions="1" time="0.004126"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #614" assertions="1" time="0.003669"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #615" assertions="1" time="0.005756"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #616" assertions="1" time="0.002993"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #617" assertions="1" time="0.004027"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #618" assertions="1" time="0.003275"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #619" assertions="1" time="0.003922"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #620" assertions="1" time="0.002760"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #621" assertions="1" time="0.003287"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #622" assertions="1" time="0.003670"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #623" assertions="1" time="0.003316"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #624" assertions="1" time="0.003785"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #625" assertions="1" time="0.003139"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #626" assertions="1" time="0.004177"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #627" assertions="1" time="0.003460"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #628" assertions="1" time="0.004115"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #629" assertions="1" time="0.002900"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #630" assertions="1" time="0.003734"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #631" assertions="1" time="0.003869"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #632" assertions="1" time="0.005114"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #633" assertions="1" time="0.004550"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #634" assertions="1" time="0.004048"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #635" assertions="1" time="0.003282"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #636" assertions="1" time="0.004123"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #637" assertions="1" time="0.002785"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #638" assertions="1" time="0.003995"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #639" assertions="1" time="0.003539"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #640" assertions="1" time="0.004231"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #641" assertions="1" time="0.002915"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #642" assertions="1" time="0.003432"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #643" assertions="1" time="0.004255"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #644" assertions="1" time="0.003745"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #645" assertions="1" time="0.003261"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #646" assertions="1" time="0.003341"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #647" assertions="1" time="0.004070"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #648" assertions="1" time="0.004694"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #649" assertions="1" time="0.006957"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #650" assertions="1" time="0.004085"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #651" assertions="1" time="0.003555"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #652" assertions="1" time="0.006816"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #653" assertions="1" time="0.005280"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #654" assertions="1" time="0.003203"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #655" assertions="1" time="0.004667"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #656" assertions="1" time="0.002851"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #657" assertions="1" time="0.003851"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #658" assertions="1" time="0.005606"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #659" assertions="1" time="0.004121"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #660" assertions="1" time="0.003124"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #661" assertions="1" time="0.003775"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #662" assertions="1" time="0.002909"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #663" assertions="1" time="0.005155"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #664" assertions="1" time="0.005189"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #665" assertions="1" time="0.004065"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #666" assertions="1" time="0.004335"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #667" assertions="1" time="0.003110"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #668" assertions="1" time="0.003321"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #669" assertions="1" time="0.003907"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #670" assertions="1" time="0.003535"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #671" assertions="1" time="0.004014"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #672" assertions="1" time="0.003115"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #673" assertions="1" time="0.004048"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #674" assertions="1" time="0.003705"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #675" assertions="1" time="0.004173"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #676" assertions="1" time="0.008247"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #677" assertions="1" time="0.003902"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #678" assertions="1" time="0.005343"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #679" assertions="1" time="0.006957"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #680" assertions="1" time="0.004358"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #681" assertions="1" time="0.005441"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #682" assertions="1" time="0.005016"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #683" assertions="1" time="0.006014"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #684" assertions="1" time="0.004673"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #685" assertions="1" time="0.005251"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #686" assertions="1" time="0.005451"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #687" assertions="1" time="0.004751"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #688" assertions="1" time="0.003688"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #689" assertions="1" time="0.004780"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #690" assertions="1" time="0.004621"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #691" assertions="1" time="0.006780"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #692" assertions="1" time="0.004880"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #693" assertions="1" time="0.004493"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #694" assertions="1" time="0.004077"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #695" assertions="1" time="0.004761"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #696" assertions="1" time="0.004016"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #697" assertions="1" time="0.004756"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #698" assertions="1" time="0.004225"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #699" assertions="1" time="0.004465"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #700" assertions="1" time="0.004233"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #701" assertions="1" time="0.003698"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #702" assertions="1" time="0.003663"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #703" assertions="1" time="0.004167"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #704" assertions="1" time="0.003944"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #705" assertions="1" time="0.005153"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #706" assertions="1" time="0.004129"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #707" assertions="1" time="0.005017"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #708" assertions="1" time="0.005337"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #709" assertions="1" time="0.004874"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #710" assertions="1" time="0.004459"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #711" assertions="1" time="0.007845"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #712" assertions="1" time="0.004662"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #713" assertions="1" time="0.003366"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #714" assertions="1" time="0.004670"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #715" assertions="1" time="0.003770"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #716" assertions="1" time="0.005043"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #717" assertions="1" time="0.004092"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #718" assertions="1" time="0.006638"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #719" assertions="1" time="0.004240"/> | |
<testcase name="test_new_files_are_not_in_old_files_array_compiled with data set #720" assertions="1" time="0.003255"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Admin_WpPrivacyRequestsTable" file="/tmp/wp-current-test/tests/phpunit/tests/admin/wpPrivacyRequestsTable.php" tests="9" assertions="9" failures="0" errors="0" time="0.044085"> | |
<testsuite name="Tests_Admin_WpPrivacyRequestsTable::test_columns_should_be_sortable" tests="9" assertions="9" failures="0" errors="0" time="0.044085"> | |
<testcase name="test_columns_should_be_sortable with data set #0" assertions="1" time="0.004018"/> | |
<testcase name="test_columns_should_be_sortable with data set #1" assertions="1" time="0.004974"/> | |
<testcase name="test_columns_should_be_sortable with data set #2" assertions="1" time="0.005326"/> | |
<testcase name="test_columns_should_be_sortable with data set #3" assertions="1" time="0.003851"/> | |
<testcase name="test_columns_should_be_sortable with data set #4" assertions="1" time="0.005096"/> | |
<testcase name="test_columns_should_be_sortable with data set #5" assertions="1" time="0.004870"/> | |
<testcase name="test_columns_should_be_sortable with data set #6" assertions="1" time="0.005275"/> | |
<testcase name="test_columns_should_be_sortable with data set #7" assertions="1" time="0.004918"/> | |
<testcase name="test_columns_should_be_sortable with data set #8" assertions="1" time="0.005757"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" tests="26" assertions="83" failures="0" errors="0" time="0.173502"> | |
<testcase name="test_content_post_type" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="35" assertions="2" time="0.004227"/> | |
<testcase name="test_merging_existing_meta_values" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="54" assertions="2" time="0.003396"/> | |
<testcase name="test_admin_bar_contains_correct_links_for_users_with_no_role" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="90" assertions="7" time="0.006050"/> | |
<testcase name="test_admin_bar_contains_correct_links_for_users_with_role" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="115" assertions="7" time="0.006028"/> | |
<testsuite name="Tests_AdminBar::test_admin_bar_with_tabindex_meta" tests="8" assertions="8" failures="0" errors="0" time="0.029705"> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #0" assertions="1" time="0.003130"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #1" assertions="1" time="0.003001"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #2" assertions="1" time="0.003881"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #3" assertions="1" time="0.003319"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #4" assertions="1" time="0.005725"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #5" assertions="1" time="0.003598"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #6" assertions="1" time="0.003534"/> | |
<testcase name="test_admin_bar_with_tabindex_meta with data set #7" assertions="1" time="0.003517"/> | |
</testsuite> | |
<testcase name="test_admin_bar_has_edit_link_for_existing_posts" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="351" assertions="3" time="0.018476"/> | |
<testcase name="test_admin_bar_has_no_edit_link_for_non_existing_posts" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="378" assertions="3" time="0.004925"/> | |
<testcase name="test_admin_bar_has_no_archives_link_if_no_static_front_page" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="397" assertions="3" time="0.004792"/> | |
<testcase name="test_admin_bar_contains_view_archive_link_if_static_front_page" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="411" assertions="3" time="0.005794"/> | |
<testcase name="test_admin_bar_has_no_archives_link_for_pages" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="426" assertions="3" time="0.003206"/> | |
<testcase name="test_admin_bar_contains_correct_about_link_for_users_with_role" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="441" assertions="6" time="0.005402"/> | |
<testcase name="test_admin_bar_contains_correct_about_link_for_users_with_no_role" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="458" assertions="7" time="0.005134"/> | |
<testcase name="test_admin_bar_has_no_archives_link_for_non_public_cpt" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="496" assertions="3" time="0.007796"/> | |
<testcase name="test_admin_bar_has_no_archives_link_for_cpt_without_archive" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="520" assertions="3" time="0.007803"/> | |
<testcase name="test_admin_bar_has_no_archives_link_for_cpt_not_shown_in_admin_bar" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="544" assertions="3" time="0.004977"/> | |
<testcase name="test_new_user_link_exists_for_user_with_create_users" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="600" assertions="5" time="0.008037"/> | |
<testcase name="test_new_user_link_existence_for_user_with_promote_users" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="619" assertions="5" time="0.007638"/> | |
<testcase name="test_new_user_link_does_not_exist_for_user_without_create_or_promote_users" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="642" assertions="5" time="0.006907"/> | |
<testcase name="test_customize_link" class="Tests_AdminBar" file="/tmp/wp-current-test/tests/phpunit/tests/adminbar.php" line="661" assertions="5" time="0.033209"/> | |
</testsuite> | |
<testsuite name="Tests_Attachment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/attachment/slashes.php" tests="1" assertions="6" failures="0" errors="0" time="0.031392"> | |
<testcase name="test_wp_insert_attachment" class="Tests_Attachment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/attachment/slashes.php" line="28" assertions="6" time="0.031392"/> | |
</testsuite> | |
<testsuite name="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" tests="21" assertions="60" failures="0" errors="0" time="0.488399"> | |
<testcase name="test_auth_cookie_valid" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="38" assertions="1" time="0.007857"/> | |
<testcase name="test_auth_cookie_invalid" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="43" assertions="3" time="0.012803"/> | |
<testcase name="test_auth_cookie_scheme" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="59" assertions="2" time="0.010997"/> | |
<testcase name="test_password_trimming" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="72" assertions="8" time="0.047104"/> | |
<testcase name="test_wp_hash_password_trimming" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="97" assertions="5" time="0.029456"/> | |
<testcase name="test_wp_verify_nonce_with_empty_arg" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="118" assertions="2" time="0.009782"/> | |
<testcase name="test_wp_verify_nonce_with_integer_arg" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="126" assertions="1" time="0.006235"/> | |
<testcase name="test_wp_nonce_verify_failed" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="133" assertions="1" time="0.003999"/> | |
<testcase name="test_wp_nonce_verify_success" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="145" assertions="1" time="0.005106"/> | |
<testcase name="test_check_admin_referer_with_no_action_triggers_doing_it_wrong" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="157" assertions="2" time="0.009497"/> | |
<testcase name="test_check_admin_referer_with_default_action_as_string_not_doing_it_wrong" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="168" assertions="1" time="0.006393"/> | |
<testcase name="test_check_ajax_referer_with_no_action_triggers_doing_it_wrong" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="180" assertions="2" time="0.004385"/> | |
<testcase name="test_password_length_limit" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="191" assertions="12" time="0.163822"/> | |
<testcase name="test_user_activation_key_is_saved" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="241" assertions="3" time="0.015243"/> | |
<testcase name="test_user_activation_key_is_checked" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="255" assertions="6" time="0.031145"/> | |
<testcase name="test_expired_user_activation_key_is_rejected" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="293" assertions="1" time="0.016150"/> | |
<testcase name="test_empty_user_activation_key_fails_key_check" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="316" assertions="2" time="0.007647"/> | |
<testcase name="test_legacy_user_activation_key_is_rejected" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="329" assertions="2" time="0.013604"/> | |
<testcase name="test_plaintext_user_activation_key_is_rejected" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="359" assertions="2" time="0.011361"/> | |
<testcase name="test_log_in_using_email" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="390" assertions="2" time="0.037999"/> | |
<testcase name="test_wp_signon_using_email_with_an_apostrophe" class="Tests_Auth" file="/tmp/wp-current-test/tests/phpunit/tests/auth.php" line="405" assertions="1" time="0.037814"/> | |
</testsuite> | |
<testsuite name="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" tests="19" assertions="34" failures="0" errors="0" time="0.128985"> | |
<testcase name="test_get_avatar_url_gravatar_url" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="12" assertions="1" time="0.004593"/> | |
<testcase name="test_get_avatar_url_size" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="20" assertions="2" time="0.003904"/> | |
<testcase name="test_get_avatar_url_default" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="32" assertions="4" time="0.004805"/> | |
<testcase name="test_get_avatar_url_rating" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="49" assertions="2" time="0.004677"/> | |
<testcase name="test_get_avatar_url_scheme" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="61" assertions="3" time="0.005261"/> | |
<testcase name="test_get_avatar_url_user" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="77" assertions="5" time="0.023627"/> | |
<testcase name="test_pre_get_avatar_url_filter" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="110" assertions="1" time="0.004479"/> | |
<testcase name="test_get_avatar_url_filter" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="127" assertions="1" time="0.004319"/> | |
<testcase name="test_get_avatar_comment_types_filter" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="143" assertions="2" time="0.019391"/> | |
<testcase name="test_get_avatar" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="170" assertions="1" time="0.004185"/> | |
<testcase name="test_get_avatar_size" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="175" assertions="1" time="0.004535"/> | |
<testcase name="test_get_avatar_alt" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="181" assertions="1" time="0.004808"/> | |
<testcase name="test_get_avatar_class" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="187" assertions="1" time="0.005464"/> | |
<testcase name="test_get_avatar_default_class" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="193" assertions="1" time="0.004274"/> | |
<testcase name="test_get_avatar_force_display" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="198" assertions="2" time="0.007970"/> | |
<testcase name="test_pre_get_avatar_filter" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="214" assertions="1" time="0.004464"/> | |
<testcase name="test_get_avatar_filter" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="230" assertions="1" time="0.004640"/> | |
<testcase name="test_get_avatar_data_should_return_gravatar_url_when_input_avatar_comment_type" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="248" assertions="2" time="0.007125"/> | |
<testcase name="test_get_avatar_data_should_return_invalid_url_when_input_not_avatar_comment_type" class="Tests_Avatar" file="/tmp/wp-current-test/tests/phpunit/tests/avatar.php" line="268" assertions="2" time="0.006465"/> | |
</testsuite> | |
<testsuite name="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" tests="6" assertions="11" failures="0" errors="0" time="0.025826"> | |
<testcase name="test_license" class="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" line="10" assertions="1" time="0.004463"/> | |
<testcase name="test_security_md" class="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" line="20" assertions="1" time="0.004328"/> | |
<testcase name="test_package_json" class="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" line="31" assertions="1" time="0.004901"/> | |
<testcase name="test_package_json_node_engine" class="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" line="46" assertions="3" time="0.004287"/> | |
<testcase name="test_strip_ws" class="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" line="55" assertions="4" time="0.003696"/> | |
<testcase name="test_mask_input_value" class="Tests_Basic" file="/tmp/wp-current-test/tests/phpunit/tests/basic.php" line="82" assertions="1" time="0.004151"/> | |
</testsuite> | |
<testsuite name="WP_Test_Block_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-parser.php" tests="62" assertions="62" failures="0" errors="0" time="0.294660"> | |
<testsuite name="WP_Test_Block_Parser::test_default_parser_output" tests="62" assertions="62" failures="0" errors="0" time="0.294660"> | |
<testcase name="test_default_parser_output with data set #0" assertions="1" time="0.005995"/> | |
<testcase name="test_default_parser_output with data set #1" assertions="1" time="0.004707"/> | |
<testcase name="test_default_parser_output with data set #2" assertions="1" time="0.003474"/> | |
<testcase name="test_default_parser_output with data set #3" assertions="1" time="0.004224"/> | |
<testcase name="test_default_parser_output with data set #4" assertions="1" time="0.004065"/> | |
<testcase name="test_default_parser_output with data set #5" assertions="1" time="0.003391"/> | |
<testcase name="test_default_parser_output with data set #6" assertions="1" time="0.003633"/> | |
<testcase name="test_default_parser_output with data set #7" assertions="1" time="0.004072"/> | |
<testcase name="test_default_parser_output with data set #8" assertions="1" time="0.003800"/> | |
<testcase name="test_default_parser_output with data set #9" assertions="1" time="0.003833"/> | |
<testcase name="test_default_parser_output with data set #10" assertions="1" time="0.003579"/> | |
<testcase name="test_default_parser_output with data set #11" assertions="1" time="0.004221"/> | |
<testcase name="test_default_parser_output with data set #12" assertions="1" time="0.003957"/> | |
<testcase name="test_default_parser_output with data set #13" assertions="1" time="0.003885"/> | |
<testcase name="test_default_parser_output with data set #14" assertions="1" time="0.004264"/> | |
<testcase name="test_default_parser_output with data set #15" assertions="1" time="0.004819"/> | |
<testcase name="test_default_parser_output with data set #16" assertions="1" time="0.005896"/> | |
<testcase name="test_default_parser_output with data set #17" assertions="1" time="0.003667"/> | |
<testcase name="test_default_parser_output with data set #18" assertions="1" time="0.008668"/> | |
<testcase name="test_default_parser_output with data set #19" assertions="1" time="0.004820"/> | |
<testcase name="test_default_parser_output with data set #20" assertions="1" time="0.004784"/> | |
<testcase name="test_default_parser_output with data set #21" assertions="1" time="0.004758"/> | |
<testcase name="test_default_parser_output with data set #22" assertions="1" time="0.003398"/> | |
<testcase name="test_default_parser_output with data set #23" assertions="1" time="0.003512"/> | |
<testcase name="test_default_parser_output with data set #24" assertions="1" time="0.004508"/> | |
<testcase name="test_default_parser_output with data set #25" assertions="1" time="0.008910"/> | |
<testcase name="test_default_parser_output with data set #26" assertions="1" time="0.006615"/> | |
<testcase name="test_default_parser_output with data set #27" assertions="1" time="0.004547"/> | |
<testcase name="test_default_parser_output with data set #28" assertions="1" time="0.004088"/> | |
<testcase name="test_default_parser_output with data set #29" assertions="1" time="0.004436"/> | |
<testcase name="test_default_parser_output with data set #30" assertions="1" time="0.004114"/> | |
<testcase name="test_default_parser_output with data set #31" assertions="1" time="0.007145"/> | |
<testcase name="test_default_parser_output with data set #32" assertions="1" time="0.004953"/> | |
<testcase name="test_default_parser_output with data set #33" assertions="1" time="0.004278"/> | |
<testcase name="test_default_parser_output with data set #34" assertions="1" time="0.010754"/> | |
<testcase name="test_default_parser_output with data set #35" assertions="1" time="0.005075"/> | |
<testcase name="test_default_parser_output with data set #36" assertions="1" time="0.004938"/> | |
<testcase name="test_default_parser_output with data set #37" assertions="1" time="0.003379"/> | |
<testcase name="test_default_parser_output with data set #38" assertions="1" time="0.003773"/> | |
<testcase name="test_default_parser_output with data set #39" assertions="1" time="0.004429"/> | |
<testcase name="test_default_parser_output with data set #40" assertions="1" time="0.004338"/> | |
<testcase name="test_default_parser_output with data set #41" assertions="1" time="0.003789"/> | |
<testcase name="test_default_parser_output with data set #42" assertions="1" time="0.004621"/> | |
<testcase name="test_default_parser_output with data set #43" assertions="1" time="0.005675"/> | |
<testcase name="test_default_parser_output with data set #44" assertions="1" time="0.005423"/> | |
<testcase name="test_default_parser_output with data set #45" assertions="1" time="0.008215"/> | |
<testcase name="test_default_parser_output with data set #46" assertions="1" time="0.006611"/> | |
<testcase name="test_default_parser_output with data set #47" assertions="1" time="0.004407"/> | |
<testcase name="test_default_parser_output with data set #48" assertions="1" time="0.004031"/> | |
<testcase name="test_default_parser_output with data set #49" assertions="1" time="0.004759"/> | |
<testcase name="test_default_parser_output with data set #50" assertions="1" time="0.003641"/> | |
<testcase name="test_default_parser_output with data set #51" assertions="1" time="0.004265"/> | |
<testcase name="test_default_parser_output with data set #52" assertions="1" time="0.003595"/> | |
<testcase name="test_default_parser_output with data set #53" assertions="1" time="0.004442"/> | |
<testcase name="test_default_parser_output with data set #54" assertions="1" time="0.003624"/> | |
<testcase name="test_default_parser_output with data set #55" assertions="1" time="0.004953"/> | |
<testcase name="test_default_parser_output with data set #56" assertions="1" time="0.006703"/> | |
<testcase name="test_default_parser_output with data set #57" assertions="1" time="0.003878"/> | |
<testcase name="test_default_parser_output with data set #58" assertions="1" time="0.004224"/> | |
<testcase name="test_default_parser_output with data set #59" assertions="1" time="0.004560"/> | |
<testcase name="test_default_parser_output with data set #60" assertions="1" time="0.004077"/> | |
<testcase name="test_default_parser_output with data set #61" assertions="1" time="0.003466"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" tests="10" assertions="21" failures="0" errors="0" time="0.041056"> | |
<testcase name="test_invalid_non_string_names" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="56" assertions="2" time="0.004462"/> | |
<testcase name="test_invalid_names_without_namespace" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="68" assertions="2" time="0.003188"/> | |
<testcase name="test_invalid_characters" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="80" assertions="2" time="0.003697"/> | |
<testcase name="test_uppercase_characters" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="92" assertions="2" time="0.004269"/> | |
<testcase name="test_register_block_type" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="102" assertions="3" time="0.004658"/> | |
<testcase name="test_register_block_type_twice" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="121" assertions="3" time="0.003054"/> | |
<testcase name="test_register_block_type_instance" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="138" assertions="1" time="0.003449"/> | |
<testcase name="test_unregister_not_registered_block" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="152" assertions="2" time="0.004432"/> | |
<testcase name="test_unregister_block_type" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="162" assertions="3" time="0.005664"/> | |
<testcase name="test_get_all_registered" class="WP_Test_Block_Type_Registry" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type-registry.php" line="178" assertions="1" time="0.004183"/> | |
</testsuite> | |
<testsuite name="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" tests="18" assertions="42" failures="0" errors="0" time="0.099799"> | |
<testcase name="test_set_props" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="73" assertions="3" time="0.003235"/> | |
<testcase name="test_render" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="90" assertions="1" time="0.004401"/> | |
<testcase name="test_render_with_content" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="109" assertions="1" time="0.004160"/> | |
<testcase name="test_render_for_static_block" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="132" assertions="1" time="0.003885"/> | |
<testcase name="test_is_dynamic_for_static_block" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="142" assertions="1" time="0.004079"/> | |
<testcase name="test_is_dynamic_for_dynamic_block" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="151" assertions="1" time="0.019116"/> | |
<testcase name="test_prepare_attributes" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="165" assertions="1" time="0.007144"/> | |
<testcase name="test_prepare_attributes_none_defined" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="219" assertions="1" time="0.003884"/> | |
<testcase name="test_has_block_with_mixed_content" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="232" assertions="8" time="0.008498"/> | |
<testcase name="test_has_block_with_invalid_content" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="267" assertions="5" time="0.006369"/> | |
<testcase name="test_post_has_block" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="290" assertions="5" time="0.004573"/> | |
<testcase name="test_post_has_block_serialized_name" class="WP_Test_Block_Type" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/block-type.php" line="307" assertions="8" time="0.003541"/> | |
<testsuite name="WP_Test_Block_Type::test_block_version" tests="6" assertions="6" failures="0" errors="0" time="0.026914"> | |
<testcase name="test_block_version with data set #0" assertions="1" time="0.003749"/> | |
<testcase name="test_block_version with data set #1" assertions="1" time="0.003872"/> | |
<testcase name="test_block_version with data set #2" assertions="1" time="0.004427"/> | |
<testcase name="test_block_version with data set #3" assertions="1" time="0.007431"/> | |
<testcase name="test_block_version with data set #4" assertions="1" time="0.003511"/> | |
<testcase name="test_block_version with data set #5" assertions="1" time="0.003924"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="WP_Test_Block_Register" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/register.php" tests="4" assertions="10" failures="0" errors="0" time="0.017387"> | |
<testcase name="test_register_affects_main_registry" class="WP_Test_Block_Register" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/register.php" line="77" assertions="1" time="0.003768"/> | |
<testcase name="test_unregister_affects_main_registry" class="WP_Test_Block_Register" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/register.php" line="92" assertions="1" time="0.003601"/> | |
<testcase name="test_get_dynamic_block_names" class="WP_Test_Block_Register" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/register.php" line="108" assertions="2" time="0.003390"/> | |
<testcase name="test_has_blocks" class="WP_Test_Block_Register" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/register.php" line="121" assertions="6" time="0.006628"/> | |
</testsuite> | |
<testsuite name="WP_Test_Render_Reusable_Blocks" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render-reusable.php" tests="3" assertions="3" failures="0" errors="0" time="0.020525"> | |
<testcase name="test_render" class="WP_Test_Render_Reusable_Blocks" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render-reusable.php" line="85" assertions="1" time="0.003781"/> | |
<testcase name="test_ref_empty" class="WP_Test_Render_Reusable_Blocks" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render-reusable.php" line="91" assertions="1" time="0.008579"/> | |
<testcase name="test_ref_wrong_post_type" class="WP_Test_Render_Reusable_Blocks" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render-reusable.php" line="97" assertions="1" time="0.008165"/> | |
</testsuite> | |
<testsuite name="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" tests="74" assertions="80" failures="0" errors="0" time="0.406143"> | |
<testcase name="test_do_blocks_removes_comments" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="57" assertions="1" time="0.006212"/> | |
<testcase name="test_the_content" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="69" assertions="1" time="0.007769"/> | |
<testcase name="test_nested_calls_to_the_content" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="93" assertions="1" time="0.006339"/> | |
<testcase name="test_can_nest_at_least_so_deep" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="116" assertions="1" time="0.005969"/> | |
<testcase name="test_can_nest_at_least_so_deep_with_dynamic_blocks" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="127" assertions="1" time="0.005318"/> | |
<testcase name="test_blocks_arent_autopeed" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="155" assertions="6" time="0.004172"/> | |
<testsuite name="WP_Test_Block_Render::test_do_block_output" tests="62" assertions="62" failures="0" errors="0" time="0.279719"> | |
<testcase name="test_do_block_output with data set #0" assertions="1" time="0.004050"/> | |
<testcase name="test_do_block_output with data set #1" assertions="1" time="0.007056"/> | |
<testcase name="test_do_block_output with data set #2" assertions="1" time="0.003934"/> | |
<testcase name="test_do_block_output with data set #3" assertions="1" time="0.004192"/> | |
<testcase name="test_do_block_output with data set #4" assertions="1" time="0.005071"/> | |
<testcase name="test_do_block_output with data set #5" assertions="1" time="0.005869"/> | |
<testcase name="test_do_block_output with data set #6" assertions="1" time="0.005381"/> | |
<testcase name="test_do_block_output with data set #7" assertions="1" time="0.004552"/> | |
<testcase name="test_do_block_output with data set #8" assertions="1" time="0.004895"/> | |
<testcase name="test_do_block_output with data set #9" assertions="1" time="0.004119"/> | |
<testcase name="test_do_block_output with data set #10" assertions="1" time="0.005280"/> | |
<testcase name="test_do_block_output with data set #11" assertions="1" time="0.004408"/> | |
<testcase name="test_do_block_output with data set #12" assertions="1" time="0.003814"/> | |
<testcase name="test_do_block_output with data set #13" assertions="1" time="0.009163"/> | |
<testcase name="test_do_block_output with data set #14" assertions="1" time="0.003885"/> | |
<testcase name="test_do_block_output with data set #15" assertions="1" time="0.004080"/> | |
<testcase name="test_do_block_output with data set #16" assertions="1" time="0.006242"/> | |
<testcase name="test_do_block_output with data set #17" assertions="1" time="0.004001"/> | |
<testcase name="test_do_block_output with data set #18" assertions="1" time="0.004633"/> | |
<testcase name="test_do_block_output with data set #19" assertions="1" time="0.004305"/> | |
<testcase name="test_do_block_output with data set #20" assertions="1" time="0.004265"/> | |
<testcase name="test_do_block_output with data set #21" assertions="1" time="0.003436"/> | |
<testcase name="test_do_block_output with data set #22" assertions="1" time="0.003680"/> | |
<testcase name="test_do_block_output with data set #23" assertions="1" time="0.004138"/> | |
<testcase name="test_do_block_output with data set #24" assertions="1" time="0.005109"/> | |
<testcase name="test_do_block_output with data set #25" assertions="1" time="0.003546"/> | |
<testcase name="test_do_block_output with data set #26" assertions="1" time="0.003182"/> | |
<testcase name="test_do_block_output with data set #27" assertions="1" time="0.005166"/> | |
<testcase name="test_do_block_output with data set #28" assertions="1" time="0.005461"/> | |
<testcase name="test_do_block_output with data set #29" assertions="1" time="0.003651"/> | |
<testcase name="test_do_block_output with data set #30" assertions="1" time="0.003431"/> | |
<testcase name="test_do_block_output with data set #31" assertions="1" time="0.005045"/> | |
<testcase name="test_do_block_output with data set #32" assertions="1" time="0.003289"/> | |
<testcase name="test_do_block_output with data set #33" assertions="1" time="0.004645"/> | |
<testcase name="test_do_block_output with data set #34" assertions="1" time="0.005535"/> | |
<testcase name="test_do_block_output with data set #35" assertions="1" time="0.004965"/> | |
<testcase name="test_do_block_output with data set #36" assertions="1" time="0.004496"/> | |
<testcase name="test_do_block_output with data set #37" assertions="1" time="0.004574"/> | |
<testcase name="test_do_block_output with data set #38" assertions="1" time="0.003346"/> | |
<testcase name="test_do_block_output with data set #39" assertions="1" time="0.003334"/> | |
<testcase name="test_do_block_output with data set #40" assertions="1" time="0.004164"/> | |
<testcase name="test_do_block_output with data set #41" assertions="1" time="0.004508"/> | |
<testcase name="test_do_block_output with data set #42" assertions="1" time="0.009660"/> | |
<testcase name="test_do_block_output with data set #43" assertions="1" time="0.004262"/> | |
<testcase name="test_do_block_output with data set #44" assertions="1" time="0.004465"/> | |
<testcase name="test_do_block_output with data set #45" assertions="1" time="0.006256"/> | |
<testcase name="test_do_block_output with data set #46" assertions="1" time="0.004122"/> | |
<testcase name="test_do_block_output with data set #47" assertions="1" time="0.003609"/> | |
<testcase name="test_do_block_output with data set #48" assertions="1" time="0.004289"/> | |
<testcase name="test_do_block_output with data set #49" assertions="1" time="0.003258"/> | |
<testcase name="test_do_block_output with data set #50" assertions="1" time="0.003735"/> | |
<testcase name="test_do_block_output with data set #51" assertions="1" time="0.003563"/> | |
<testcase name="test_do_block_output with data set #52" assertions="1" time="0.004397"/> | |
<testcase name="test_do_block_output with data set #53" assertions="1" time="0.002842"/> | |
<testcase name="test_do_block_output with data set #54" assertions="1" time="0.004129"/> | |
<testcase name="test_do_block_output with data set #55" assertions="1" time="0.003405"/> | |
<testcase name="test_do_block_output with data set #56" assertions="1" time="0.004436"/> | |
<testcase name="test_do_block_output with data set #57" assertions="1" time="0.003087"/> | |
<testcase name="test_do_block_output with data set #58" assertions="1" time="0.003904"/> | |
<testcase name="test_do_block_output with data set #59" assertions="1" time="0.004027"/> | |
<testcase name="test_do_block_output with data set #60" assertions="1" time="0.005509"/> | |
<testcase name="test_do_block_output with data set #61" assertions="1" time="0.004868"/> | |
</testsuite> | |
<testcase name="test_dynamic_block_rendering" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="235" assertions="1" time="0.005331"/> | |
<testcase name="test_global_post_persistence" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="270" assertions="1" time="0.070215"/> | |
<testcase name="test_dynamic_block_renders_string" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="295" assertions="2" time="0.004066"/> | |
<testcase name="test_dynamic_block_gets_inner_html" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="312" assertions="1" time="0.003793"/> | |
<testcase name="test_dynamic_block_gets_rendered_inner_blocks" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="330" assertions="1" time="0.003765"/> | |
<testcase name="test_dynamic_block_gets_rendered_inner_dynamic_blocks" class="WP_Test_Block_Render" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/render.php" line="358" assertions="1" time="0.003475"/> | |
</testsuite> | |
<testsuite name="WP_Test_Block_Serialization" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/serialization.php" tests="7" assertions="10" failures="0" errors="0" time="0.029067"> | |
<testsuite name="WP_Test_Block_Serialization::test_serialize_identity_from_parsed" tests="6" assertions="6" failures="0" errors="0" time="0.024607"> | |
<testcase name="test_serialize_identity_from_parsed with data set #0" assertions="1" time="0.002988"/> | |
<testcase name="test_serialize_identity_from_parsed with data set #1" assertions="1" time="0.003262"/> | |
<testcase name="test_serialize_identity_from_parsed with data set #2" assertions="1" time="0.003694"/> | |
<testcase name="test_serialize_identity_from_parsed with data set #3" assertions="1" time="0.007072"/> | |
<testcase name="test_serialize_identity_from_parsed with data set #4" assertions="1" time="0.003699"/> | |
<testcase name="test_serialize_identity_from_parsed with data set #5" assertions="1" time="0.003892"/> | |
</testsuite> | |
<testcase name="test_serialized_block_name" class="WP_Test_Block_Serialization" file="/tmp/wp-current-test/tests/phpunit/tests/blocks/serialization.php" line="53" assertions="4" time="0.004460"/> | |
</testsuite> | |
<testsuite name="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" tests="6" assertions="9" failures="0" errors="0" time="0.099343"> | |
<testcase name="test_should_hit_cache" class="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" line="7" assertions="2" time="0.008872"/> | |
<testcase name="test_adding_bookmark_should_bust_get_bookmarks_cache" class="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" line="30" assertions="2" time="0.015902"/> | |
<testcase name="test_orderby_rand_should_not_be_cached" class="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" line="64" assertions="2" time="0.014948"/> | |
<testcase name="test_exclude_param_gets_properly_parsed_as_list" class="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" line="88" assertions="1" time="0.014710"/> | |
<testcase name="test_include_param_gets_properly_parsed_as_list" class="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" line="106" assertions="1" time="0.012700"/> | |
<testcase name="test_category_param_propelry_gets_parsed_as_list" class="Tests_Bookmark_GetBookmarks" file="/tmp/wp-current-test/tests/phpunit/tests/bookmark/getBookmarks.php" line="124" assertions="1" time="0.032211"/> | |
</testsuite> | |
<testsuite name="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" tests="18" assertions="66" failures="0" errors="0" time="0.093925"> | |
<testcase name="test_miss" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="29" assertions="1" time="0.008798"/> | |
<testcase name="test_add_get" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="33" assertions="1" time="0.004176"/> | |
<testcase name="test_add_get_0" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="41" assertions="1" time="0.003979"/> | |
<testcase name="test_add_get_null" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="50" assertions="2" time="0.004891"/> | |
<testcase name="test_add" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="59" assertions="4" time="0.003300"/> | |
<testcase name="test_replace" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="72" assertions="6" time="0.004483"/> | |
<testcase name="test_set" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="86" assertions="4" time="0.003507"/> | |
<testcase name="test_flush" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="99" assertions="2" time="0.005264"/> | |
<testcase name="test_object_refs" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="118" assertions="4" time="0.003121"/> | |
<testcase name="test_incr" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="140" assertions="3" time="0.004815"/> | |
<testcase name="test_wp_cache_incr" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="153" assertions="3" time="0.006964"/> | |
<testcase name="test_decr" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="166" assertions="4" time="0.007790"/> | |
<testcase name="test_wp_cache_decr" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="186" assertions="4" time="0.004259"/> | |
<testcase name="test_delete" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="203" assertions="5" time="0.013655"/> | |
<testcase name="test_wp_cache_delete" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="218" assertions="5" time="0.004445"/> | |
<testcase name="test_switch_to_blog" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="237" assertions="12" time="0.003031"/> | |
<testcase name="test_wp_cache_init" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="283" assertions="1" time="0.003255"/> | |
<testcase name="test_wp_cache_replace" class="Tests_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/cache.php" line="297" assertions="4" time="0.004191"/> | |
</testsuite> | |
<testsuite name="Tests_Canonical" file="/tmp/wp-current-test/tests/phpunit/tests/canonical.php" tests="55" assertions="67" failures="0" errors="0" time="0.888505"> | |
<testsuite name="Tests_Canonical::test_canonical" tests="54" assertions="66" failures="0" errors="0" time="0.872714"> | |
<testcase name="test_canonical with data set #0" assertions="1" time="0.014225"/> | |
<testcase name="test_canonical with data set #1" assertions="1" time="0.013942"/> | |
<testcase name="test_canonical with data set #2" assertions="1" time="0.014555"/> | |
<testcase name="test_canonical with data set #3" assertions="2" time="0.025864"/> | |
<testcase name="test_canonical with data set #4" assertions="2" time="0.020514"/> | |
<testcase name="test_canonical with data set #5" assertions="2" time="0.020908"/> | |
<testcase name="test_canonical with data set #6" assertions="2" time="0.020846"/> | |
<testcase name="test_canonical with data set #7" assertions="3" time="0.018508"/> | |
<testcase name="test_canonical with data set #8" assertions="3" time="0.015274"/> | |
<testcase name="test_canonical with data set #9" assertions="1" time="0.014031"/> | |
<testcase name="test_canonical with data set #10" assertions="3" time="0.019466"/> | |
<testcase name="test_canonical with data set #11" assertions="1" time="0.016204"/> | |
<testcase name="test_canonical with data set #12" assertions="1" time="0.012809"/> | |
<testcase name="test_canonical with data set #13" assertions="1" time="0.015713"/> | |
<testcase name="test_canonical with data set #14" assertions="1" time="0.017438"/> | |
<testcase name="test_canonical with data set #15" assertions="1" time="0.014108"/> | |
<testcase name="test_canonical with data set #16" assertions="1" time="0.014765"/> | |
<testcase name="test_canonical with data set #17" assertions="1" time="0.016010"/> | |
<testcase name="test_canonical with data set #18" assertions="1" time="0.016671"/> | |
<testcase name="test_canonical with data set #19" assertions="1" time="0.014865"/> | |
<testcase name="test_canonical with data set #20" assertions="1" time="0.015167"/> | |
<testcase name="test_canonical with data set #21" assertions="1" time="0.016216"/> | |
<testcase name="test_canonical with data set #22" assertions="1" time="0.014590"/> | |
<testcase name="test_canonical with data set #23" assertions="1" time="0.018935"/> | |
<testcase name="test_canonical with data set #24" assertions="1" time="0.014996"/> | |
<testcase name="test_canonical with data set #25" assertions="2" time="0.019524"/> | |
<testcase name="test_canonical with data set #26" assertions="1" time="0.025945"/> | |
<testcase name="test_canonical with data set #27" assertions="1" time="0.013323"/> | |
<testcase name="test_canonical with data set #28" assertions="1" time="0.016108"/> | |
<testcase name="test_canonical with data set #29" assertions="1" time="0.012974"/> | |
<testcase name="test_canonical with data set #30" assertions="1" time="0.016010"/> | |
<testcase name="test_canonical with data set #31" assertions="1" time="0.015169"/> | |
<testcase name="test_canonical with data set #32" assertions="1" time="0.014648"/> | |
<testcase name="test_canonical with data set #33" assertions="1" time="0.014475"/> | |
<testcase name="test_canonical with data set #34" assertions="1" time="0.012822"/> | |
<testcase name="test_canonical with data set #35" assertions="1" time="0.017020"/> | |
<testcase name="test_canonical with data set #36" assertions="1" time="0.014652"/> | |
<testcase name="test_canonical with data set #37" assertions="1" time="0.014323"/> | |
<testcase name="test_canonical with data set #38" assertions="1" time="0.012372"/> | |
<testcase name="test_canonical with data set #39" assertions="2" time="0.015520"/> | |
<testcase name="test_canonical with data set #40" assertions="1" time="0.016277"/> | |
<testcase name="test_canonical with data set #41" assertions="1" time="0.016751"/> | |
<testcase name="test_canonical with data set #42" assertions="1" time="0.015500"/> | |
<testcase name="test_canonical with data set #43" assertions="1" time="0.018446"/> | |
<testcase name="test_canonical with data set #44" assertions="1" time="0.015249"/> | |
<testcase name="test_canonical with data set #45" assertions="1" time="0.015764"/> | |
<testcase name="test_canonical with data set #46" assertions="1" time="0.014306"/> | |
<testcase name="test_canonical with data set #47" assertions="1" time="0.018191"/> | |
<testcase name="test_canonical with data set #48" assertions="1" time="0.015068"/> | |
<testcase name="test_canonical with data set #49" assertions="1" time="0.014141"/> | |
<testcase name="test_canonical with data set #50" assertions="1" time="0.014514"/> | |
<testcase name="test_canonical with data set #51" assertions="1" time="0.012844"/> | |
<testcase name="test_canonical with data set #52" assertions="1" time="0.022627"/> | |
<testcase name="test_canonical with data set #53" assertions="1" time="0.011531"/> | |
</testsuite> | |
<testcase name="test_utf8_query_keys_canonical" class="Tests_Canonical" file="/tmp/wp-current-test/tests/phpunit/tests/canonical.php" line="232" assertions="1" time="0.015791"/> | |
</testsuite> | |
<testsuite name="Tests_Canonical_Category" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/category.php" tests="5" assertions="10" failures="0" errors="0" time="0.072899"> | |
<testsuite name="Tests_Canonical_Category::test_canonical_category" tests="5" assertions="10" failures="0" errors="0" time="0.072899"> | |
<testcase name="test_canonical_category with data set #0" assertions="2" time="0.014551"/> | |
<testcase name="test_canonical_category with data set #1" assertions="2" time="0.012734"/> | |
<testcase name="test_canonical_category with data set #2" assertions="2" time="0.013116"/> | |
<testcase name="test_canonical_category with data set #3" assertions="2" time="0.018022"/> | |
<testcase name="test_canonical_category with data set #4" assertions="2" time="0.014476"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Canonical_CustomRules" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/customRules.php" tests="2" assertions="4" failures="0" errors="0" time="0.034436"> | |
<testsuite name="Tests_Canonical_CustomRules::test" tests="2" assertions="4" failures="0" errors="0" time="0.034436"> | |
<testcase name="test with data set #0" assertions="2" time="0.017291"/> | |
<testcase name="test with data set #1" assertions="2" time="0.017145"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Canonical_HTTPS" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/https.php" tests="3" assertions="3" failures="0" errors="0" time="0.030038"> | |
<testcase name="test_http_request_with_http_home" class="Tests_Canonical_HTTPS" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/https.php" line="26" assertions="1" time="0.009142"/> | |
<testcase name="test_https_request_with_http_home" class="Tests_Canonical_HTTPS" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/https.php" line="37" assertions="1" time="0.010931"/> | |
<testcase name="test_https_request_with_https_home" class="Tests_Canonical_HTTPS" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/https.php" line="48" assertions="1" time="0.009965"/> | |
</testsuite> | |
<testsuite name="Tests_Canonical_NoRewrite" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/noRewrite.php" tests="56" assertions="104" failures="0" errors="0" time="0.779852"> | |
<testsuite name="Tests_Canonical_NoRewrite::test" tests="56" assertions="104" failures="0" errors="0" time="0.779852"> | |
<testcase name="test with data set #0" assertions="1" time="0.012757"/> | |
<testcase name="test with data set #1" assertions="1" time="0.011570"/> | |
<testcase name="test with data set #2" assertions="1" time="0.011655"/> | |
<testcase name="test with data set #3" assertions="3" time="0.012889"/> | |
<testcase name="test with data set #4" assertions="3" time="0.018105"/> | |
<testcase name="test with data set #5" assertions="3" time="0.013410"/> | |
<testcase name="test with data set #6" assertions="3" time="0.014108"/> | |
<testcase name="test with data set #7" assertions="3" time="0.015140"/> | |
<testcase name="test with data set #8" assertions="3" time="0.016396"/> | |
<testcase name="test with data set #9" assertions="3" time="0.013276"/> | |
<testcase name="test with data set #10" assertions="3" time="0.016319"/> | |
<testcase name="test with data set #11" assertions="3" time="0.020182"/> | |
<testcase name="test with data set #12" assertions="3" time="0.019627"/> | |
<testcase name="test with data set #13" assertions="3" time="0.021608"/> | |
<testcase name="test with data set #14" assertions="3" time="0.020216"/> | |
<testcase name="test with data set #15" assertions="3" time="0.019710"/> | |
<testcase name="test with data set #16" assertions="3" time="0.012995"/> | |
<testcase name="test with data set #17" assertions="3" time="0.014780"/> | |
<testcase name="test with data set #18" assertions="3" time="0.016073"/> | |
<testcase name="test with data set #19" assertions="3" time="0.014080"/> | |
<testcase name="test with data set #20" assertions="3" time="0.016168"/> | |
<testcase name="test with data set #21" assertions="3" time="0.011972"/> | |
<testcase name="test with data set #22" assertions="3" time="0.014609"/> | |
<testcase name="test with data set #23" assertions="3" time="0.014026"/> | |
<testcase name="test with data set #24" assertions="3" time="0.016374"/> | |
<testcase name="test with data set #25" assertions="3" time="0.013903"/> | |
<testcase name="test with data set #26" assertions="3" time="0.012064"/> | |
<testcase name="test with data set #27" assertions="1" time="0.011579"/> | |
<testcase name="test with data set #28" assertions="1" time="0.011522"/> | |
<testcase name="test with data set #29" assertions="1" time="0.013361"/> | |
<testcase name="test with data set #30" assertions="1" time="0.012206"/> | |
<testcase name="test with data set #31" assertions="1" time="0.010998"/> | |
<testcase name="test with data set #32" assertions="1" time="0.011204"/> | |
<testcase name="test with data set #33" assertions="1" time="0.012293"/> | |
<testcase name="test with data set #34" assertions="1" time="0.010203"/> | |
<testcase name="test with data set #35" assertions="1" time="0.012390"/> | |
<testcase name="test with data set #36" assertions="1" time="0.012988"/> | |
<testcase name="test with data set #37" assertions="1" time="0.011181"/> | |
<testcase name="test with data set #38" assertions="1" time="0.011473"/> | |
<testcase name="test with data set #39" assertions="1" time="0.011538"/> | |
<testcase name="test with data set #40" assertions="1" time="0.016856"/> | |
<testcase name="test with data set #41" assertions="1" time="0.012227"/> | |
<testcase name="test with data set #42" assertions="1" time="0.011776"/> | |
<testcase name="test with data set #43" assertions="1" time="0.009999"/> | |
<testcase name="test with data set #44" assertions="1" time="0.012459"/> | |
<testcase name="test with data set #45" assertions="1" time="0.012596"/> | |
<testcase name="test with data set #46" assertions="1" time="0.017289"/> | |
<testcase name="test with data set #47" assertions="1" time="0.013618"/> | |
<testcase name="test with data set #48" assertions="1" time="0.018412"/> | |
<testcase name="test with data set #49" assertions="1" time="0.010237"/> | |
<testcase name="test with data set #50" assertions="1" time="0.014499"/> | |
<testcase name="test with data set #51" assertions="1" time="0.012340"/> | |
<testcase name="test with data set #52" assertions="1" time="0.010963"/> | |
<testcase name="test with data set #53" assertions="1" time="0.011281"/> | |
<testcase name="test with data set #54" assertions="1" time="0.013442"/> | |
<testcase name="test with data set #55" assertions="1" time="0.014911"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Canonical_PageOnFront" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/pageOnFront.php" tests="8" assertions="8" failures="0" errors="0" time="0.186801"> | |
<testsuite name="Tests_Canonical_PageOnFront::test" tests="8" assertions="8" failures="0" errors="0" time="0.186801"> | |
<testcase name="test with data set #0" assertions="1" time="0.020606"/> | |
<testcase name="test with data set #1" assertions="1" time="0.021441"/> | |
<testcase name="test with data set #2" assertions="1" time="0.020618"/> | |
<testcase name="test with data set #3" assertions="1" time="0.025582"/> | |
<testcase name="test with data set #4" assertions="1" time="0.024328"/> | |
<testcase name="test with data set #5" assertions="1" time="0.024572"/> | |
<testcase name="test with data set #6" assertions="1" time="0.024641"/> | |
<testcase name="test with data set #7" assertions="1" time="0.025013"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Canonical_Paged" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/paged.php" tests="1" assertions="1" failures="0" errors="0" time="0.023185"> | |
<testcase name="test_nextpage" class="Tests_Canonical_Paged" file="/tmp/wp-current-test/tests/phpunit/tests/canonical/paged.php" line="9" assertions="1" time="0.023185"/> | |
</testsuite> | |
<testsuite name="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" tests="6" assertions="42" failures="0" errors="0" time="0.123799"> | |
<testcase name="test_get_all_category_ids" class="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" line="22" assertions="2" time="0.018004"/> | |
<testcase name="test_get_category_by_slug" class="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" line="38" assertions="3" time="0.016193"/> | |
<testcase name="test__make_cat_compat" class="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" line="68" assertions="24" time="0.018897"/> | |
<testcase name="test_get_cat_name" class="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" line="145" assertions="3" time="0.010524"/> | |
<testcase name="test_get_cat_ID" class="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" line="165" assertions="3" time="0.013217"/> | |
<testcase name="test_get_category_by_path" class="Tests_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category.php" line="185" assertions="7" time="0.046964"/> | |
</testsuite> | |
<testsuite name="Tests_Category_CategoryDescription" file="/tmp/wp-current-test/tests/phpunit/tests/category/categoryDescription.php" tests="4" assertions="4" failures="0" errors="0" time="0.037509"> | |
<testcase name="test_success_query_by_id" class="Tests_Category_CategoryDescription" file="/tmp/wp-current-test/tests/phpunit/tests/category/categoryDescription.php" line="8" assertions="1" time="0.009836"/> | |
<testcase name="test_success_query_by_object" class="Tests_Category_CategoryDescription" file="/tmp/wp-current-test/tests/phpunit/tests/category/categoryDescription.php" line="22" assertions="1" time="0.009374"/> | |
<testcase name="test_should_return_description_for_term_from_another_taxonomy_on_primed_cache" class="Tests_Category_CategoryDescription" file="/tmp/wp-current-test/tests/phpunit/tests/category/categoryDescription.php" line="43" assertions="1" time="0.009624"/> | |
<testcase name="test_should_return_description_for_term_from_another_taxonomy_on_empty_cache" class="Tests_Category_CategoryDescription" file="/tmp/wp-current-test/tests/phpunit/tests/category/categoryDescription.php" line="67" assertions="1" time="0.008675"/> | |
</testsuite> | |
<testsuite name="Tests_Category_GetCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategories.php" tests="1" assertions="1" failures="0" errors="0" time="0.003835"> | |
<testcase name="test_wp_error_should_return_an_empty_array" class="Tests_Category_GetCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategories.php" line="11" assertions="1" time="0.003835"/> | |
</testsuite> | |
<testsuite name="Tests_Category_GetCategoryLink" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryLink.php" tests="3" assertions="3" failures="0" errors="0" time="0.037155"> | |
<testcase name="test_success" class="Tests_Category_GetCategoryLink" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryLink.php" line="8" assertions="1" time="0.012044"/> | |
<testcase name="test_should_return_link_for_term_from_another_taxonomy_on_primed_cache" class="Tests_Category_GetCategoryLink" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryLink.php" line="20" assertions="1" time="0.012334"/> | |
<testcase name="test_should_return_link_for_term_from_another_taxonomy_on_empty_cache" class="Tests_Category_GetCategoryLink" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryLink.php" line="41" assertions="1" time="0.012777"/> | |
</testsuite> | |
<testsuite name="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" tests="8" assertions="8" failures="0" errors="0" time="0.123550"> | |
<testcase name="test_should_return_wp_error_for_invalid_category" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="21" assertions="1" time="0.017480"/> | |
<testcase name="test_with_default_parameters" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="25" assertions="1" time="0.014173"/> | |
<testcase name="test_link_true" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="31" assertions="1" time="0.015810"/> | |
<testcase name="test_separator" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="37" assertions="1" time="0.016884"/> | |
<testcase name="test_nicename_false" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="43" assertions="1" time="0.015659"/> | |
<testcase name="test_nicename_true" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="49" assertions="1" time="0.015155"/> | |
<testcase name="test_deprecated_argument_visited" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="55" assertions="1" time="0.014747"/> | |
<testcase name="test_category_without_parents" class="Tests_Category_GetCategoryParents" file="/tmp/wp-current-test/tests/phpunit/tests/category/getCategoryParents.php" line="60" assertions="1" time="0.013642"/> | |
</testsuite> | |
<testsuite name="Tests_Category_GetTheCategoryById" file="/tmp/wp-current-test/tests/phpunit/tests/category/getTheCategoryById.php" tests="3" assertions="3" failures="0" errors="0" time="0.030775"> | |
<testcase name="test_success" class="Tests_Category_GetTheCategoryById" file="/tmp/wp-current-test/tests/phpunit/tests/category/getTheCategoryById.php" line="8" assertions="1" time="0.009324"/> | |
<testcase name="test_should_return_link_for_term_from_another_taxonomy_on_primed_cache" class="Tests_Category_GetTheCategoryById" file="/tmp/wp-current-test/tests/phpunit/tests/category/getTheCategoryById.php" line="23" assertions="1" time="0.012047"/> | |
<testcase name="test_should_return_link_for_term_from_another_taxonomy_on_empty_cache" class="Tests_Category_GetTheCategoryById" file="/tmp/wp-current-test/tests/phpunit/tests/category/getTheCategoryById.php" line="43" assertions="1" time="0.009404"/> | |
</testsuite> | |
<testsuite name="Tests_Category_Walker_Category" file="/tmp/wp-current-test/tests/phpunit/tests/category/walkerCategory.php" tests="8" assertions="8" failures="0" errors="0" time="0.084278"> | |
<testsuite name="Tests_Category_Walker_Category::test_start_el_with_empty_attributes" tests="8" assertions="8" failures="0" errors="0" time="0.084278"> | |
<testcase name="test_start_el_with_empty_attributes with data set #0" assertions="1" time="0.010608"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #1" assertions="1" time="0.010019"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #2" assertions="1" time="0.010550"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #3" assertions="1" time="0.008606"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #4" assertions="1" time="0.013355"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #5" assertions="1" time="0.010684"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #6" assertions="1" time="0.008686"/> | |
<testcase name="test_start_el_with_empty_attributes with data set #7" assertions="1" time="0.011770"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" tests="10" assertions="16" failures="0" errors="0" time="0.160663"> | |
<testcase name="test_wp_dropdown_categories_value_field_should_default_to_term_id" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="10" assertions="1" time="0.011912"/> | |
<testcase name="test_wp_dropdown_categories_value_field_term_id" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="34" assertions="1" time="0.012654"/> | |
<testcase name="test_wp_dropdown_categories_value_field_slug" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="59" assertions="1" time="0.010067"/> | |
<testcase name="test_wp_dropdown_categories_value_field_should_fall_back_on_term_id_when_an_invalid_value_is_provided" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="84" assertions="1" time="0.011519"/> | |
<testcase name="test_wp_dropdown_categories_selected_should_respect_custom_value_field" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="109" assertions="1" time="0.018036"/> | |
<testcase name="test_wp_dropdown_categories_show_option_all_should_be_selected_if_no_selected_value_is_explicitly_passed_and_value_field_does_not_have_string_values" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="139" assertions="4" time="0.029621"/> | |
<testcase name="test_wp_dropdown_categories_show_option_all_should_be_selected_if_selected_value_of_0_string_is_explicitly_passed_and_value_field_does_not_have_string_values" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="162" assertions="4" time="0.024956"/> | |
<testcase name="test_required_true_should_add_required_attribute" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="186" assertions="1" time="0.014502"/> | |
<testcase name="test_required_false_should_omit_required_attribute" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="211" assertions="1" time="0.011484"/> | |
<testcase name="test_required_should_default_to_false" class="Tests_Category_WpDropdownCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpDropdownCategories.php" line="236" assertions="1" time="0.015912"/> | |
</testsuite> | |
<testsuite name="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" tests="22" assertions="53" failures="0" errors="0" time="0.423524"> | |
<testcase name="test_class" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="7" assertions="1" time="0.012759"/> | |
<testcase name="test_class_containing_current_cat" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="20" assertions="2" time="0.018964"/> | |
<testcase name="test_class_containing_current_cat_parent" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="36" assertions="2" time="0.023073"/> | |
<testcase name="test_current_category_should_accept_an_array_of_ids" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="59" assertions="3" time="0.024412"/> | |
<testcase name="test_should_not_create_element_when_cat_name_is_filtered_to_empty_string" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="78" assertions="4" time="0.017258"/> | |
<testcase name="test_should_create_element_when_cat_name_is_zero" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="117" assertions="2" time="0.012903"/> | |
<testcase name="test_show_option_all_link_should_go_to_home_page_when_show_on_front_is_false" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="135" assertions="1" time="0.019359"/> | |
<testcase name="test_show_option_all_link_should_respect_page_for_posts" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="150" assertions="1" time="0.023163"/> | |
<testcase name="test_show_option_all_link_should_link_to_post_type_archive_when_taxonomy_does_not_apply_to_posts" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="172" assertions="1" time="0.011250"/> | |
<testcase name="test_show_option_all_link_should_not_link_to_post_type_archive_if_has_archive_is_false" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="201" assertions="1" time="0.014385"/> | |
<testcase name="test_show_option_all_link_should_link_to_post_archive_if_available" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="227" assertions="1" time="0.015646"/> | |
<testcase name="test_show_option_all_link_should_link_to_post_archive_if_no_associated_post_types_have_archives" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="253" assertions="1" time="0.013515"/> | |
<testcase name="test_title_li_should_be_shown_by_default_for_empty_lists" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="282" assertions="1" time="0.004114"/> | |
<testcase name="test_hide_title_if_empty_should_be_respected_for_empty_lists_when_true" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="295" assertions="1" time="0.003409"/> | |
<testcase name="test_hide_title_if_empty_should_be_respected_for_empty_lists_when_false" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="309" assertions="1" time="0.004036"/> | |
<testcase name="test_hide_title_if_empty_should_be_ignored_when_category_list_is_not_empty" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="323" assertions="1" time="0.009119"/> | |
<testcase name="test_hide_title_if_empty_should_not_output_stray_closing_tags" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="340" assertions="1" time="0.011638"/> | |
<testcase name="test_exclude_tree_should_be_respected" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="358" assertions="2" time="0.023329"/> | |
<testcase name="test_exclude_tree_should_be_merged_with_exclude" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="390" assertions="4" time="0.029435"/> | |
<testcase name="test_comma_separated_exclude_tree_should_be_merged_with_exclude" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="444" assertions="9" time="0.052269"/> | |
<testcase name="test_array_exclude_tree_should_be_merged_with_exclude" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="530" assertions="9" time="0.052603"/> | |
<testcase name="test_class_containing_current_cat_ancestor" class="Tests_Category_WpListCategories" file="/tmp/wp-current-test/tests/phpunit/tests/category/wpListCategories.php" line="616" assertions="4" time="0.026885"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" tests="34" assertions="115" failures="0" errors="0" time="0.488847"> | |
<testcase name="test_submitting_comment_to_invalid_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="42" assertions="4" time="0.002721"/> | |
<testcase name="test_submitting_comment_to_post_with_closed_comments_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="58" assertions="4" time="0.014348"/> | |
<testcase name="test_submitting_comment_to_trashed_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="81" assertions="4" time="0.039359"/> | |
<testcase name="test_submitting_comment_to_draft_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="102" assertions="5" time="0.020329"/> | |
<testcase name="test_submitting_comment_to_draft_post_returns_error_message_for_user_with_correct_caps" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="128" assertions="5" time="0.014040"/> | |
<testcase name="test_submitting_comment_to_scheduled_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="153" assertions="5" time="0.015421"/> | |
<testcase name="test_submitting_comment_to_password_required_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="179" assertions="4" time="0.012364"/> | |
<testcase name="test_submitting_comment_to_password_protected_post_succeeds" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="202" assertions="2" time="0.026328"/> | |
<testcase name="test_submitting_valid_comment_as_logged_in_user_succeeds" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="230" assertions="7" time="0.030587"/> | |
<testcase name="test_submitting_valid_comment_anonymously_succeeds" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="257" assertions="7" time="0.009370"/> | |
<testcase name="test_submitting_comment_handles_slashes_correctly_handles_slashes" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="284" assertions="5" time="0.008719"/> | |
<testcase name="test_submitting_comment_anonymously_to_private_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="303" assertions="3" time="0.014008"/> | |
<testcase name="test_submitting_comment_as_logged_in_user_to_inaccessible_private_post_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="324" assertions="3" time="0.039600"/> | |
<testcase name="test_submitting_comment_to_private_post_with_closed_comments_returns_correct_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="354" assertions="3" time="0.037315"/> | |
<testcase name="test_submitting_comment_to_own_private_post_succeeds" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="385" assertions="3" time="0.018624"/> | |
<testcase name="test_submitting_comment_to_accessible_private_post_succeeds" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="408" assertions="3" time="0.019796"/> | |
<testcase name="test_anonymous_user_cannot_comment_unfiltered_html" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="431" assertions="3" time="0.009576"/> | |
<testcase name="test_unprivileged_user_cannot_comment_unfiltered_html" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="447" assertions="4" time="0.014595"/> | |
<testcase name="test_unprivileged_user_cannot_comment_unfiltered_html_even_with_valid_nonce" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="465" assertions="5" time="0.008856"/> | |
<testcase name="test_privileged_user_can_comment_unfiltered_html_with_valid_nonce" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="489" assertions="6" time="0.010836"/> | |
<testcase name="test_privileged_user_cannot_comment_unfiltered_html_without_valid_nonce" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="521" assertions="4" time="0.019770"/> | |
<testcase name="test_submitting_comment_as_anonymous_user_when_registration_required_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="545" assertions="2" time="0.004859"/> | |
<testcase name="test_submitting_comment_with_no_name_when_name_email_required_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="564" assertions="2" time="0.003830"/> | |
<testcase name="test_submitting_comment_with_no_email_when_name_email_required_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="585" assertions="2" time="0.003333"/> | |
<testcase name="test_submitting_comment_with_invalid_email_when_name_email_required_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="606" assertions="2" time="0.003905"/> | |
<testcase name="test_submitting_comment_with_no_comment_content_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="628" assertions="2" time="0.004185"/> | |
<testcase name="test_submitting_comment_with_content_too_long_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="648" assertions="2" time="0.011630"/> | |
<testcase name="test_submitting_comment_with_author_too_long_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="666" assertions="2" time="0.004273"/> | |
<testcase name="test_submitting_comment_with_email_too_long_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="684" assertions="2" time="0.003282"/> | |
<testcase name="test_submitting_comment_with_url_too_long_returns_error" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="702" assertions="2" time="0.005921"/> | |
<testcase name="test_comment_submission_sends_all_expected_parameters_to_preprocess_comment_filter" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="721" assertions="2" time="0.009078"/> | |
<testcase name="test_submitting_duplicate_comments" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="763" assertions="2" time="0.010607"/> | |
<testcase name="test_comments_flood" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="779" assertions="2" time="0.009139"/> | |
<testcase name="test_comments_flood_user_is_admin" class="Tests_Comment_Submission" file="/tmp/wp-current-test/tests/phpunit/tests/comment-submission.php" line="798" assertions="2" time="0.028244"/> | |
</testsuite> | |
<testsuite name="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" tests="47" assertions="119" failures="0" errors="0" time="0.720128"> | |
<testcase name="test_wp_update_comment" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="33" assertions="4" time="0.040788"/> | |
<testcase name="test_wp_update_comment_updates_comment_type" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="76" assertions="1" time="0.008475"/> | |
<testcase name="test_wp_update_comment_updates_comment_meta" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="93" assertions="1" time="0.016481"/> | |
<testcase name="test_wp_update_comment_updates_user_id" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="110" assertions="1" time="0.010439"/> | |
<testcase name="test_wp_update_comment_with_no_post_id" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="127" assertions="2" time="0.005836"/> | |
<testcase name="test_get_approved_comments" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="145" assertions="1" time="0.018311"/> | |
<testcase name="test_get_approved_comments_with_post_id_0_should_return_empty_array" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="202" assertions="1" time="0.007655"/> | |
<testcase name="test_wp_new_comment_respects_dates" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="218" assertions="2" time="0.009087"/> | |
<testcase name="test_wp_new_comment_respects_author_ip" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="241" assertions="1" time="0.064418"/> | |
<testcase name="test_wp_new_comment_respects_author_ip_empty_string" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="262" assertions="1" time="0.010694"/> | |
<testcase name="test_wp_new_comment_respects_comment_agent" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="283" assertions="1" time="0.008822"/> | |
<testcase name="test_wp_new_comment_should_trim_provided_comment_agent_to_254_chars" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="305" assertions="1" time="0.011134"/> | |
<testcase name="test_wp_new_comment_respects_comment_agent_empty_string" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="327" assertions="1" time="0.006601"/> | |
<testcase name="test_comment_field_lengths" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="347" assertions="1" time="0.027546"/> | |
<testcase name="test_wp_notify_moderator_should_not_throw_notice_when_post_author_is_0" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="369" assertions="1" time="0.020101"/> | |
<testcase name="test_wp_new_comment_notify_postauthor_should_send_email_when_comment_is_approved" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="385" assertions="1" time="0.011046"/> | |
<testcase name="test_wp_new_comment_notify_postauthor_should_not_send_email_when_comment_is_unapproved" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="396" assertions="1" time="0.004785"/> | |
<testcase name="test_wp_new_comment_notify_postauthor_should_not_send_email_when_comment_has_been_marked_as_spam" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="411" assertions="1" time="0.005921"/> | |
<testcase name="test_wp_new_comment_notify_postauthor_should_not_send_email_when_comment_has_been_trashed" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="426" assertions="1" time="0.005459"/> | |
<testcase name="test_wp_new_comment_notify_postauthor_content_should_include_link_to_parent" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="441" assertions="1" time="0.008961"/> | |
<testcase name="test_wp_new_comment_notify_moderator_content_should_include_link_to_parent" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="465" assertions="1" time="0.008790"/> | |
<testcase name="test_wp_new_comment_with_meta" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="501" assertions="1" time="0.007101"/> | |
<testcase name="test_wp_comment_get_children_should_fill_children" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="518" assertions="2" time="0.018833"/> | |
<testcase name="test_post_properties_should_be_lazyloaded" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="578" assertions="42" time="0.007036"/> | |
<testcase name="test_wp_notify_moderator_filter_moderation_notify_option_true_filter_false" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="629" assertions="1" time="0.019254"/> | |
<testcase name="test_wp_notify_moderator_filter_moderation_notify_option_false_filter_true" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="650" assertions="1" time="0.022306"/> | |
<testcase name="test_wp_notify_post_author_filter_comments_notify_option_true_filter_false" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="671" assertions="1" time="0.022702"/> | |
<testcase name="test_wp_notify_post_author_filter_comments_notify_option_false_filter_true" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="693" assertions="1" time="0.022626"/> | |
<testcase name="test_close_comments_for_old_post" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="796" assertions="2" time="0.015718"/> | |
<testcase name="test_close_comments_for_old_post_undated_draft" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="811" assertions="1" time="0.014221"/> | |
<testcase name="test_wp_update_comment_author_id_and_agent" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="826" assertions="4" time="0.064301"/> | |
<testcase name="test_wp_get_comment_fields_max_lengths" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="861" assertions="4" time="0.002751"/> | |
<testcase name="test_wp_comments_personal_data_eraser" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="882" assertions="1" time="0.035459"/> | |
<testcase name="test_wp_comments_personal_data_eraser_empty_first_page_output" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="939" assertions="1" time="0.003937"/> | |
<testcase name="test_wp_comments_personal_data_eraser_non_empty_first_page_output" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="958" assertions="1" time="0.017563"/> | |
<testcase name="test_wp_comments_personal_data_eraser_empty_second_page_output" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="990" assertions="1" time="0.020407"/> | |
<testcase name="test_wp_anonymize_comment_filter_to_prevent_comment_anonymization" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1022" assertions="1" time="0.020018"/> | |
<testcase name="test_wp_anonymize_comment_filter_to_prevent_comment_anonymization_with_custom_message" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1059" assertions="1" time="0.018989"/> | |
<testcase name="test_update_should_invalidate_comment_cache" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1103" assertions="2" time="0.007817"/> | |
<testcase name="test_trash_should_invalidate_comment_cache" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1123" assertions="1" time="0.007046"/> | |
<testcase name="test_untrash_should_invalidate_comment_cache" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1137" assertions="2" time="0.012907"/> | |
<testcase name="test_spam_should_invalidate_comment_cache" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1153" assertions="1" time="0.006977"/> | |
<testcase name="test_unspam_should_invalidate_comment_cache" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1167" assertions="2" time="0.011506"/> | |
<testcase name="test_wp_comments_personal_data_exporter" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1189" assertions="13" time="0.008624"/> | |
<testcase name="test_wp_comments_personal_data_exporter_no_comments_found" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1235" assertions="1" time="0.004517"/> | |
<testcase name="test_wp_comments_personal_data_exporter_empty_comment_prop" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1253" assertions="3" time="0.007715"/> | |
<testcase name="test_wp_comments_personal_data_exporter_empty_second_page" class="Tests_Comment" file="/tmp/wp-current-test/tests/phpunit/tests/comment.php" line="1284" assertions="2" time="0.008446"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" tests="9" assertions="10" failures="0" errors="0" time="0.113101"> | |
<testcase name="test_should_return_true_when_comment_whitelist_is_disabled" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="7" assertions="1" time="0.006911"/> | |
<testcase name="test_should_return_false_when_comment_whitelist_is_enabled_and_author_does_not_have_approved_comment" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="21" assertions="1" time="0.004740"/> | |
<testcase name="test_should_return_true_when_comment_whitelist_is_enabled_and_author_has_approved_comment" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="36" assertions="2" time="0.020339"/> | |
<testcase name="test_should_return_false_when_content_matches_moderation_key" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="71" assertions="1" time="0.006049"/> | |
<testcase name="test_should_return_true_when_content_does_not_match_moderation_keys" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="87" assertions="1" time="0.006056"/> | |
<testcase name="test_should_return_false_when_link_count_exceeds_comment_max_length_setting" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="103" assertions="1" time="0.004434"/> | |
<testcase name="test_should_return_true_when_link_count_does_not_exceed_comment_max_length_setting" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="119" assertions="1" time="0.006785"/> | |
<testcase name="test_should_return_true_when_comment_whitelist_is_enabled_and_user_has_previously_approved_comments_with_different_email" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="138" assertions="1" time="0.030630"/> | |
<testcase name="test_should_return_false_when_comment_whitelist_is_enabled_and_user_does_not_have_a_previously_approved_comment_with_any_email" class="Tests_Comment_CheckComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/checkComment.php" line="170" assertions="1" time="0.027157"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" tests="6" assertions="7" failures="0" errors="0" time="0.102940"> | |
<testcase name="test_default_markup_for_submit_button_and_wrapper" class="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" line="7" assertions="1" time="0.013817"/> | |
<testcase name="test_custom_submit_button" class="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" line="24" assertions="1" time="0.017520"/> | |
<testcase name="test_custom_submit_field" class="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" line="41" assertions="1" time="0.017442"/> | |
<testcase name="test_submit_button_and_submit_field_should_fall_back_on_defaults_when_filtered_defaults_do_not_contain_the_keys" class="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" line="62" assertions="1" time="0.014400"/> | |
<testcase name="test_fields_should_include_cookies_consent" class="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" line="90" assertions="1" time="0.018944"/> | |
<testcase name="test_aria_describedby_email_notes_should_not_be_added_if_no_email_notes" class="Tests_Comment_CommentForm" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentForm.php" line="111" assertions="2" time="0.020817"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" tests="17" assertions="25" failures="0" errors="0" time="0.526496"> | |
<testcase name="test_should_respect_comment_order_asc_when_default_comments_page_is_newest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="13" assertions="1" time="0.033772"/> | |
<testcase name="test_should_respect_comment_order_desc_when_default_comments_page_is_newest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="47" assertions="1" time="0.026068"/> | |
<testcase name="test_should_respect_comment_order_asc_when_default_comments_page_is_oldest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="81" assertions="1" time="0.024100"/> | |
<testcase name="test_should_respect_comment_order_desc_when_default_comments_page_is_oldest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="115" assertions="1" time="0.029431"/> | |
<testcase name="test_should_respect_comment_order_asc_when_default_comments_page_is_newest_on_subsequent_pages" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="149" assertions="1" time="0.033736"/> | |
<testcase name="test_should_respect_comment_order_desc_when_default_comments_page_is_newest_on_subsequent_pages" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="220" assertions="1" time="0.035752"/> | |
<testcase name="test_should_respect_comment_order_asc_when_default_comments_page_is_oldest_on_subsequent_pages" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="291" assertions="1" time="0.029521"/> | |
<testcase name="test_should_respect_comment_order_desc_when_default_comments_page_is_oldest_on_subsequent_pages" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="348" assertions="1" time="0.028753"/> | |
<testcase name="test_last_page_of_comments_should_be_full_when_default_comment_page_is_newest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="407" assertions="1" time="0.028469"/> | |
<testcase name="test_first_page_of_comments_should_have_remainder_when_default_comments_page_is_newest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="459" assertions="1" time="0.026284"/> | |
<testcase name="test_comment_permalinks_should_be_correct_when_using_default_display_callback_with_default_comment_page_oldest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="509" assertions="4" time="0.037402"/> | |
<testcase name="test_comment_permalinks_should_be_correct_when_using_default_display_callback_with_default_comment_page_newest" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="588" assertions="6" time="0.048670"/> | |
<testcase name="test_query_offset_should_not_include_unapproved_comments" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="701" assertions="1" time="0.025442"/> | |
<testcase name="test_query_offset_should_include_unapproved_comments" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="755" assertions="1" time="0.027168"/> | |
<testcase name="test_comments_list_should_include_just_posted_unapproved_comment" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="837" assertions="1" time="0.024219"/> | |
<testcase name="test_hierarchy_should_be_ignored_when_threading_is_disabled" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="873" assertions="1" time="0.024025"/> | |
<testcase name="test_pagination_calculation_should_ignore_comment_hierarchy_when_threading_is_disabled" class="Tests_Comment_CommentsTemplate" file="/tmp/wp-current-test/tests/phpunit/tests/comment/commentsTemplate.php" line="918" assertions="1" time="0.043684"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_DateQuery" file="/tmp/wp-current-test/tests/phpunit/tests/comment/dateQuery.php" tests="1" assertions="1" failures="0" errors="0" time="0.046558"> | |
<testcase name="test_year" class="Tests_Comment_DateQuery" file="/tmp/wp-current-test/tests/phpunit/tests/comment/dateQuery.php" line="64" assertions="1" time="0.046558"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" tests="7" assertions="7" failures="0" errors="0" time="0.026427"> | |
<testcase name="test_global_comment_with_default_parameters" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="33" assertions="1" time="0.002588"/> | |
<testcase name="test_all_parameters" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="42" assertions="1" time="0.005477"/> | |
<testcase name="test_all_parameters_with_global_comment" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="59" assertions="1" time="0.002977"/> | |
<testcase name="test_linktext" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="69" assertions="1" time="0.002569"/> | |
<testcase name="test_before" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="75" assertions="1" time="0.003138"/> | |
<testcase name="test_after" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="81" assertions="1" time="0.004530"/> | |
<testcase name="test_comment_param_should_override_global" class="Tests_Comment_GetCommentAuthorEmailLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorEmailLink.php" line="90" assertions="1" time="0.005148"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentAuthorUrl" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrl.php" tests="1" assertions="1" failures="0" errors="0" time="0.007893"> | |
<testcase name="test_comment_author_url_passes_correct_comment_id" class="Tests_Comment_GetCommentAuthorUrl" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrl.php" line="16" assertions="1" time="0.007893"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" tests="7" assertions="7" failures="0" errors="0" time="0.023782"> | |
<testcase name="test_no_comment" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="27" assertions="1" time="0.002470"/> | |
<testcase name="test_global_comment" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="33" assertions="1" time="0.006438"/> | |
<testcase name="test_comment_arg" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="42" assertions="1" time="0.003066"/> | |
<testcase name="test_linktext" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="50" assertions="1" time="0.002660"/> | |
<testcase name="test_before" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="58" assertions="1" time="0.002501"/> | |
<testcase name="test_after" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="66" assertions="1" time="0.003424"/> | |
<testcase name="test_before_after" class="Tests_Comment_GetCommentAuthorUrlLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentAuthorUrlLink.php" line="74" assertions="1" time="0.003223"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentClass" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentClass.php" tests="5" assertions="6" failures="0" errors="0" time="0.077011"> | |
<testcase name="test_should_accept_comment_id" class="Tests_Comment_GetCommentClass" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentClass.php" line="7" assertions="1" time="0.017284"/> | |
<testcase name="test_should_accept_comment_object" class="Tests_Comment_GetCommentClass" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentClass.php" line="15" assertions="1" time="0.019794"/> | |
<testcase name="test_should_append_single_class" class="Tests_Comment_GetCommentClass" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentClass.php" line="23" assertions="1" time="0.018811"/> | |
<testcase name="test_should_append_array_of_classes" class="Tests_Comment_GetCommentClass" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentClass.php" line="31" assertions="2" time="0.017765"/> | |
<testcase name="test_should_return_an_empty_array_for_invalid_comment_id" class="Tests_Comment_GetCommentClass" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentClass.php" line="43" assertions="1" time="0.003357"/> | |
</testsuite> | |
<testsuite name="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" tests="6" assertions="36" failures="0" errors="0" time="0.034107"> | |
<testcase name="test_get_comment_count" class="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" line="5" assertions="6" time="0.002746"/> | |
<testcase name="test_get_comment_count_approved" class="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" line="16" assertions="6" time="0.006129"/> | |
<testcase name="test_get_comment_count_awaiting" class="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" line="33" assertions="6" time="0.005856"/> | |
<testcase name="test_get_comment_count_spam" class="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" line="50" assertions="6" time="0.008358"/> | |
<testcase name="test_get_comment_count_trash" class="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" line="67" assertions="6" time="0.005324"/> | |
<testcase name="test_get_comment_count_post_trashed" class="Tests_Get_Comment_Count" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentCount.php" line="84" assertions="6" time="0.005694"/> | |
</testsuite> | |
<testsuite name="Tests_Get_Comment_Excerpt" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentExcerpt.php" tests="2" assertions="2" failures="0" errors="0" time="0.012513"> | |
<testcase name="test_get_comment_excerpt" class="Tests_Get_Comment_Excerpt" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentExcerpt.php" line="16" assertions="1" time="0.006113"/> | |
<testcase name="test_get_comment_excerpt_filtered" class="Tests_Get_Comment_Excerpt" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentExcerpt.php" line="28" assertions="1" time="0.006400"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" tests="7" assertions="7" failures="0" errors="0" time="0.048093"> | |
<testcase name="test_default_comments_page_newest_default_page_should_have_cpage" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="62" assertions="1" time="0.006495"/> | |
<testcase name="test_default_comments_page_newest_middle_page_should_have_cpage" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="75" assertions="1" time="0.006389"/> | |
<testcase name="test_default_comments_page_newest_last_page_should_have_cpage" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="88" assertions="1" time="0.007021"/> | |
<testcase name="test_default_comments_page_oldest_default_page_should_not_have_cpage" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="101" assertions="1" time="0.006212"/> | |
<testcase name="test_default_comments_page_oldest_middle_page_should_have_cpage" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="113" assertions="1" time="0.006918"/> | |
<testcase name="test_default_comments_page_oldest_last_page_should_have_cpage" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="126" assertions="1" time="0.007827"/> | |
<testcase name="test_should_not_contain_comment_page_1_when_pagination_is_disabled" class="Tests_Comment_GetCommentLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentLink.php" line="139" assertions="1" time="0.007231"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentReplyLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentReplyLink.php" tests="4" assertions="4" failures="0" errors="0" time="0.036383"> | |
<testcase name="test_should_return_null_when_max_depth_is_less_than_depth" class="Tests_Comment_GetCommentReplyLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentReplyLink.php" line="10" assertions="1" time="0.005206"/> | |
<testcase name="test_should_return_null_when_default_max_depth_is_less_than_depth" class="Tests_Comment_GetCommentReplyLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentReplyLink.php" line="22" assertions="1" time="0.003277"/> | |
<testcase name="test_get_comment_reply_link_should_include_post_permalink" class="Tests_Comment_GetCommentReplyLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentReplyLink.php" line="35" assertions="1" time="0.020610"/> | |
<testcase name="test_should_return_null_when_depth_less_than_max_depth_and_comment_null_and_no_current_global_comment" class="Tests_Comment_GetCommentReplyLink" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentReplyLink.php" line="73" assertions="1" time="0.007290"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetCommentsPagesCount" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentsPagesCount.php" tests="5" assertions="28" failures="0" errors="0" time="0.252072"> | |
<testcase name="test_empty" class="Tests_Comment_GetCommentsPagesCount" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentsPagesCount.php" line="40" assertions="7" time="0.020025"/> | |
<testcase name="test_threaded_comments" class="Tests_Comment_GetCommentsPagesCount" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentsPagesCount.php" line="67" assertions="3" time="0.080409"/> | |
<testcase name="test_option_thread_comments" class="Tests_Comment_GetCommentsPagesCount" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentsPagesCount.php" line="87" assertions="8" time="0.063242"/> | |
<testcase name="test_wp_query_comments_per_page" class="Tests_Comment_GetCommentsPagesCount" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentsPagesCount.php" line="118" assertions="7" time="0.082667"/> | |
<testcase name="test_max_num_comment_pages" class="Tests_Comment_GetCommentsPagesCount" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getCommentsPagesCount.php" line="167" assertions="3" time="0.005729"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" tests="13" assertions="32" failures="0" errors="0" time="0.403558"> | |
<testcase name="test_last_comment" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="9" assertions="4" time="0.047447"/> | |
<testcase name="test_type_pings" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="38" assertions="3" time="0.046900"/> | |
<testcase name="test_subsequent_calls_should_hit_cache" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="101" assertions="2" time="0.017985"/> | |
<testcase name="test_cache_hits_should_be_sensitive_to_comment_type" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="120" assertions="3" time="0.027089"/> | |
<testcase name="test_cache_should_be_invalidated_when_comment_is_approved" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="169" assertions="1" time="0.020373"/> | |
<testcase name="test_cache_should_be_invalidated_when_comment_is_deleted" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="190" assertions="1" time="0.026002"/> | |
<testcase name="test_cache_should_be_invalidated_when_comment_is_spammed" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="206" assertions="1" time="0.022984"/> | |
<testcase name="test_cache_should_be_invalidated_when_older_comment_is_published" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="222" assertions="2" time="0.017699"/> | |
<testcase name="test_query_should_be_limited_to_comments_on_the_proper_post" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="256" assertions="2" time="0.051360"/> | |
<testcase name="test_only_top_level_comments_should_be_included_in_older_count" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="287" assertions="10" time="0.047144"/> | |
<testcase name="test_comments_per_page_option_should_be_fallback_when_query_var_is_not_available" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="334" assertions="1" time="0.018840"/> | |
<testcase name="test_should_ignore_comment_order" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="367" assertions="1" time="0.031074"/> | |
<testcase name="test_should_ignore_default_comment_page" class="Tests_Comment_GetPageOfComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/getPageOfComment.php" line="407" assertions="1" time="0.028661"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_IsAvatarCommentType" file="/tmp/wp-current-test/tests/phpunit/tests/comment/isAvatarCommentType.php" tests="5" assertions="7" failures="0" errors="0" time="0.014173"> | |
<testsuite name="Tests_Comment_IsAvatarCommentType::test_function" tests="4" assertions="4" failures="0" errors="0" time="0.010984"> | |
<testcase name="test_function with data set #0" assertions="1" time="0.002711"/> | |
<testcase name="test_function with data set #1" assertions="1" time="0.002818"/> | |
<testcase name="test_function with data set #2" assertions="1" time="0.002506"/> | |
<testcase name="test_function with data set #3" assertions="1" time="0.002949"/> | |
</testsuite> | |
<testcase name="test_function_should_be_filterable" class="Tests_Comment_IsAvatarCommentType" file="/tmp/wp-current-test/tests/phpunit/tests/comment/isAvatarCommentType.php" line="56" assertions="3" time="0.003189"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" tests="9" assertions="15" failures="0" errors="0" time="0.056262"> | |
<testcase name="test_no_comments" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="8" assertions="1" time="0.002877"/> | |
<testcase name="test_default_timezone" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="12" assertions="1" time="0.007971"/> | |
<testcase name="test_server_timezone" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="24" assertions="1" time="0.005316"/> | |
<testcase name="test_blog_timezone" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="36" assertions="1" time="0.006303"/> | |
<testcase name="test_gmt_timezone" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="48" assertions="1" time="0.006307"/> | |
<testcase name="test_unknown_timezone" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="60" assertions="1" time="0.004868"/> | |
<testcase name="test_data_is_cached" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="72" assertions="1" time="0.006199"/> | |
<testcase name="test_cache_is_cleared" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="85" assertions="4" time="0.006953"/> | |
<testcase name="test_cache_is_cleared_when_comment_is_trashed" class="Tests_Comment_Last_Modified" file="/tmp/wp-current-test/tests/phpunit/tests/comment/lastCommentModified.php" line="111" assertions="4" time="0.009468"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" tests="9" assertions="23" failures="0" errors="0" time="0.242620"> | |
<testcase name="test_update_comment_meta_cache_should_default_to_true" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="10" assertions="1" time="0.029920"/> | |
<testcase name="test_update_comment_meta_cache_true" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="40" assertions="1" time="0.029141"/> | |
<testcase name="test_update_comment_meta_cache_false" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="71" assertions="1" time="0.030499"/> | |
<testcase name="test_comment_meta_should_be_lazy_loaded_for_all_comments_in_comments_template" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="99" assertions="2" time="0.036058"/> | |
<testcase name="test_comment_meta_should_be_lazy_loaded_in_comment_feed_queries" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="134" assertions="6" time="0.046336"/> | |
<testcase name="test_comment_meta_should_be_lazy_loaded_in_single_post_comment_feed_queries" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="182" assertions="6" time="0.049915"/> | |
<testcase name="test_add_metadata_sets_comments_last_changed" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="231" assertions="2" time="0.005727"/> | |
<testcase name="test_update_metadata_sets_comments_last_changed" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="243" assertions="2" time="0.006533"/> | |
<testcase name="test_delete_metadata_sets_comments_last_changed" class="Tests_Comment_Meta_Cache" file="/tmp/wp-current-test/tests/phpunit/tests/comment/metaCache.php" line="255" assertions="2" time="0.008491"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" tests="142" assertions="239" failures="0" errors="0" time="2.333183"> | |
<testcase name="test_query" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="20" assertions="1" time="0.015653"/> | |
<testcase name="test_query_post_id_0" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="66" assertions="1" time="0.007471"/> | |
<testcase name="test_query_type_empty_string" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="88" assertions="1" time="0.018034"/> | |
<testcase name="test_query_type_comment" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="138" assertions="1" time="0.016347"/> | |
<testcase name="test_query_type_pingback" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="185" assertions="1" time="0.016162"/> | |
<testcase name="test_query_type_trackback" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="226" assertions="1" time="0.012356"/> | |
<testcase name="test_query_type_pings" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="270" assertions="1" time="0.014313"/> | |
<testcase name="test_type_array_comments_and_custom" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="322" assertions="1" time="0.018927"/> | |
<testcase name="test_type_not__in_array_custom" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="379" assertions="1" time="0.017930"/> | |
<testcase name="test_type__in_array_and_not_type_array_custom" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="436" assertions="1" time="0.019947"/> | |
<testcase name="test_type_array_and_type__not_in_array_custom" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="494" assertions="1" time="0.019157"/> | |
<testcase name="test_type__not_in_custom" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="552" assertions="1" time="0.018623"/> | |
<testcase name="test_type_array_comments_and_pings" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="609" assertions="1" time="0.019288"/> | |
<testcase name="test_type_array_comment_pings" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="659" assertions="1" time="0.011810"/> | |
<testcase name="test_type_array_pingback" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="695" assertions="1" time="0.010991"/> | |
<testcase name="test_type_array_custom_pingpack" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="731" assertions="1" time="0.012701"/> | |
<testcase name="test_type_array_pings" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="767" assertions="1" time="0.012415"/> | |
<testcase name="test_type_status_approved_array_comment_pings" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="803" assertions="1" time="0.021370"/> | |
<testcase name="test_type_array_trackback" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="847" assertions="1" time="0.011570"/> | |
<testcase name="test_type_array_custom_trackback" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="883" assertions="1" time="0.019264"/> | |
<testcase name="test_type_array_pings_approved" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="919" assertions="1" time="0.012402"/> | |
<testcase name="test_status_empty_string" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="963" assertions="1" time="0.015173"/> | |
<testcase name="test_status_hold" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="997" assertions="1" time="0.009469"/> | |
<testcase name="test_status_approve" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1025" assertions="1" time="0.007191"/> | |
<testcase name="test_status_custom" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1050" assertions="1" time="0.009653"/> | |
<testcase name="test_status_all" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1081" assertions="1" time="0.009086"/> | |
<testcase name="test_status_default_to_all" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1112" assertions="1" time="0.009314"/> | |
<testcase name="test_status_comma_any" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1145" assertions="1" time="0.010409"/> | |
<testcase name="test_status_comma_separated" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1179" assertions="1" time="0.010398"/> | |
<testcase name="test_status_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1213" assertions="1" time="0.009779"/> | |
<testcase name="test_multiple_post_fields_should_all_be_respected" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1247" assertions="1" time="0.039086"/> | |
<testcase name="test_get_comments_for_post" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1291" assertions="36" time="0.088971"/> | |
<testcase name="test_orderby_meta" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1348" assertions="16" time="0.021475"/> | |
<testcase name="test_orderby_clause_key" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1440" assertions="1" time="0.009720"/> | |
<testcase name="test_orderby_clause_key_as_secondary_sort" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1467" assertions="1" time="0.008618"/> | |
<testcase name="test_orderby_more_than_one_clause_key" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1511" assertions="1" time="0.012327"/> | |
<testcase name="test_meta_query_should_work_with_comment__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1548" assertions="1" time="0.010196"/> | |
<testcase name="test_meta_query_should_work_with_comment__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1574" assertions="1" time="0.010256"/> | |
<testcase name="test_get_comments_by_user" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1600" assertions="7" time="0.055500"/> | |
<testcase name="test_get_comments_by_author_url" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1654" assertions="1" time="0.012346"/> | |
<testcase name="test_fields_ids_query" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1693" assertions="5" time="0.011402"/> | |
<testcase name="test_fields_comment__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1729" assertions="1" time="0.012078"/> | |
<testcase name="test_fields_comment__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1765" assertions="1" time="0.011207"/> | |
<testcase name="test_fields_post__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1801" assertions="1" time="0.047236"/> | |
<testcase name="test_fields_post__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1841" assertions="1" time="0.051333"/> | |
<testcase name="test_fields_post_author__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1881" assertions="1" time="0.048975"/> | |
<testcase name="test_fields_post_author__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1924" assertions="1" time="0.044091"/> | |
<testcase name="test_fields_author__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="1967" assertions="1" time="0.060962"/> | |
<testcase name="test_fields_author__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2015" assertions="1" time="0.064976"/> | |
<testcase name="test_get_comments_with_status_all" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2063" assertions="1" time="0.011104"/> | |
<testcase name="test_get_comments_with_include_unapproved_user_id" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2094" assertions="1" time="0.013641"/> | |
<testcase name="test_get_comments_with_include_unapproved_user_id_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2138" assertions="1" time="0.013072"/> | |
<testcase name="test_get_comments_with_include_unapproved_user_id_comma_separated" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2189" assertions="1" time="0.013313"/> | |
<testcase name="test_get_comments_with_include_unapproved_author_email" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2240" assertions="1" time="0.012134"/> | |
<testcase name="test_get_comments_with_include_unapproved_mixed_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2290" assertions="1" time="0.012739"/> | |
<testcase name="test_get_comments_with_include_unapproved_mixed_comma_separated" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2349" assertions="1" time="0.014505"/> | |
<testcase name="test_search" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2405" assertions="1" time="0.012276"/> | |
<testcase name="test_search_false_should_be_ignored" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2481" assertions="1" time="0.002904"/> | |
<testcase name="test_search_null_should_be_ignored" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2494" assertions="1" time="0.002785"/> | |
<testcase name="test_search_empty_string_should_be_ignored" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2507" assertions="1" time="0.002647"/> | |
<testcase name="test_search_int_0_should_not_be_ignored" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2520" assertions="1" time="0.003111"/> | |
<testcase name="test_search_string_0_should_not_be_ignored" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2534" assertions="1" time="0.003721"/> | |
<testcase name="test_orderby_default" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2545" assertions="1" time="0.002795"/> | |
<testcase name="test_orderby_single" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2554" assertions="1" time="0.003137"/> | |
<testcase name="test_orderby_single_invalid" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2567" assertions="1" time="0.003418"/> | |
<testcase name="test_orderby_space_separated" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2580" assertions="1" time="0.003042"/> | |
<testcase name="test_orderby_comma_separated" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2593" assertions="1" time="0.004016"/> | |
<testcase name="test_orderby_flat_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2606" assertions="1" time="0.002951"/> | |
<testcase name="test_orderby_array_contains_invalid_item" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2619" assertions="1" time="0.002817"/> | |
<testcase name="test_orderby_array_contains_all_invalid_items" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2632" assertions="1" time="0.002921"/> | |
<testcase name="test_orderby_none" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2648" assertions="1" time="0.003458"/> | |
<testcase name="test_orderby_empty_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2662" assertions="1" time="0.006555"/> | |
<testcase name="test_orderby_false" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2676" assertions="1" time="0.003739"/> | |
<testcase name="test_orderby_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2690" assertions="1" time="0.003141"/> | |
<testcase name="test_orderby_array_should_discard_invalid_columns" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2711" assertions="1" time="0.004009"/> | |
<testcase name="test_orderby_array_should_convert_invalid_order_to_DESC" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2732" assertions="1" time="0.003808"/> | |
<testcase name="test_orderby_array_should_sort_by_comment_ID_as_fallback_and_should_inherit_order_from_comment_date_gmt" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2753" assertions="1" time="0.003030"/> | |
<testcase name="test_orderby_array_should_sort_by_comment_ID_as_fallback_and_should_inherit_order_from_comment_date" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2773" assertions="1" time="0.003000"/> | |
<testcase name="test_orderby_array_should_sort_by_comment_ID_DESC_as_fallback_when_not_sorted_by_date" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2793" assertions="1" time="0.003368"/> | |
<testcase name="test_orderby_date_modified_gmt_should_order_by_comment_ID_in_case_of_tie_ASC" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2812" assertions="1" time="0.012004"/> | |
<testcase name="test_orderby_date_modified_gmt_should_order_by_comment_ID_in_case_of_tie_DESC" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2837" assertions="1" time="0.021812"/> | |
<testcase name="test_meta_vars_should_be_converted_to_meta_query" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2861" assertions="4" time="0.008829"/> | |
<testcase name="test_count" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2878" assertions="1" time="0.010639"/> | |
<testcase name="test_count_with_meta_query" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2905" assertions="1" time="0.013334"/> | |
<testcase name="test_paged" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2946" assertions="1" time="0.016255"/> | |
<testcase name="test_offset_should_take_precedence_over_paged" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="2992" assertions="1" time="0.014533"/> | |
<testcase name="test_post_type_single_value" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3037" assertions="1" time="0.018664"/> | |
<testcase name="test_post_type_singleton_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3064" assertions="1" time="0.015280"/> | |
<testcase name="test_post_type_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3091" assertions="1" time="0.022427"/> | |
<testcase name="test_post_name_single_value" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3115" assertions="1" time="0.034756"/> | |
<testcase name="test_post_name_singleton_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3136" assertions="1" time="0.029042"/> | |
<testcase name="test_post_name_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3157" assertions="1" time="0.048687"/> | |
<testcase name="test_post_status_single_value" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3177" assertions="1" time="0.039176"/> | |
<testcase name="test_post_status_singleton_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3198" assertions="1" time="0.031933"/> | |
<testcase name="test_post_status_array" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3219" assertions="1" time="0.044969"/> | |
<testcase name="test_post_type_any_should_override_other_post_types" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3242" assertions="1" time="0.015880"/> | |
<testcase name="test_post_type_any_as_part_of_an_array_of_post_types" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3265" assertions="1" time="0.018876"/> | |
<testcase name="test_post_status_any_should_override_other_post_statuses" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3288" assertions="1" time="0.033173"/> | |
<testcase name="test_post_status_any_as_part_of_an_array_of_post_statuses" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3308" assertions="1" time="0.027354"/> | |
<testcase name="test_comment_query_object" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3328" assertions="8" time="0.007323"/> | |
<testcase name="test_comment_cache_key_should_ignore_custom_params" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3348" assertions="1" time="0.022419"/> | |
<testcase name="test_cache_should_be_sensitive_to_parent__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3379" assertions="1" time="0.004639"/> | |
<testcase name="test_cache_should_be_sensitive_to_parent__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3402" assertions="1" time="0.005111"/> | |
<testcase name="test_it_should_be_possible_to_modify_meta_query_using_pre_get_comments_action" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3425" assertions="1" time="0.009711"/> | |
<testcase name="test_it_should_be_possible_to_modify_meta_params_using_pre_get_comments_action" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3463" assertions="1" time="0.010994"/> | |
<testcase name="test_parent__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3495" assertions="1" time="0.009312"/> | |
<testcase name="test_parent__in_commas" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3524" assertions="1" time="0.014251"/> | |
<testcase name="test_parent__not_in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3566" assertions="1" time="0.010674"/> | |
<testcase name="test_parent__not_in_commas" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3596" assertions="1" time="0.014797"/> | |
<testcase name="test_orderby_comment__in" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3639" assertions="1" time="0.014987"/> | |
<testcase name="test_no_found_rows_should_default_to_true" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3682" assertions="2" time="0.012269"/> | |
<testcase name="test_should_respect_no_found_rows_true" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3699" assertions="2" time="0.012054"/> | |
<testcase name="test_should_respect_no_found_rows_false" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3717" assertions="2" time="0.014308"/> | |
<testcase name="test_found_rows_should_be_fetched_from_the_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3735" assertions="2" time="0.014452"/> | |
<testcase name="test_hierarchical_should_skip_child_comments_in_offset" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3762" assertions="1" time="0.018250"/> | |
<testcase name="test_hierarchical_should_not_include_child_comments_in_number" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3804" assertions="1" time="0.017712"/> | |
<testcase name="test_hierarchical_threaded" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3844" assertions="4" time="0.022651"/> | |
<testcase name="test_hierarchical_threaded_approved" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3922" assertions="3" time="0.018676"/> | |
<testcase name="test_comment_clauses_prepend_callback_should_be_respected_when_filling_descendants" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="3998" assertions="1" time="0.020712"/> | |
<testcase name="test_comment_clauses_append_callback_should_be_respected_when_filling_descendants" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4055" assertions="1" time="0.023569"/> | |
<testcase name="test_cache_should_be_hit_when_querying_descendants" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4112" assertions="2" time="0.030505"/> | |
<testcase name="test_hierarchy_should_be_filled_when_cache_is_incomplete" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4168" assertions="2" time="0.032314"/> | |
<testcase name="test_fill_hierarchy_should_disregard_offset_and_number" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4230" assertions="2" time="0.016675"/> | |
<testcase name="test_update_comment_post_cache_should_be_disabled_by_default" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4297" assertions="2" time="0.020534"/> | |
<testcase name="test_should_respect_update_comment_post_cache_true" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4317" assertions="2" time="0.021171"/> | |
<testcase name="test_comment_objects_should_be_filled_from_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4338" assertions="2" time="0.013956"/> | |
<testcase name="test_comment_objects_should_be_fetched_from_database_when_suspend_cache_addition" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4366" assertions="1" time="0.008658"/> | |
<testcase name="test_comment_query_should_be_cached" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4384" assertions="1" time="0.006978"/> | |
<testcase name="test_created_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4414" assertions="2" time="0.007428"/> | |
<testcase name="test_updated_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4444" assertions="2" time="0.009676"/> | |
<testcase name="test_deleted_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4484" assertions="2" time="0.010243"/> | |
<testcase name="test_trashed_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4517" assertions="2" time="0.015948"/> | |
<testcase name="test_untrashed_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4550" assertions="2" time="0.017088"/> | |
<testcase name="test_spammed_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4585" assertions="2" time="0.012635"/> | |
<testcase name="test_unspammed_comment_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4618" assertions="2" time="0.016543"/> | |
<testcase name="test_count_query_should_miss_noncount_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4656" assertions="1" time="0.013585"/> | |
<testcase name="test_count_query_should_hit_count_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4685" assertions="1" time="0.003220"/> | |
<testcase name="test_different_values_of_fields_should_share_cached_values" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4714" assertions="1" time="0.004232"/> | |
<testcase name="test_add_comment_meta_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4742" assertions="2" time="0.030108"/> | |
<testcase name="test_update_comment_meta_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4791" assertions="2" time="0.027512"/> | |
<testcase name="test_delete_comment_meta_should_invalidate_query_cache" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4840" assertions="2" time="0.019939"/> | |
<testcase name="test_comments_pre_query_filter_should_bypass_database_query" class="Tests_Comment_Query" file="/tmp/wp-current-test/tests/phpunit/tests/comment/query.php" line="4889" assertions="3" time="0.002624"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/comment/slashes.php" tests="4" assertions="16" failures="0" errors="0" time="0.182712"> | |
<testcase name="test_wp_new_comment" class="Tests_Comment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/comment/slashes.php" line="29" assertions="4" time="0.043157"/> | |
<testcase name="test_edit_comment" class="Tests_Comment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/comment/slashes.php" line="68" assertions="4" time="0.043544"/> | |
<testcase name="test_wp_insert_comment" class="Tests_Comment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/comment/slashes.php" line="114" assertions="4" time="0.049236"/> | |
<testcase name="test_wp_update_comment" class="Tests_Comment_Slashes" file="/tmp/wp-current-test/tests/phpunit/tests/comment/slashes.php" line="145" assertions="4" time="0.046775"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_Template" file="/tmp/wp-current-test/tests/phpunit/tests/comment/template.php" tests="16" assertions="24" failures="0" errors="0" time="0.431242"> | |
<testcase name="test_get_comments_number" class="Tests_Comment_Template" file="/tmp/wp-current-test/tests/phpunit/tests/comment/template.php" line="7" assertions="5" time="0.042325"/> | |
<testcase name="test_get_comments_number_without_arg" class="Tests_Comment_Template" file="/tmp/wp-current-test/tests/phpunit/tests/comment/template.php" line="20" assertions="2" time="0.046612"/> | |
<testcase name="test_get_comments_number_text_with_post_id" class="Tests_Comment_Template" file="/tmp/wp-current-test/tests/phpunit/tests/comment/template.php" line="36" assertions="2" time="0.031395"/> | |
<testcase name="test_get_comments_number_text_declension_with_default_args" class="Tests_Comment_Template" file="/tmp/wp-current-test/tests/phpunit/tests/comment/template.php" line="55" assertions="3" time="0.030148"/> | |
<testsuite name="Tests_Comment_Template::test_get_comments_number_text_declension_with_custom_args" tests="12" assertions="12" failures="0" errors="0" time="0.280762"> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #0" assertions="1" time="0.020571"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #1" assertions="1" time="0.020670"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #2" assertions="1" time="0.026499"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #3" assertions="1" time="0.031097"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #4" assertions="1" time="0.023996"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #5" assertions="1" time="0.022548"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #6" assertions="1" time="0.023571"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #7" assertions="1" time="0.021217"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #8" assertions="1" time="0.021721"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #9" assertions="1" time="0.023726"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #10" assertions="1" time="0.022464"/> | |
<testcase name="test_get_comments_number_text_declension_with_custom_args with data set #11" assertions="1" time="0.022682"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Comment_Walker" file="/tmp/wp-current-test/tests/phpunit/tests/comment/walker.php" tests="1" assertions="8" failures="0" errors="0" time="0.021858"> | |
<testcase name="test_has_children" class="Tests_Comment_Walker" file="/tmp/wp-current-test/tests/phpunit/tests/comment/walker.php" line="17" assertions="8" time="0.021858"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_WpAllowComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpAllowComment.php" tests="2" assertions="2" failures="0" errors="0" time="0.062060"> | |
<testcase name="test_allow_comment_if_comment_author_emails_differ" class="Tests_Comment_WpAllowComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpAllowComment.php" line="35" assertions="1" time="0.031108"/> | |
<testcase name="test_die_as_duplicate_if_comment_author_name_and_emails_match" class="Tests_Comment_WpAllowComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpAllowComment.php" line="58" assertions="1" time="0.030952"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" tests="6" assertions="6" failures="0" errors="0" time="0.034619"> | |
<testcase name="test_should_return_true_when_content_matches_blacklist_keys" class="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" line="8" assertions="1" time="0.006031"/> | |
<testcase name="test_should_return_true_when_content_with_html_matches_blacklist_keys" class="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" line="26" assertions="1" time="0.006500"/> | |
<testcase name="test_should_return_true_when_author_matches_blacklist_keys" class="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" line="41" assertions="1" time="0.005867"/> | |
<testcase name="test_should_return_true_when_url_matches_blacklist_keys" class="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" line="56" assertions="1" time="0.005531"/> | |
<testcase name="test_should_return_true_when_link_matches_blacklist_keys" class="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" line="74" assertions="1" time="0.005556"/> | |
<testcase name="test_should_return_false_when_no_match" class="Tests_WP_Blacklist_Check" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpBlacklistCheck.php" line="89" assertions="1" time="0.005134"/> | |
</testsuite> | |
<testsuite name="Tests_Term_WpComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpComment.php" tests="4" assertions="4" failures="0" errors="0" time="0.012691"> | |
<testcase name="test_get_instance_should_work_for_numeric_string" class="Tests_Term_WpComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpComment.php" line="31" assertions="1" time="0.002833"/> | |
<testcase name="test_get_instance_should_fail_for_negative_number" class="Tests_Term_WpComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpComment.php" line="40" assertions="1" time="0.003110"/> | |
<testcase name="test_get_instance_should_fail_for_non_numeric_string" class="Tests_Term_WpComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpComment.php" line="49" assertions="1" time="0.003226"/> | |
<testcase name="test_get_instance_should_succeed_for_float_that_is_equal_to_post_id" class="Tests_Term_WpComment" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpComment.php" line="58" assertions="1" time="0.003522"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" tests="7" assertions="98" failures="0" errors="0" time="0.065356"> | |
<testcase name="test_wp_count_comments" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="5" assertions="7" time="0.003040"/> | |
<testcase name="test_wp_count_comments_approved" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="17" assertions="7" time="0.006543"/> | |
<testcase name="test_wp_count_comments_awaiting" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="35" assertions="7" time="0.004891"/> | |
<testcase name="test_wp_count_comments_spam" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="53" assertions="7" time="0.004446"/> | |
<testcase name="test_wp_count_comments_trash" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="71" assertions="7" time="0.005936"/> | |
<testcase name="test_wp_count_comments_post_trashed" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="89" assertions="7" time="0.005149"/> | |
<testcase name="test_wp_count_comments_cache" class="Tests_WP_Count_Comments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpCountComments.php" line="107" assertions="56" time="0.035351"/> | |
</testsuite> | |
<testsuite name="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" tests="6" assertions="7" failures="0" errors="0" time="0.285302"> | |
<testcase name="test_should_respect_page_param" class="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" line="10" assertions="1" time="0.047509"/> | |
<testcase name="test_should_respect_per_page_param" class="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" line="48" assertions="1" time="0.037653"/> | |
<testcase name="test_should_respect_reverse_top_level_param" class="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" line="86" assertions="2" time="0.043176"/> | |
<testcase name="test_comments_param_should_be_respected_when_custom_pagination_params_are_passed" class="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" line="132" assertions="1" time="0.034819"/> | |
<testcase name="test_custom_pagination_should_not_result_in_unapproved_comments_being_shown" class="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" line="172" assertions="1" time="0.054224"/> | |
<testcase name="test_custom_pagination_should_allow_ones_own_unapproved_comments" class="Tests_Comment_WpListComments" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpListComments.php" line="216" assertions="1" time="0.067921"/> | |
</testsuite> | |
<testsuite name="Tests_Update_Comment_Count_Now" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpUpdateCommentCountNow.php" tests="3" assertions="11" failures="0" errors="0" time="0.044900"> | |
<testcase name="test_invalid_post_bails_early" class="Tests_Update_Comment_Count_Now" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpUpdateCommentCountNow.php" line="12" assertions="3" time="0.003066"/> | |
<testcase name="test_regular_post_updates_comment_count" class="Tests_Update_Comment_Count_Now" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpUpdateCommentCountNow.php" line="18" assertions="4" time="0.021954"/> | |
<testcase name="test_using_filter_adjusts_comment_count_without_an_additional_database_query" class="Tests_Update_Comment_Count_Now" file="/tmp/wp-current-test/tests/phpunit/tests/comment/wpUpdateCommentCountNow.php" line="33" assertions="4" time="0.019880"/> | |
</testsuite> | |
<testsuite name="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" tests="68" assertions="97" failures="0" errors="0" time="0.234049"> | |
<testsuite name="Tests_Compat::test_mb_strlen" tests="8" assertions="8" failures="0" errors="0" time="0.033790"> | |
<testcase name="test_mb_strlen with data set #0" assertions="1" time="0.002518"/> | |
<testcase name="test_mb_strlen with data set #1" assertions="1" time="0.003147"/> | |
<testcase name="test_mb_strlen with data set #2" assertions="1" time="0.004082"/> | |
<testcase name="test_mb_strlen with data set #3" assertions="1" time="0.005579"/> | |
<testcase name="test_mb_strlen with data set #4" assertions="1" time="0.004693"/> | |
<testcase name="test_mb_strlen with data set #5" assertions="1" time="0.004054"/> | |
<testcase name="test_mb_strlen with data set #6" assertions="1" time="0.006869"/> | |
<testcase name="test_mb_strlen with data set #7" assertions="1" time="0.002848"/> | |
</testsuite> | |
<testsuite name="Tests_Compat::test_mb_strlen_via_regex" tests="8" assertions="8" failures="0" errors="0" time="0.029769"> | |
<testcase name="test_mb_strlen_via_regex with data set #0" assertions="1" time="0.003765"/> | |
<testcase name="test_mb_strlen_via_regex with data set #1" assertions="1" time="0.004543"/> | |
<testcase name="test_mb_strlen_via_regex with data set #2" assertions="1" time="0.006035"/> | |
<testcase name="test_mb_strlen_via_regex with data set #3" assertions="1" time="0.002902"/> | |
<testcase name="test_mb_strlen_via_regex with data set #4" assertions="1" time="0.002887"/> | |
<testcase name="test_mb_strlen_via_regex with data set #5" assertions="1" time="0.004421"/> | |
<testcase name="test_mb_strlen_via_regex with data set #6" assertions="1" time="0.002805"/> | |
<testcase name="test_mb_strlen_via_regex with data set #7" assertions="1" time="0.002411"/> | |
</testsuite> | |
<testsuite name="Tests_Compat::test_8bit_mb_strlen" tests="8" assertions="8" failures="0" errors="0" time="0.023458"> | |
<testcase name="test_8bit_mb_strlen with data set #0" assertions="1" time="0.002551"/> | |
<testcase name="test_8bit_mb_strlen with data set #1" assertions="1" time="0.002553"/> | |
<testcase name="test_8bit_mb_strlen with data set #2" assertions="1" time="0.003639"/> | |
<testcase name="test_8bit_mb_strlen with data set #3" assertions="1" time="0.002673"/> | |
<testcase name="test_8bit_mb_strlen with data set #4" assertions="1" time="0.002854"/> | |
<testcase name="test_8bit_mb_strlen with data set #5" assertions="1" time="0.002518"/> | |
<testcase name="test_8bit_mb_strlen with data set #6" assertions="1" time="0.002907"/> | |
<testcase name="test_8bit_mb_strlen with data set #7" assertions="1" time="0.003763"/> | |
</testsuite> | |
<testsuite name="Tests_Compat::test_mb_substr" tests="7" assertions="7" failures="0" errors="0" time="0.026182"> | |
<testcase name="test_mb_substr with data set #0" assertions="1" time="0.006159"/> | |
<testcase name="test_mb_substr with data set #1" assertions="1" time="0.002605"/> | |
<testcase name="test_mb_substr with data set #2" assertions="1" time="0.003305"/> | |
<testcase name="test_mb_substr with data set #3" assertions="1" time="0.004799"/> | |
<testcase name="test_mb_substr with data set #4" assertions="1" time="0.003271"/> | |
<testcase name="test_mb_substr with data set #5" assertions="1" time="0.002930"/> | |
<testcase name="test_mb_substr with data set #6" assertions="1" time="0.003113"/> | |
</testsuite> | |
<testsuite name="Tests_Compat::test_mb_substr_via_regex" tests="7" assertions="7" failures="0" errors="0" time="0.027082"> | |
<testcase name="test_mb_substr_via_regex with data set #0" assertions="1" time="0.003019"/> | |
<testcase name="test_mb_substr_via_regex with data set #1" assertions="1" time="0.004742"/> | |
<testcase name="test_mb_substr_via_regex with data set #2" assertions="1" time="0.002908"/> | |
<testcase name="test_mb_substr_via_regex with data set #3" assertions="1" time="0.002809"/> | |
<testcase name="test_mb_substr_via_regex with data set #4" assertions="1" time="0.005370"/> | |
<testcase name="test_mb_substr_via_regex with data set #5" assertions="1" time="0.005056"/> | |
<testcase name="test_mb_substr_via_regex with data set #6" assertions="1" time="0.003178"/> | |
</testsuite> | |
<testsuite name="Tests_Compat::test_8bit_mb_substr" tests="7" assertions="7" failures="0" errors="0" time="0.024029"> | |
<testcase name="test_8bit_mb_substr with data set #0" assertions="1" time="0.003283"/> | |
<testcase name="test_8bit_mb_substr with data set #1" assertions="1" time="0.003004"/> | |
<testcase name="test_8bit_mb_substr with data set #2" assertions="1" time="0.006700"/> | |
<testcase name="test_8bit_mb_substr with data set #3" assertions="1" time="0.003109"/> | |
<testcase name="test_8bit_mb_substr with data set #4" assertions="1" time="0.002522"/> | |
<testcase name="test_8bit_mb_substr with data set #5" assertions="1" time="0.002584"/> | |
<testcase name="test_8bit_mb_substr with data set #6" assertions="1" time="0.002828"/> | |
</testsuite> | |
<testcase name="test_mb_substr_phpcore" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="81" assertions="27" time="0.003764"/> | |
<testcase name="test_hash_hmac_simple" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="167" assertions="2" time="0.002640"/> | |
<testcase name="test_hash_hmac_padding" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="172" assertions="2" time="0.002367"/> | |
<testcase name="test_hash_hmac_output" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="177" assertions="2" time="0.002696"/> | |
<testcase name="test_json_encode_decode" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="185" assertions="1" time="0.003681"/> | |
<testcase name="test_is_countable_availability" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="198" assertions="1" time="0.003905"/> | |
<testsuite name="Tests_Compat::test_is_countable_functionality" tests="9" assertions="9" failures="0" errors="0" time="0.027546"> | |
<testcase name="test_is_countable_functionality with data set #0" assertions="1" time="0.002584"/> | |
<testcase name="test_is_countable_functionality with data set #1" assertions="1" time="0.002659"/> | |
<testcase name="test_is_countable_functionality with data set #2" assertions="1" time="0.003460"/> | |
<testcase name="test_is_countable_functionality with data set #3" assertions="1" time="0.002941"/> | |
<testcase name="test_is_countable_functionality with data set #4" assertions="1" time="0.004084"/> | |
<testcase name="test_is_countable_functionality with data set #5" assertions="1" time="0.002646"/> | |
<testcase name="test_is_countable_functionality with data set #6" assertions="1" time="0.003652"/> | |
<testcase name="test_is_countable_functionality with data set #7" assertions="1" time="0.003000"/> | |
<testcase name="test_is_countable_functionality with data set #8" assertions="1" time="0.002520"/> | |
</testsuite> | |
<testcase name="test_is_countable_SimpleXMLElement" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="260" assertions="1" time="0.003649"/> | |
<testcase name="test_is_iterable_availability" class="Tests_Compat" file="/tmp/wp-current-test/tests/phpunit/tests/compat.php" line="273" assertions="1" time="0.002531"/> | |
<testsuite name="Tests_Compat::test_is_iterable_functionality" tests="6" assertions="6" failures="0" errors="0" time="0.016959"> | |
<testcase name="test_is_iterable_functionality with data set #0" assertions="1" time="0.002589"/> | |
<testcase name="test_is_iterable_functionality with data set #1" assertions="1" time="0.004283"/> | |
<testcase name="test_is_iterable_functionality with data set #2" assertions="1" time="0.002653"/> | |
<testcase name="test_is_iterable_functionality with data set #3" assertions="1" time="0.002532"/> | |
<testcase name="test_is_iterable_functionality with data set #4" assertions="1" time="0.002306"/> | |
<testcase name="test_is_iterable_functionality with data set #5" assertions="1" time="0.002596"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" tests="27" assertions="92" failures="0" errors="0" time="0.191654"> | |
<testcase name="test_wp_get_schedule_empty" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="33" assertions="1" time="0.005970"/> | |
<testcase name="test_schedule_event_single" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="39" assertions="3" time="0.006641"/> | |
<testcase name="test_schedule_event_single_args" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="53" assertions="5" time="0.006558"/> | |
<testcase name="test_schedule_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="71" assertions="3" time="0.006288"/> | |
<testcase name="test_schedule_event_args" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="85" assertions="5" time="0.009314"/> | |
<testcase name="test_unschedule_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="104" assertions="3" time="0.006526"/> | |
<testcase name="test_clear_schedule" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="118" assertions="6" time="0.010135"/> | |
<testcase name="test_clear_undefined_schedule" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="145" assertions="1" time="0.005590"/> | |
<testcase name="test_clear_schedule_multiple_args" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="157" assertions="5" time="0.008824"/> | |
<testcase name="test_clear_schedule_new_args" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="186" assertions="6" time="0.010997"/> | |
<testcase name="test_unschedule_hook" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="224" assertions="4" time="0.007779"/> | |
<testcase name="test_unschedule_undefined_hook" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="244" assertions="4" time="0.006097"/> | |
<testcase name="test_duplicate_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="265" assertions="3" time="0.009158"/> | |
<testcase name="test_not_duplicate_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="284" assertions="4" time="0.005984"/> | |
<testcase name="test_not_duplicate_event_reversed" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="303" assertions="4" time="0.007255"/> | |
<testcase name="test_pre_schedule_event_filter" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="328" assertions="4" time="0.004750"/> | |
<testcase name="test_pre_reschedule_event_filter" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="380" assertions="2" time="0.005594"/> | |
<testcase name="test_pre_unschedule_event_filter" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="404" assertions="2" time="0.006887"/> | |
<testcase name="test_pre_clear_scheduled_hook_filters" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="428" assertions="3" time="0.005363"/> | |
<testcase name="test_pre_scheduled_event_hooks" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="459" assertions="2" time="0.005815"/> | |
<testcase name="test_get_scheduled_event_singles" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="493" assertions="3" time="0.007216"/> | |
<testcase name="test_get_scheduled_event_recurring" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="536" assertions="3" time="0.006148"/> | |
<testcase name="test_get_scheduled_event_false" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="580" assertions="4" time="0.008572"/> | |
<testcase name="test_duplicate_past_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="605" assertions="3" time="0.005886"/> | |
<testcase name="test_duplicate_near_future_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="627" assertions="3" time="0.008631"/> | |
<testcase name="test_duplicate_future_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="649" assertions="3" time="0.006776"/> | |
<testcase name="test_not_duplicate_future_event" class="Tests_Cron" file="/tmp/wp-current-test/tests/phpunit/tests/cron.php" line="669" assertions="3" time="0.006899"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Control" file="/tmp/wp-current-test/tests/phpunit/tests/customize/control.php" tests="2" assertions="14" failures="0" errors="0" time="0.080100"> | |
<testcase name="test_check_capabilities" class="Test_WP_Customize_Control" file="/tmp/wp-current-test/tests/phpunit/tests/customize/control.php" line="40" assertions="6" time="0.037672"/> | |
<testcase name="test_dropdown_pages" class="Test_WP_Customize_Control" file="/tmp/wp-current-test/tests/phpunit/tests/customize/control.php" line="108" assertions="8" time="0.042428"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" tests="8" assertions="66" failures="0" errors="0" time="0.408761"> | |
<testcase name="test_construct" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="80" assertions="6" time="0.033011"/> | |
<testcase name="test_crud" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="113" assertions="33" time="0.110536"/> | |
<testcase name="test_custom_css_revision_saved" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="214" assertions="6" time="0.057317"/> | |
<testcase name="test_get_custom_css_post_queries_after_failed_lookup" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="248" assertions="1" time="0.035130"/> | |
<testcase name="test_update_custom_css_updates_theme_mod" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="260" assertions="1" time="0.043417"/> | |
<testcase name="test_value_filter" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="271" assertions="5" time="0.038499"/> | |
<testcase name="test_update_filter" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="311" assertions="11" time="0.051234"/> | |
<testcase name="test_validate" class="Test_WP_Customize_Custom_CSS_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/custom-css-setting.php" line="369" assertions="3" time="0.039617"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" tests="69" assertions="639" failures="0" errors="0" time="1.737992"> | |
<testcase name="test_constructor" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="111" assertions="10" time="0.006063"/> | |
<testcase name="test_constructor_deferred_changeset_uuid" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="157" assertions="5" time="0.049242"/> | |
<testcase name="test_setup_theme_in_customize_admin" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="230" assertions="6" time="0.012397"/> | |
<testcase name="test_fresh_site_flag_clearing" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="276" assertions="2" time="0.009771"/> | |
<testcase name="test_setup_theme_in_frontend" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="299" assertions="4" time="0.009586"/> | |
<testcase name="test_settings_previewed" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="334" assertions="2" time="0.008996"/> | |
<testcase name="test_autosaved" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="348" assertions="3" time="0.006586"/> | |
<testcase name="test_branching" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="365" assertions="5" time="0.007677"/> | |
<testcase name="test_changeset_uuid" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="387" assertions="1" time="0.006828"/> | |
<testcase name="test_wp_loaded" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="401" assertions="4" time="0.013689"/> | |
<testcase name="test_find_changeset_post_id" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="419" assertions="3" time="0.014055"/> | |
<testcase name="test_changeset_post_id" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="444" assertions="2" time="0.015576"/> | |
<testcase name="test_changeset_data" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="468" assertions="9" time="0.022949"/> | |
<testcase name="test_import_theme_starter_content" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="545" assertions="118" time="0.606186"/> | |
<testcase name="test_import_theme_starter_content_with_nested_arrays" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="813" assertions="6" time="0.016871"/> | |
<testcase name="test_customize_preview_init" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="887" assertions="12" time="0.012536"/> | |
<testcase name="test_filter_iframe_security_headers" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="932" assertions="4" time="0.009288"/> | |
<testcase name="test_add_state_query_params" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="947" assertions="13" time="0.006455"/> | |
<testcase name="test_save_changeset_post_without_theme_activation" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1006" assertions="116" time="0.090788"/> | |
<testcase name="test_save_changeset_post_with_theme_activation" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1287" assertions="3" time="0.024552"/> | |
<testcase name="test_save_changeset_post_with_varying_users" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1325" assertions="28" time="0.071464"/> | |
<testcase name="test_save_changeset_post_dumping_auto_draft_date" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1500" assertions="1" time="0.023997"/> | |
<testcase name="test_save_changeset_post_with_unchanged_values" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1540" assertions="10" time="0.054933"/> | |
<testcase name="test_save_changeset_post_with_autosave" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1631" assertions="12" time="0.062194"/> | |
<testcase name="test_remove_setting_from_changeset_post" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1740" assertions="2" time="0.022940"/> | |
<testcase name="test_save_changeset_post_with_varying_unfiltered_html_cap" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1776" assertions="6" time="0.110720"/> | |
<testcase name="test_wp_customize_publish_changeset" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1848" assertions="5" time="0.021671"/> | |
<testcase name="test_publish_changeset_with_future_status_when_future_date" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1894" assertions="1" time="0.024804"/> | |
<testcase name="test_save_changeset_post_for_bad_changeset" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1915" assertions="4" time="0.021287"/> | |
<testcase name="test_trash_changeset_post_preserves_properties" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="1955" assertions="3" time="0.019284"/> | |
<testcase name="test_is_cross_domain" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2032" assertions="2" time="0.012509"/> | |
<testcase name="test_get_allowed_urls" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2050" assertions="4" time="0.008074"/> | |
<testcase name="test_not_doing_ajax" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2092" assertions="1" time="0.006161"/> | |
<testcase name="test_unsanitized_post_values_from_input" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2104" assertions="5" time="0.010743"/> | |
<testcase name="test_unsanitized_post_values_with_changeset_and_stashed_theme_mods" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2133" assertions="14" time="0.016339"/> | |
<testcase name="test_post_value" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2257" assertions="3" time="0.008040"/> | |
<testcase name="test_invalid_post_value" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2281" assertions="10" time="0.007169"/> | |
<testcase name="test_post_value_validation_sanitization_order" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2350" assertions="4" time="0.011020"/> | |
<testcase name="test_validate_setting_values" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2398" assertions="16" time="0.008399"/> | |
<testcase name="test_late_validate_setting_values" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2447" assertions="8" time="0.004958"/> | |
<testcase name="test_validate_setting_values_args" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2473" assertions="11" time="0.006780"/> | |
<testcase name="test_validate_setting_values_validation_sanitization_order" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2524" assertions="2" time="0.007384"/> | |
<testcase name="test_prepare_setting_validity_for_js" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2545" assertions="14" time="0.004386"/> | |
<testcase name="test_set_post_value" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2569" assertions="9" time="0.007346"/> | |
<testcase name="test_add_dynamic_settings" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2633" assertions="9" time="0.005518"/> | |
<testcase name="test_has_published_pages" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2654" assertions="3" time="0.018181"/> | |
<testcase name="test_has_published_pages_when_nav_menus_created_posts" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2683" assertions="3" time="0.013733"/> | |
<testcase name="test_register_dynamic_settings" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2712" assertions="11" time="0.011015"/> | |
<testcase name="test_get_document_title_template" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2774" assertions="1" time="0.005263"/> | |
<testcase name="test_preview_url" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2785" assertions="3" time="0.004981"/> | |
<testcase name="test_return_url" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2800" assertions="10" time="0.037239"/> | |
<testcase name="test_return_url_with_deactivated_theme" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2835" assertions="1" time="0.005493"/> | |
<testcase name="test_autofocus" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2846" assertions="6" time="0.005098"/> | |
<testcase name="test_nonces" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2874" assertions="6" time="0.005079"/> | |
<testcase name="test_customize_pane_settings" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2904" assertions="13" time="0.016149"/> | |
<testcase name="test_remove_frameless_preview_messenger_channel" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2955" assertions="2" time="0.009833"/> | |
<testcase name="test_customize_preview_settings" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="2975" assertions="13" time="0.016019"/> | |
<testcase name="test_customize_loaded_components_filter" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3007" assertions="18" time="0.006847"/> | |
<testcase name="test_prepare_controls_stable_sorting" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3069" assertions="1" time="0.009142"/> | |
<testcase name="test_add_section_return_instance" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3109" assertions="5" time="0.005313"/> | |
<testcase name="test_add_setting_return_instance" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3143" assertions="5" time="0.007027"/> | |
<testcase name="test_add_setting_honoring_dynamic" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3164" assertions="5" time="0.005786"/> | |
<testcase name="test_add_panel_return_instance" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3214" assertions="5" time="0.007913"/> | |
<testcase name="test_add_control_return_instance" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3247" assertions="5" time="0.006501"/> | |
<testcase name="test_get_previewable_devices" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3295" assertions="2" time="0.005126"/> | |
<testcase name="test_prepare_controls_wp_list_sort_controls" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3355" assertions="1" time="0.009237"/> | |
<testcase name="test_prepare_controls_wp_list_sort_sections" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3388" assertions="1" time="0.005607"/> | |
<testcase name="test_prepare_controls_wp_list_sort_panels" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3417" assertions="1" time="0.006602"/> | |
<testcase name="test_sanitize_external_header_video_trim" class="Tests_WP_Customize_Manager" file="/tmp/wp-current-test/tests/phpunit/tests/customize/manager.php" line="3448" assertions="6" time="0.006598"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" tests="21" assertions="249" failures="0" errors="0" time="1.541259"> | |
<testcase name="test_constants" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="57" assertions="1" time="0.034201"/> | |
<testcase name="test_construct" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="67" assertions="8" time="0.037122"/> | |
<testcase name="test_construct_empty_menus" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="111" assertions="1" time="0.030811"/> | |
<testcase name="test_construct_placeholder" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="131" assertions="3" time="0.035128"/> | |
<testcase name="test_value_type_post_type" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="149" assertions="8" time="0.090919"/> | |
<testcase name="test_value_type_post_type_without_label" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="200" assertions="2" time="0.069906"/> | |
<testcase name="test_value_type_taxonomy" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="232" assertions="6" time="0.059474"/> | |
<testcase name="test_custom_type_label" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="271" assertions="2" time="0.050452"/> | |
<testcase name="test_value_nav_menu_term_id_returns_zero" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="303" assertions="2" time="0.058717"/> | |
<testcase name="test_preview_updated" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="348" assertions="8" time="0.079070"/> | |
<testcase name="test_preview_inserted" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="403" assertions="8" time="0.124537"/> | |
<testcase name="test_preview_deleted" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="462" assertions="3" time="0.116744"/> | |
<testcase name="test_sanitize" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="502" assertions="75" time="0.051773"/> | |
<testcase name="test_save_updated" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="638" assertions="17" time="0.093523"/> | |
<testcase name="test_save_inserted" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="707" assertions="17" time="0.179259"/> | |
<testcase name="test_save_deleted" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="780" assertions="12" time="0.151072"/> | |
<testcase name="test_invalid_nav_menu_item" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="832" assertions="7" time="0.061895"/> | |
<testcase name="test_value_as_wp_post_nav_menu_item" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="889" assertions="17" time="0.040232"/> | |
<testcase name="test_value_as_wp_post_nav_menu_item_term_urls" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="949" assertions="3" time="0.039273"/> | |
<testcase name="test_get_original_title" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="1022" assertions="48" time="0.094899"/> | |
<testcase name="test_value_as_wp_post_nav_menu_item_with_empty_title" class="Test_WP_Customize_Nav_Menu_Item_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-item-setting.php" line="1217" assertions="1" time="0.042252"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" tests="13" assertions="115" failures="0" errors="0" time="0.507820"> | |
<testcase name="test_constants" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="53" assertions="1" time="0.034029"/> | |
<testcase name="test_construct" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="63" assertions="14" time="0.036010"/> | |
<testcase name="test_construct_empty_menus" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="94" assertions="1" time="0.035966"/> | |
<testcase name="test_construct_placeholder" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="114" assertions="2" time="0.040382"/> | |
<testcase name="test_value" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="131" assertions="8" time="0.042218"/> | |
<testcase name="test_preview_updated" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="171" assertions="14" time="0.041461"/> | |
<testcase name="test_preview_inserted" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="238" assertions="11" time="0.047813"/> | |
<testcase name="test_preview_deleted" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="283" assertions="6" time="0.030568"/> | |
<testcase name="test_sanitize" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="322" assertions="8" time="0.034580"/> | |
<testcase name="test_save_updated" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="353" assertions="17" time="0.041433"/> | |
<testcase name="test_save_inserted" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="418" assertions="17" time="0.041909"/> | |
<testcase name="test_save_inserted_conflicted_name" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="467" assertions="2" time="0.041256"/> | |
<testcase name="test_save_deleted" class="Test_WP_Customize_Nav_Menu_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menu-setting.php" line="492" assertions="14" time="0.040195"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" tests="28" assertions="180" failures="0" errors="0" time="1.385564"> | |
<testcase name="test_construct" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="84" assertions="15" time="0.034632"/> | |
<testcase name="test_load_available_items_query_returns_wp_error" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="110" assertions="4" time="0.027156"/> | |
<testcase name="test_load_available_items_query_maybe_returns_home" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="129" assertions="3" time="0.090784"/> | |
<testcase name="test_load_available_items_query_returns_post_item_with_page_number" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="160" assertions="1" time="0.146695"/> | |
<testcase name="test_load_available_items_query_returns_page_item" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="190" assertions="1" time="0.035463"/> | |
<testcase name="test_load_available_items_query_returns_post_item" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="221" assertions="1" time="0.040356"/> | |
<testcase name="test_load_available_items_query_returns_term_item" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="247" assertions="1" time="0.036882"/> | |
<testcase name="test_load_available_items_query_returns_custom_item" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="273" assertions="1" time="0.034629"/> | |
<testcase name="test_search_available_items_query" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="298" assertions="16" time="0.088385"/> | |
<testcase name="test_enqueue_scripts" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="448" assertions="1" time="0.029296"/> | |
<testcase name="test_filter_dynamic_setting_args" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="463" assertions="2" time="0.026914"/> | |
<testcase name="test_filter_dynamic_setting_class" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="480" assertions="2" time="0.033057"/> | |
<testcase name="test_customize_register" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="498" assertions="7" time="0.064782"/> | |
<testcase name="test_intval_base10" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="530" assertions="8" time="0.028223"/> | |
<testcase name="test_available_item_types" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="549" assertions="3" time="0.028154"/> | |
<testcase name="test_insert_auto_draft_post" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="619" assertions="21" time="0.046735"/> | |
<testcase name="test_print_templates" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="685" assertions="1" time="0.028735"/> | |
<testcase name="test_available_items_template" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="709" assertions="26" time="0.032274"/> | |
<testcase name="test_customize_dynamic_partial_args" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="756" assertions="9" time="0.028867"/> | |
<testcase name="test_customize_preview_init" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="778" assertions="3" time="0.032572"/> | |
<testcase name="test_make_auto_draft_status_previewable" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="793" assertions="1" time="0.025169"/> | |
<testcase name="test_sanitize_nav_menus_created_posts" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="805" assertions="3" time="0.117804"/> | |
<testcase name="test_save_nav_menus_created_posts" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="879" assertions="25" time="0.137523"/> | |
<testcase name="test_filter_wp_nav_menu_args" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="987" assertions="11" time="0.037609"/> | |
<testcase name="test_filter_wp_nav_menu" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="1073" assertions="5" time="0.041800"/> | |
<testcase name="test_customize_preview_enqueue_deps" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="1109" assertions="1" time="0.033333"/> | |
<testcase name="test_export_preview_data" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="1123" assertions="2" time="0.025684"/> | |
<testcase name="test_render_nav_menu_partial" class="Test_WP_Customize_Nav_Menus" file="/tmp/wp-current-test/tests/phpunit/tests/customize/nav-menus.php" line="1137" assertions="6" time="0.052051"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" tests="10" assertions="52" failures="0" errors="0" time="0.162974"> | |
<testcase name="test_construct_default_args" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="32" assertions="11" time="0.004773"/> | |
<testcase name="test_construct_custom_args" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="50" assertions="7" time="0.005135"/> | |
<testcase name="test_construct_custom_type" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="70" assertions="1" time="0.007541"/> | |
<testcase name="test_active" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="79" assertions="5" time="0.005515"/> | |
<testcase name="test_json" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="110" assertions="8" time="0.004827"/> | |
<testcase name="test_check_capabilities" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="134" assertions="4" time="0.037766"/> | |
<testcase name="test_get_content" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="152" assertions="1" time="0.005404"/> | |
<testcase name="test_maybe_render" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="160" assertions="5" time="0.033613"/> | |
<testcase name="test_print_templates_standard" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="185" assertions="6" time="0.030839"/> | |
<testcase name="test_print_templates_custom" class="Tests_WP_Customize_Panel" file="/tmp/wp-current-test/tests/phpunit/tests/customize/panel.php" line="203" assertions="4" time="0.027562"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" tests="9" assertions="61" failures="0" errors="0" time="0.092843"> | |
<testcase name="test_construct_default_args" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="47" assertions="9" time="0.005561"/> | |
<testcase name="test_construct_non_default_args" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="85" assertions="12" time="0.019629"/> | |
<testcase name="test_id_data" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="132" assertions="4" time="0.006905"/> | |
<testcase name="test_render_with_bad_callback_should_give_preference_to_return_value" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="222" assertions="2" time="0.006360"/> | |
<testcase name="test_render_echo_callback" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="239" assertions="10" time="0.005027"/> | |
<testcase name="test_render_return_callback" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="262" assertions="10" time="0.004979"/> | |
<testcase name="test_render_callback_default" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="285" assertions="2" time="0.004419"/> | |
<testcase name="test_json" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="296" assertions="6" time="0.004155"/> | |
<testcase name="test_check_capabilities" class="Test_WP_Customize_Partial" file="/tmp/wp-current-test/tests/phpunit/tests/customize/partial.php" line="324" assertions="6" time="0.035808"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" tests="10" assertions="50" failures="0" errors="0" time="0.052346"> | |
<testcase name="test_construct_default_args" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="39" assertions="11" time="0.003909"/> | |
<testcase name="test_construct_custom_args" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="57" assertions="8" time="0.004433"/> | |
<testcase name="test_construct_custom_type" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="80" assertions="1" time="0.003788"/> | |
<testcase name="test_active" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="89" assertions="5" time="0.006429"/> | |
<testcase name="test_json" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="120" assertions="9" time="0.004891"/> | |
<testcase name="test_check_capabilities" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="148" assertions="4" time="0.005084"/> | |
<testcase name="test_get_content" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="165" assertions="1" time="0.005757"/> | |
<testcase name="test_maybe_render" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="173" assertions="5" time="0.005426"/> | |
<testcase name="test_print_templates_standard" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="198" assertions="3" time="0.005602"/> | |
<testcase name="test_print_templates_custom" class="Tests_WP_Customize_Section" file="/tmp/wp-current-test/tests/phpunit/tests/customize/section.php" line="213" assertions="3" time="0.007027"/> | |
</testsuite> | |
<testsuite name="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" tests="9" assertions="54" failures="0" errors="0" time="0.166795"> | |
<testcase name="test_construct" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="47" assertions="1" time="0.015357"/> | |
<testcase name="test_register_scripts" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="56" assertions="3" time="0.021158"/> | |
<testcase name="test_partials" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="73" assertions="1" time="0.017574"/> | |
<testcase name="test_crud_partial" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="84" assertions="16" time="0.006491"/> | |
<testcase name="test_init_preview" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="113" assertions="2" time="0.017598"/> | |
<testcase name="test_enqueue_preview_scripts" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="124" assertions="3" time="0.008228"/> | |
<testcase name="test_export_preview_data" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="137" assertions="9" time="0.056226"/> | |
<testcase name="test_add_dynamic_partials" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="181" assertions="17" time="0.007774"/> | |
<testcase name="test_is_render_partials_request" class="Test_WP_Customize_Selective_Refresh" file="/tmp/wp-current-test/tests/phpunit/tests/customize/selective-refresh.php" line="249" assertions="2" time="0.016389"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" tests="12" assertions="252" failures="0" errors="0" time="0.295463"> | |
<testcase name="test_constructor_without_args" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="34" assertions="13" time="0.010101"/> | |
<testcase name="test_constructor_with_args" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="91" assertions="12" time="0.007542"/> | |
<testcase name="test_preview_standard_types_non_multidimensional" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="139" assertions="64" time="0.068868"/> | |
<testcase name="test_preview_standard_types_multidimensional" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="218" assertions="66" time="0.038641"/> | |
<testcase name="test_preview_custom_type" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="364" assertions="48" time="0.028195"/> | |
<testcase name="test_non_posted_setting_applying_default_value_in_preview" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="476" assertions="5" time="0.008070"/> | |
<testcase name="test_update_custom_type" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="494" assertions="16" time="0.036298"/> | |
<testcase name="test_is_current_blog_previewed" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="553" assertions="5" time="0.028350"/> | |
<testcase name="test_option_autoloading" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="597" assertions="7" time="0.034524"/> | |
<testcase name="test_js_value" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="677" assertions="10" time="0.004701"/> | |
<testcase name="test_validate" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="707" assertions="4" time="0.004281"/> | |
<testcase name="test_multidimensional_value_when_previewed" class="Tests_WP_Customize_Setting" file="/tmp/wp-current-test/tests/phpunit/tests/customize/setting.php" line="745" assertions="2" time="0.025892"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" tests="22" assertions="293" failures="0" errors="0" time="0.892103"> | |
<testcase name="test_construct" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="91" assertions="8" time="0.029221"/> | |
<testcase name="test_customize_register_with_deleted_sidebars" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="103" assertions="7" time="0.027813"/> | |
<testcase name="test_get_selective_refreshable_widgets_when_theme_supports" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="116" assertions="12" time="0.068370"/> | |
<testcase name="test_get_selective_refreshable_widgets_when_no_theme_supports" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="136" assertions="7" time="0.043510"/> | |
<testcase name="test_is_widget_selective_refreshable" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="160" assertions="9" time="0.037253"/> | |
<testcase name="test_register_settings" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="176" assertions="15" time="0.041138"/> | |
<testcase name="test_register_settings_without_selective_refresh" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="228" assertions="15" time="0.043091"/> | |
<testcase name="test_register_settings_with_late_theme_support_added" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="238" assertions="15" time="0.044220"/> | |
<testcase name="test_get_setting_args" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="254" assertions="41" time="0.049114"/> | |
<testcase name="test_sanitize_widget_js_instance" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="343" assertions="13" time="0.038929"/> | |
<testcase name="test_get_widget_control" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="394" assertions="10" time="0.041836"/> | |
<testcase name="test_get_widget_control_parts" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="407" assertions="13" time="0.057265"/> | |
<testcase name="test_wp_widget_form_customize_control_json" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="423" assertions="18" time="0.042230"/> | |
<testcase name="test_is_panel_active" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="445" assertions="11" time="0.046766"/> | |
<testcase name="test_call_widget_update" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="462" assertions="19" time="0.043039"/> | |
<testcase name="test_customize_dynamic_partial_args" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="518" assertions="16" time="0.031164"/> | |
<testcase name="test_selective_refresh_init_with_theme_support" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="544" assertions="10" time="0.030991"/> | |
<testcase name="test_selective_refresh_init_without_theme_support" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="558" assertions="10" time="0.026515"/> | |
<testcase name="test_customize_preview_enqueue" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="572" assertions="9" time="0.028289"/> | |
<testcase name="test_filter_dynamic_sidebar_params" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="587" assertions="15" time="0.032836"/> | |
<testcase name="test_render_widget_partial" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="642" assertions="13" time="0.050861"/> | |
<testcase name="test_deprecated_methods" class="Tests_WP_Customize_Widgets" file="/tmp/wp-current-test/tests/phpunit/tests/customize/widgets.php" line="666" assertions="7" time="0.037652"/> | |
</testsuite> | |
<testsuite name="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" tests="6" assertions="17" failures="0" errors="0" time="0.032182"> | |
<testcase name="test_current_time_with_date_format_string" class="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" line="12" assertions="2" time="0.004452"/> | |
<testcase name="test_current_time_with_mysql_format" class="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" line="26" assertions="2" time="0.004323"/> | |
<testcase name="test_current_time_with_timestamp" class="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" line="40" assertions="2" time="0.007847"/> | |
<testcase name="test_should_work_with_changed_timezone" class="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" line="55" assertions="4" time="0.004953"/> | |
<testcase name="test_should_return_wp_timestamp" class="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" line="82" assertions="5" time="0.005970"/> | |
<testcase name="test_should_return_correct_local_time" class="Tests_Date_Current_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/currentTime.php" line="107" assertions="2" time="0.004637"/> | |
</testsuite> | |
<testsuite name="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" tests="20" assertions="25" failures="0" errors="0" time="0.095694"> | |
<testcase name="test_should_return_current_time_on_invalid_timestamp" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="12" assertions="1" time="0.007292"/> | |
<testcase name="test_should_handle_zero_timestamp" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="25" assertions="2" time="0.005438"/> | |
<testcase name="test_should_format_date" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="40" assertions="1" time="0.003294"/> | |
<testcase name="test_should_use_custom_timestamp" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="44" assertions="1" time="0.002693"/> | |
<testcase name="test_date_should_be_in_gmt" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="48" assertions="1" time="0.004778"/> | |
<testcase name="test_custom_timezone_setting" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="52" assertions="1" time="0.004238"/> | |
<testcase name="test_date_should_be_in_gmt_with_custom_timezone_setting" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="58" assertions="1" time="0.004898"/> | |
<testcase name="test_date_should_be_in_gmt_with_custom_timezone_setting_and_timestamp" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="64" assertions="1" time="0.005908"/> | |
<testcase name="test_adjusts_format_based_on_locale" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="70" assertions="1" time="0.004050"/> | |
<testcase name="test_adjusts_format_based_on_timezone_string" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="93" assertions="1" time="0.004242"/> | |
<testcase name="test_gmt_offset_should_output_correct_timezone" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="102" assertions="1" time="0.004273"/> | |
<testsuite name="Tests_Date_I18n::test_date_i18n_handles_shorthand_formats" tests="2" assertions="4" failures="0" errors="0" time="0.010577"> | |
<testcase name="test_date_i18n_handles_shorthand_formats with data set #0" assertions="2" time="0.006000"/> | |
<testcase name="test_date_i18n_handles_shorthand_formats with data set #1" assertions="2" time="0.004577"/> | |
</testsuite> | |
<testcase name="test_should_return_wp_timestamp" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="144" assertions="3" time="0.004302"/> | |
<testcase name="test_swatch_internet_time_with_wp_timestamp" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="159" assertions="1" time="0.006276"/> | |
<testcase name="test_should_handle_escaped_formats" class="Tests_Date_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/date/dateI18n.php" line="168" assertions="1" time="0.002950"/> | |
<testsuite name="Tests_Date_I18n::test_should_handle_dst" tests="4" assertions="4" failures="0" errors="0" time="0.020485"> | |
<testcase name="test_should_handle_dst with data set "Before DST start"" assertions="1" time="0.005191"/> | |
<testcase name="test_should_handle_dst with data set "After DST start"" assertions="1" time="0.006886"/> | |
<testcase name="test_should_handle_dst with data set "Before DST end"" assertions="1" time="0.004467"/> | |
<testcase name="test_should_handle_dst with data set "After DST end"" assertions="1" time="0.003941"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Date_Get_Feed_Build_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/getFeedBuildDate.php" tests="2" assertions="4" failures="0" errors="0" time="0.047064"> | |
<testcase name="test_should_return_correct_feed_build_date" class="Tests_Date_Get_Feed_Build_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/getFeedBuildDate.php" line="23" assertions="1" time="0.019985"/> | |
<testcase name="test_should_fall_back_to_last_post_modified" class="Tests_Date_Get_Feed_Build_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/getFeedBuildDate.php" line="46" assertions="3" time="0.027079"/> | |
</testsuite> | |
<testsuite name="Tests_Date_Get_Permalink" file="/tmp/wp-current-test/tests/phpunit/tests/date/getPermalink.php" tests="1" assertions="2" failures="0" errors="0" time="0.018450"> | |
<testcase name="test_should_return_correct_date_permalink_with_changed_time_zone" class="Tests_Date_Get_Permalink" file="/tmp/wp-current-test/tests/phpunit/tests/date/getPermalink.php" line="22" assertions="2" time="0.018450"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_MaybeDeclineDate" file="/tmp/wp-current-test/tests/phpunit/tests/date/maybeDeclineDate.php" tests="15" assertions="15" failures="0" errors="0" time="0.041670"> | |
<testsuite name="Tests_Functions_MaybeDeclineDate::test_wp_maybe_decline_date" tests="15" assertions="15" failures="0" errors="0" time="0.041670"> | |
<testcase name="test_wp_maybe_decline_date with data set #0" assertions="1" time="0.002648"/> | |
<testcase name="test_wp_maybe_decline_date with data set #1" assertions="1" time="0.002757"/> | |
<testcase name="test_wp_maybe_decline_date with data set #2" assertions="1" time="0.003741"/> | |
<testcase name="test_wp_maybe_decline_date with data set #3" assertions="1" time="0.002458"/> | |
<testcase name="test_wp_maybe_decline_date with data set #4" assertions="1" time="0.002411"/> | |
<testcase name="test_wp_maybe_decline_date with data set #5" assertions="1" time="0.002311"/> | |
<testcase name="test_wp_maybe_decline_date with data set #6" assertions="1" time="0.002283"/> | |
<testcase name="test_wp_maybe_decline_date with data set #7" assertions="1" time="0.003171"/> | |
<testcase name="test_wp_maybe_decline_date with data set #8" assertions="1" time="0.002956"/> | |
<testcase name="test_wp_maybe_decline_date with data set #9" assertions="1" time="0.002852"/> | |
<testcase name="test_wp_maybe_decline_date with data set #10" assertions="1" time="0.003124"/> | |
<testcase name="test_wp_maybe_decline_date with data set #11" assertions="1" time="0.002522"/> | |
<testcase name="test_wp_maybe_decline_date with data set #12" assertions="1" time="0.003053"/> | |
<testcase name="test_wp_maybe_decline_date with data set #13" assertions="1" time="0.002780"/> | |
<testcase name="test_wp_maybe_decline_date with data set #14" assertions="1" time="0.002603"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Date_mysql2date" file="/tmp/wp-current-test/tests/phpunit/tests/date/mysql2date.php" tests="4" assertions="8" failures="0" errors="0" time="0.021010"> | |
<testcase name="test_mysql2date_should_format_time" class="Tests_Date_mysql2date" file="/tmp/wp-current-test/tests/phpunit/tests/date/mysql2date.php" line="19" assertions="2" time="0.003570"/> | |
<testcase name="test_mysql2date_should_format_time_with_changed_time_zone" class="Tests_Date_mysql2date" file="/tmp/wp-current-test/tests/phpunit/tests/date/mysql2date.php" line="33" assertions="2" time="0.009129"/> | |
<testcase name="test_mysql2date_should_return_wp_timestamp" class="Tests_Date_mysql2date" file="/tmp/wp-current-test/tests/phpunit/tests/date/mysql2date.php" line="49" assertions="2" time="0.004250"/> | |
<testcase name="test_mysql2date_should_return_unix_timestamp_for_gmt_time" class="Tests_Date_mysql2date" file="/tmp/wp-current-test/tests/phpunit/tests/date/mysql2date.php" line="63" assertions="2" time="0.004061"/> | |
</testsuite> | |
<testsuite name="Tests_Date_Post_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/postTime.php" tests="3" assertions="18" failures="0" errors="0" time="0.059493"> | |
<testcase name="test_should_return_wp_timestamp" class="Tests_Date_Post_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/postTime.php" line="12" assertions="8" time="0.018680"/> | |
<testcase name="test_should_return_time" class="Tests_Date_Post_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/postTime.php" line="41" assertions="8" time="0.016844"/> | |
<testcase name="test_should_keep_utc_time_on_timezone_change" class="Tests_Date_Post_Time" file="/tmp/wp-current-test/tests/phpunit/tests/date/postTime.php" line="69" assertions="2" time="0.023969"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" tests="85" assertions="778" failures="0" errors="0" time="0.382509"> | |
<testcase name="test_construct_date_query_empty" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="20" assertions="4" time="0.004726"/> | |
<testcase name="test_construct_date_query_non_array" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="28" assertions="4" time="0.003003"/> | |
<testcase name="test_construct_relation_or_lowercase" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="36" assertions="1" time="0.004014"/> | |
<testcase name="test_construct_relation_invalid" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="46" assertions="1" time="0.004193"/> | |
<testcase name="test_construct_query_not_an_array_of_arrays" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="56" assertions="1" time="0.003035"/> | |
<testcase name="test_construct_query_contains_non_arrays" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="84" assertions="1" time="0.002466"/> | |
<testcase name="test_get_compare_empty" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="116" assertions="1" time="0.002338"/> | |
<testcase name="test_get_compare_equals" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="121" assertions="1" time="0.002354"/> | |
<testcase name="test_get_compare_not_equals" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="132" assertions="1" time="0.004331"/> | |
<testcase name="test_get_compare_greater_than" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="143" assertions="1" time="0.002540"/> | |
<testcase name="test_get_compare_greater_than_or_equal_to" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="154" assertions="1" time="0.002397"/> | |
<testcase name="test_get_compare_less_than" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="165" assertions="1" time="0.003169"/> | |
<testcase name="test_get_compare_less_than_or_equal_to" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="176" assertions="1" time="0.002794"/> | |
<testcase name="test_get_compare_in" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="187" assertions="1" time="0.004777"/> | |
<testcase name="test_get_compare_not_in" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="198" assertions="1" time="0.003726"/> | |
<testcase name="test_get_compare_between" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="209" assertions="1" time="0.002832"/> | |
<testcase name="test_get_compare_not_between" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="220" assertions="1" time="0.002383"/> | |
<testcase name="test_validate_column_post_date" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="231" assertions="1" time="0.002323"/> | |
<testcase name="test_validate_column_post_date_gmt" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="238" assertions="1" time="0.004124"/> | |
<testcase name="test_validate_column_post_modified" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="245" assertions="1" time="0.002677"/> | |
<testcase name="test_validate_column_post_modified_gmt" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="252" assertions="1" time="0.002435"/> | |
<testcase name="test_validate_column_comment_date" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="259" assertions="1" time="0.003290"/> | |
<testcase name="test_validate_column_comment_date_gmt" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="266" assertions="1" time="0.003340"/> | |
<testcase name="test_validate_column_invalid" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="273" assertions="1" time="0.003851"/> | |
<testcase name="test_validate_column_with_date_query_valid_columns_filter" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="283" assertions="1" time="0.003123"/> | |
<testcase name="test_validate_column_prefixed_column_name" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="296" assertions="1" time="0.003220"/> | |
<testcase name="test_validate_column_prefixed_column_name_with_illegal_characters" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="305" assertions="1" time="0.008178"/> | |
<testcase name="test_build_value_value_null" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="311" assertions="1" time="0.004686"/> | |
<testcase name="test_build_value_compare_in" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="321" assertions="4" time="0.002621"/> | |
<testcase name="test_build_value_compare_not_in" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="344" assertions="4" time="0.002355"/> | |
<testcase name="test_build_value_compare_between_single_integer" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="364" assertions="1" time="0.002822"/> | |
<testcase name="test_build_value_compare_between_single_non_numeric" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="374" assertions="1" time="0.005809"/> | |
<testcase name="test_build_value_compare_between_array_with_other_than_two_items" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="384" assertions="1" time="0.002916"/> | |
<testcase name="test_build_value_compare_between_incorrect_array_key" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="394" assertions="1" time="0.002379"/> | |
<testcase name="test_build_value_compare_between_array_contains_non_numeric" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="411" assertions="1" time="0.002790"/> | |
<testcase name="test_build_value_compare_between" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="418" assertions="1" time="0.004325"/> | |
<testcase name="test_build_value_compare_not_between_single_integer" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="425" assertions="1" time="0.002859"/> | |
<testcase name="test_build_value_compare_not_between_single_non_numeric" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="435" assertions="1" time="0.002696"/> | |
<testcase name="test_build_value_compare_not_between_array_with_other_than_two_items" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="445" assertions="1" time="0.002451"/> | |
<testcase name="test_build_value_compare_not_between_incorrect_array_key" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="455" assertions="1" time="0.002493"/> | |
<testcase name="test_build_value_compare_not_between_array_contains_non_numeric" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="472" assertions="1" time="0.003903"/> | |
<testcase name="test_build_value_compare_not_between" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="479" assertions="1" time="0.002736"/> | |
<testcase name="test_build_value_compare_default_value_integer" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="486" assertions="1" time="0.002414"/> | |
<testcase name="test_build_value_compare_default_value_non_numeric" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="496" assertions="1" time="0.002468"/> | |
<testcase name="test_build_mysql_datetime_datetime_non_array" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="503" assertions="1" time="0.004052"/> | |
<testsuite name="Tests_WP_Date_Query::test_build_mysql_datetime" tests="10" assertions="10" failures="0" errors="0" time="0.036762"> | |
<testcase name="test_build_mysql_datetime with data set #0" assertions="1" time="0.004609"/> | |
<testcase name="test_build_mysql_datetime with data set #1" assertions="1" time="0.003557"/> | |
<testcase name="test_build_mysql_datetime with data set #2" assertions="1" time="0.002864"/> | |
<testcase name="test_build_mysql_datetime with data set #3" assertions="1" time="0.002869"/> | |
<testcase name="test_build_mysql_datetime with data set #4" assertions="1" time="0.004009"/> | |
<testcase name="test_build_mysql_datetime with data set #5" assertions="1" time="0.003767"/> | |
<testcase name="test_build_mysql_datetime with data set #6" assertions="1" time="0.004569"/> | |
<testcase name="test_build_mysql_datetime with data set #7" assertions="1" time="0.002715"/> | |
<testcase name="test_build_mysql_datetime with data set #8" assertions="1" time="0.002825"/> | |
<testcase name="test_build_mysql_datetime with data set #9" assertions="1" time="0.004978"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Date_Query::test_build_mysql_datetime_with_custom_timezone" tests="2" assertions="2" failures="0" errors="0" time="0.011220"> | |
<testcase name="test_build_mysql_datetime_with_custom_timezone with data set #0" assertions="1" time="0.005116"/> | |
<testcase name="test_build_mysql_datetime_with_custom_timezone with data set #1" assertions="1" time="0.006104"/> | |
</testsuite> | |
<testcase name="test_build_mysql_datetime_with_relative_date" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="576" assertions="1" time="0.008417"/> | |
<testcase name="test_build_time_query_insufficient_time_values" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="589" assertions="1" time="0.003935"/> | |
<testcase name="test_build_time_query_should_not_discard_hour_0" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="598" assertions="1" time="0.003991"/> | |
<testcase name="test_build_time_query_compare_in" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="607" assertions="3" time="0.002918"/> | |
<testcase name="test_build_time_query_compare_not_in" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="623" assertions="3" time="0.002459"/> | |
<testcase name="test_build_time_query_compare_between" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="639" assertions="3" time="0.002318"/> | |
<testcase name="test_build_time_query_compare_not_between" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="655" assertions="3" time="0.002843"/> | |
<testcase name="test_build_time_query_hour_only" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="671" assertions="1" time="0.003707"/> | |
<testcase name="test_build_time_query_minute_only" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="678" assertions="1" time="0.003569"/> | |
<testcase name="test_build_time_query_second_only" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="685" assertions="1" time="0.007526"/> | |
<testcase name="test_build_time_query_hour_and_second" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="692" assertions="1" time="0.005132"/> | |
<testcase name="test_build_time_query_hour_minute" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="699" assertions="1" time="0.004405"/> | |
<testcase name="test_build_time_query_hour_minute_second" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="710" assertions="1" time="0.005116"/> | |
<testcase name="test_build_time_query_minute_second" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="721" assertions="1" time="0.002924"/> | |
<testcase name="test_validate_date_query_before_after" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="736" assertions="15" time="0.003069"/> | |
<testcase name="test_validate_date_query_before_after_with_month" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="783" assertions="5" time="0.003671"/> | |
<testcase name="test_validate_date_values_week" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="829" assertions="61" time="0.003137"/> | |
<testcase name="test_validate_date_values_month" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="882" assertions="17" time="0.002698"/> | |
<testcase name="test_validate_date_values_day" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="900" assertions="38" time="0.002674"/> | |
<testcase name="test_validate_date_values_hour" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="957" assertions="29" time="0.002808"/> | |
<testcase name="test_validate_date_values_minute" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="975" assertions="63" time="0.003621"/> | |
<testcase name="test_validate_date_values_second" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="993" assertions="63" time="0.002792"/> | |
<testcase name="test_validate_date_values_day_of_week" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="1012" assertions="11" time="0.002476"/> | |
<testcase name="test_validate_date_values_day_of_week_iso" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="1030" assertions="11" time="0.002333"/> | |
<testcase name="test_validate_date_values_day_of_year" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="1048" assertions="370" time="0.003690"/> | |
<testcase name="test_validate_date_values_should_process_array_value_for_year" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="1065" assertions="1" time="0.031138"/> | |
<testcase name="test_validate_date_values_should_process_array_value_for_day" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="1087" assertions="1" time="0.029731"/> | |
<testcase name="test_validate_date_values_should_process_array_value_for_day_when_values_are_invalid" class="Tests_WP_Date_Query" file="/tmp/wp-current-test/tests/phpunit/tests/date/query.php" line="1110" assertions="2" time="0.033015"/> | |
</testsuite> | |
<testsuite name="Tests_Date_The_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/theDate.php" tests="3" assertions="18" failures="0" errors="0" time="0.052928"> | |
<testcase name="test_should_call_hooks" class="Tests_Date_The_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/theDate.php" line="23" assertions="10" time="0.016637"/> | |
<testcase name="test_the_date" class="Tests_Date_The_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/theDate.php" line="88" assertions="5" time="0.018379"/> | |
<testcase name="test_the_weekday_date" class="Tests_Date_The_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/theDate.php" line="128" assertions="3" time="0.017912"/> | |
</testsuite> | |
<testsuite name="Tests_Date_WP_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/wpDate.php" tests="3" assertions="3" failures="0" errors="0" time="0.009486"> | |
<testcase name="test_should_return_false_on_invalid_timestamp" class="Tests_Date_WP_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/wpDate.php" line="31" assertions="1" time="0.002206"/> | |
<testcase name="test_should_not_escape_localized_numbers" class="Tests_Date_WP_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/wpDate.php" line="38" assertions="1" time="0.003568"/> | |
<testcase name="test_should_keep_localized_slashes" class="Tests_Date_WP_Date" file="/tmp/wp-current-test/tests/phpunit/tests/date/wpDate.php" line="52" assertions="1" time="0.003712"/> | |
</testsuite> | |
<testsuite name="Tests_Date_WP_Timezone" file="/tmp/wp-current-test/tests/phpunit/tests/date/wpTimezone.php" tests="59" assertions="118" failures="0" errors="0" time="0.455688"> | |
<testsuite name="Tests_Date_WP_Timezone::test_should_convert_gmt_offset" tests="58" assertions="116" failures="0" errors="0" time="0.451347"> | |
<testcase name="test_should_convert_gmt_offset with data set #0" assertions="2" time="0.005360"/> | |
<testcase name="test_should_convert_gmt_offset with data set #1" assertions="2" time="0.007743"/> | |
<testcase name="test_should_convert_gmt_offset with data set #2" assertions="2" time="0.007573"/> | |
<testcase name="test_should_convert_gmt_offset with data set #3" assertions="2" time="0.006410"/> | |
<testcase name="test_should_convert_gmt_offset with data set #4" assertions="2" time="0.007687"/> | |
<testcase name="test_should_convert_gmt_offset with data set #5" assertions="2" time="0.005607"/> | |
<testcase name="test_should_convert_gmt_offset with data set #6" assertions="2" time="0.006650"/> | |
<testcase name="test_should_convert_gmt_offset with data set #7" assertions="2" time="0.004951"/> | |
<testcase name="test_should_convert_gmt_offset with data set #8" assertions="2" time="0.005812"/> | |
<testcase name="test_should_convert_gmt_offset with data set #9" assertions="2" time="0.007052"/> | |
<testcase name="test_should_convert_gmt_offset with data set #10" assertions="2" time="0.005265"/> | |
<testcase name="test_should_convert_gmt_offset with data set #11" assertions="2" time="0.005550"/> | |
<testcase name="test_should_convert_gmt_offset with data set #12" assertions="2" time="0.006480"/> | |
<testcase name="test_should_convert_gmt_offset with data set #13" assertions="2" time="0.004985"/> | |
<testcase name="test_should_convert_gmt_offset with data set #14" assertions="2" time="0.014302"/> | |
<testcase name="test_should_convert_gmt_offset with data set #15" assertions="2" time="0.014844"/> | |
<testcase name="test_should_convert_gmt_offset with data set #16" assertions="2" time="0.005003"/> | |
<testcase name="test_should_convert_gmt_offset with data set #17" assertions="2" time="0.006118"/> | |
<testcase name="test_should_convert_gmt_offset with data set #18" assertions="2" time="0.006242"/> | |
<testcase name="test_should_convert_gmt_offset with data set #19" assertions="2" time="0.009500"/> | |
<testcase name="test_should_convert_gmt_offset with data set #20" assertions="2" time="0.006842"/> | |
<testcase name="test_should_convert_gmt_offset with data set #21" assertions="2" time="0.008587"/> | |
<testcase name="test_should_convert_gmt_offset with data set #22" assertions="2" time="0.007636"/> | |
<testcase name="test_should_convert_gmt_offset with data set #23" assertions="2" time="0.005847"/> | |
<testcase name="test_should_convert_gmt_offset with data set #24" assertions="2" time="0.006188"/> | |
<testcase name="test_should_convert_gmt_offset with data set #25" assertions="2" time="0.005855"/> | |
<testcase name="test_should_convert_gmt_offset with data set #26" assertions="2" time="0.005868"/> | |
<testcase name="test_should_convert_gmt_offset with data set #27" assertions="2" time="0.007637"/> | |
<testcase name="test_should_convert_gmt_offset with data set #28" assertions="2" time="0.005560"/> | |
<testcase name="test_should_convert_gmt_offset with data set #29" assertions="2" time="0.005809"/> | |
<testcase name="test_should_convert_gmt_offset with data set #30" assertions="2" time="0.005200"/> | |
<testcase name="test_should_convert_gmt_offset with data set #31" assertions="2" time="0.008158"/> | |
<testcase name="test_should_convert_gmt_offset with data set #32" assertions="2" time="0.016816"/> | |
<testcase name="test_should_convert_gmt_offset with data set #33" assertions="2" time="0.008660"/> | |
<testcase name="test_should_convert_gmt_offset with data set #34" assertions="2" time="0.011341"/> | |
<testcase name="test_should_convert_gmt_offset with data set #35" assertions="2" time="0.016986"/> | |
<testcase name="test_should_convert_gmt_offset with data set #36" assertions="2" time="0.012501"/> | |
<testcase name="test_should_convert_gmt_offset with data set #37" assertions="2" time="0.010936"/> | |
<testcase name="test_should_convert_gmt_offset with data set #38" assertions="2" time="0.009367"/> | |
<testcase name="test_should_convert_gmt_offset with data set #39" assertions="2" time="0.008587"/> | |
<testcase name="test_should_convert_gmt_offset with data set #40" assertions="2" time="0.009366"/> | |
<testcase name="test_should_convert_gmt_offset with data set #41" assertions="2" time="0.012299"/> | |
<testcase name="test_should_convert_gmt_offset with data set #42" assertions="2" time="0.006401"/> | |
<testcase name="test_should_convert_gmt_offset with data set #43" assertions="2" time="0.008523"/> | |
<testcase name="test_should_convert_gmt_offset with data set #44" assertions="2" time="0.008747"/> | |
<testcase name="test_should_convert_gmt_offset with data set #45" assertions="2" time="0.007621"/> | |
<testcase name="test_should_convert_gmt_offset with data set #46" assertions="2" time="0.007409"/> | |
<testcase name="test_should_convert_gmt_offset with data set #47" assertions="2" time="0.007607"/> | |
<testcase name="test_should_convert_gmt_offset with data set #48" assertions="2" time="0.008215"/> | |
<testcase name="test_should_convert_gmt_offset with data set #49" assertions="2" time="0.007321"/> | |
<testcase name="test_should_convert_gmt_offset with data set #50" assertions="2" time="0.006556"/> | |
<testcase name="test_should_convert_gmt_offset with data set #51" assertions="2" time="0.006277"/> | |
<testcase name="test_should_convert_gmt_offset with data set #52" assertions="2" time="0.007929"/> | |
<testcase name="test_should_convert_gmt_offset with data set #53" assertions="2" time="0.005895"/> | |
<testcase name="test_should_convert_gmt_offset with data set #54" assertions="2" time="0.006363"/> | |
<testcase name="test_should_convert_gmt_offset with data set #55" assertions="2" time="0.004994"/> | |
<testcase name="test_should_convert_gmt_offset with data set #56" assertions="2" time="0.005640"/> | |
<testcase name="test_should_convert_gmt_offset with data set #57" assertions="2" time="0.006669"/> | |
</testsuite> | |
<testcase name="test_should_return_timezone_string" class="Tests_Date_WP_Timezone" file="/tmp/wp-current-test/tests/phpunit/tests/date/wpTimezone.php" line="31" assertions="2" time="0.004341"/> | |
</testsuite> | |
<testsuite name="Tests_Date_XMLRPC" file="/tmp/wp-current-test/tests/phpunit/tests/date/xmlrpc.php" tests="3" assertions="11" failures="0" errors="0" time="0.239624"> | |
<testcase name="test_date_new_post" class="Tests_Date_XMLRPC" file="/tmp/wp-current-test/tests/phpunit/tests/date/xmlrpc.php" line="13" assertions="5" time="0.110819"/> | |
<testcase name="test_date_edit_post" class="Tests_Date_XMLRPC" file="/tmp/wp-current-test/tests/phpunit/tests/date/xmlrpc.php" line="131" assertions="4" time="0.082349"/> | |
<testcase name="test_date_edit_comment" class="Tests_Date_XMLRPC" file="/tmp/wp-current-test/tests/phpunit/tests/date/xmlrpc.php" line="198" assertions="2" time="0.046456"/> | |
</testsuite> | |
<testsuite name="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" tests="389" assertions="555" failures="0" errors="0" time="1.576868"> | |
<testcase name="test_db_reconnect" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="62" assertions="2" time="0.005905"/> | |
<testcase name="test_esc_like" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="132" assertions="5" time="0.002825"/> | |
<testsuite name="Tests_DB::test_like_query" tests="10" assertions="10" failures="0" errors="0" time="0.035326"> | |
<testcase name="test_like_query with data set #0" assertions="1" time="0.002628"/> | |
<testcase name="test_like_query with data set #1" assertions="1" time="0.002934"/> | |
<testcase name="test_like_query with data set #2" assertions="1" time="0.004118"/> | |
<testcase name="test_like_query with data set #3" assertions="1" time="0.003787"/> | |
<testcase name="test_like_query with data set #4" assertions="1" time="0.003298"/> | |
<testcase name="test_like_query with data set #5" assertions="1" time="0.002797"/> | |
<testcase name="test_like_query with data set #6" assertions="1" time="0.003596"/> | |
<testcase name="test_like_query with data set #7" assertions="1" time="0.002890"/> | |
<testcase name="test_like_query with data set #8" assertions="1" time="0.004950"/> | |
<testcase name="test_like_query with data set #9" assertions="1" time="0.004328"/> | |
</testsuite> | |
<testcase name="test_wpdb_supposedly_protected_properties" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="231" assertions="5" time="0.003490"/> | |
<testcase name="test_wpdb_actually_protected_properties" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="247" assertions="2" time="0.003137"/> | |
<testcase name="test_wpdb_nonexistent_properties" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="262" assertions="4" time="0.003889"/> | |
<testcase name="test_double_escaped_placeholders" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="278" assertions="2" time="0.002640"/> | |
<testcase name="test_set_sql_mode" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="293" assertions="1" time="0.003213"/> | |
<testcase name="test_set_incompatible_sql_mode" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="313" assertions="1" time="0.005271"/> | |
<testcase name="test_set_allowed_incompatible_sql_mode" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="331" assertions="3" time="0.003043"/> | |
<testcase name="test_prepare_without_arguments" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="364" assertions="2" time="0.004185"/> | |
<testcase name="test_prepare_sprintf" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="373" assertions="1" time="0.008800"/> | |
<testcase name="test_prepare_sprintf_invalid_args" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="383" assertions="3" time="0.006768"/> | |
<testcase name="test_prepare_vsprintf" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="395" assertions="1" time="0.002710"/> | |
<testcase name="test_prepare_vsprintf_invalid_args" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="405" assertions="3" time="0.004879"/> | |
<testsuite name="Tests_DB::test_prepare_incorrect_arg_count" tests="9" assertions="18" failures="0" errors="0" time="0.033954"> | |
<testcase name="test_prepare_incorrect_arg_count with data set #0" assertions="2" time="0.002844"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #1" assertions="2" time="0.003060"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #2" assertions="2" time="0.003357"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #3" assertions="2" time="0.002488"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #4" assertions="2" time="0.004094"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #5" assertions="2" time="0.002417"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #6" assertions="2" time="0.009745"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #7" assertions="2" time="0.003539"/> | |
<testcase name="test_prepare_incorrect_arg_count with data set #8" assertions="2" time="0.002411"/> | |
</testsuite> | |
<testcase name="test_db_version" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="482" assertions="1" time="0.002155"/> | |
<testcase name="test_get_caller" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="488" assertions="1" time="0.004798"/> | |
<testcase name="test_has_cap" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="496" assertions="8" time="0.002480"/> | |
<testcase name="test_supports_collation" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="517" assertions="2" time="0.003397"/> | |
<testcase name="test_check_database_version" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="522" assertions="1" time="0.002277"/> | |
<testcase name="test_bail" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="530" assertions="1" time="0.003817"/> | |
<testcase name="test_timers" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="535" assertions="2" time="0.003997"/> | |
<testcase name="test_get_col_info" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="546" assertions="3" time="0.002852"/> | |
<testcase name="test_query_and_delete" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="556" assertions="3" time="0.005323"/> | |
<testcase name="test_get_row" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="565" assertions="4" time="0.007038"/> | |
<testsuite name="Tests_DB::test_get_col" tests="7" assertions="12" failures="0" errors="0" time="0.033259"> | |
<testcase name="test_get_col with data set #0" assertions="2" time="0.003311"/> | |
<testcase name="test_get_col with data set #1" assertions="2" time="0.004761"/> | |
<testcase name="test_get_col with data set #2" assertions="2" time="0.009121"/> | |
<testcase name="test_get_col with data set #3" assertions="2" time="0.005673"/> | |
<testcase name="test_get_col with data set #4" assertions="2" time="0.002682"/> | |
<testcase name="test_get_col with data set #5" assertions="1" time="0.003838"/> | |
<testcase name="test_get_col with data set #6" assertions="1" time="0.003873"/> | |
</testsuite> | |
<testcase name="test_replace" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="667" assertions="6" time="0.006309"/> | |
<testcase name="test_empty_where_on_update" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="695" assertions="4" time="0.004454"/> | |
<testcase name="test_mysqli_flush_sync" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="717" assertions="2" time="0.032902"/> | |
<testsuite name="Tests_DB::test_get_table_from_query" tests="225" assertions="225" failures="0" errors="0" time="0.857590"> | |
<testcase name="test_get_table_from_query with data set #0" assertions="1" time="0.005620"/> | |
<testcase name="test_get_table_from_query with data set #1" assertions="1" time="0.003814"/> | |
<testcase name="test_get_table_from_query with data set #2" assertions="1" time="0.003037"/> | |
<testcase name="test_get_table_from_query with data set #3" assertions="1" time="0.002439"/> | |
<testcase name="test_get_table_from_query with data set #4" assertions="1" time="0.004777"/> | |
<testcase name="test_get_table_from_query with data set #5" assertions="1" time="0.005695"/> | |
<testcase name="test_get_table_from_query with data set #6" assertions="1" time="0.002567"/> | |
<testcase name="test_get_table_from_query with data set #7" assertions="1" time="0.003973"/> | |
<testcase name="test_get_table_from_query with data set #8" assertions="1" time="0.003495"/> | |
<testcase name="test_get_table_from_query with data set #9" assertions="1" time="0.003378"/> | |
<testcase name="test_get_table_from_query with data set #10" assertions="1" time="0.003239"/> | |
<testcase name="test_get_table_from_query with data set #11" assertions="1" time="0.002302"/> | |
<testcase name="test_get_table_from_query with data set #12" assertions="1" time="0.003940"/> | |
<testcase name="test_get_table_from_query with data set #13" assertions="1" time="0.003445"/> | |
<testcase name="test_get_table_from_query with data set #14" assertions="1" time="0.002678"/> | |
<testcase name="test_get_table_from_query with data set #15" assertions="1" time="0.003781"/> | |
<testcase name="test_get_table_from_query with data set #16" assertions="1" time="0.003275"/> | |
<testcase name="test_get_table_from_query with data set #17" assertions="1" time="0.008034"/> | |
<testcase name="test_get_table_from_query with data set #18" assertions="1" time="0.004070"/> | |
<testcase name="test_get_table_from_query with data set #19" assertions="1" time="0.005782"/> | |
<testcase name="test_get_table_from_query with data set #20" assertions="1" time="0.002436"/> | |
<testcase name="test_get_table_from_query with data set #21" assertions="1" time="0.007060"/> | |
<testcase name="test_get_table_from_query with data set #22" assertions="1" time="0.003184"/> | |
<testcase name="test_get_table_from_query with data set #23" assertions="1" time="0.004306"/> | |
<testcase name="test_get_table_from_query with data set #24" assertions="1" time="0.004026"/> | |
<testcase name="test_get_table_from_query with data set #25" assertions="1" time="0.004299"/> | |
<testcase name="test_get_table_from_query with data set #26" assertions="1" time="0.005401"/> | |
<testcase name="test_get_table_from_query with data set #27" assertions="1" time="0.005179"/> | |
<testcase name="test_get_table_from_query with data set #28" assertions="1" time="0.016244"/> | |
<testcase name="test_get_table_from_query with data set #29" assertions="1" time="0.003696"/> | |
<testcase name="test_get_table_from_query with data set #30" assertions="1" time="0.011670"/> | |
<testcase name="test_get_table_from_query with data set #31" assertions="1" time="0.005830"/> | |
<testcase name="test_get_table_from_query with data set #32" assertions="1" time="0.003824"/> | |
<testcase name="test_get_table_from_query with data set #33" assertions="1" time="0.005904"/> | |
<testcase name="test_get_table_from_query with data set #34" assertions="1" time="0.003581"/> | |
<testcase name="test_get_table_from_query with data set #35" assertions="1" time="0.003807"/> | |
<testcase name="test_get_table_from_query with data set #36" assertions="1" time="0.002418"/> | |
<testcase name="test_get_table_from_query with data set #37" assertions="1" time="0.005369"/> | |
<testcase name="test_get_table_from_query with data set #38" assertions="1" time="0.006190"/> | |
<testcase name="test_get_table_from_query with data set #39" assertions="1" time="0.003862"/> | |
<testcase name="test_get_table_from_query with data set #40" assertions="1" time="0.006132"/> | |
<testcase name="test_get_table_from_query with data set #41" assertions="1" time="0.005513"/> | |
<testcase name="test_get_table_from_query with data set #42" assertions="1" time="0.004040"/> | |
<testcase name="test_get_table_from_query with data set #43" assertions="1" time="0.003533"/> | |
<testcase name="test_get_table_from_query with data set #44" assertions="1" time="0.002830"/> | |
<testcase name="test_get_table_from_query with data set #45" assertions="1" time="0.006816"/> | |
<testcase name="test_get_table_from_query with data set #46" assertions="1" time="0.005387"/> | |
<testcase name="test_get_table_from_query with data set #47" assertions="1" time="0.003280"/> | |
<testcase name="test_get_table_from_query with data set #48" assertions="1" time="0.003137"/> | |
<testcase name="test_get_table_from_query with data set #49" assertions="1" time="0.005469"/> | |
<testcase name="test_get_table_from_query with data set #50" assertions="1" time="0.003839"/> | |
<testcase name="test_get_table_from_query with data set #51" assertions="1" time="0.002295"/> | |
<testcase name="test_get_table_from_query with data set #52" assertions="1" time="0.009223"/> | |
<testcase name="test_get_table_from_query with data set #53" assertions="1" time="0.010568"/> | |
<testcase name="test_get_table_from_query with data set #54" assertions="1" time="0.005107"/> | |
<testcase name="test_get_table_from_query with data set #55" assertions="1" time="0.003826"/> | |
<testcase name="test_get_table_from_query with data set #56" assertions="1" time="0.004310"/> | |
<testcase name="test_get_table_from_query with data set #57" assertions="1" time="0.004922"/> | |
<testcase name="test_get_table_from_query with data set #58" assertions="1" time="0.003691"/> | |
<testcase name="test_get_table_from_query with data set #59" assertions="1" time="0.004426"/> | |
<testcase name="test_get_table_from_query with data set #60" assertions="1" time="0.003147"/> | |
<testcase name="test_get_table_from_query with data set #61" assertions="1" time="0.005276"/> | |
<testcase name="test_get_table_from_query with data set #62" assertions="1" time="0.004097"/> | |
<testcase name="test_get_table_from_query with data set #63" assertions="1" time="0.004012"/> | |
<testcase name="test_get_table_from_query with data set #64" assertions="1" time="0.003408"/> | |
<testcase name="test_get_table_from_query with data set #65" assertions="1" time="0.005641"/> | |
<testcase name="test_get_table_from_query with data set #66" assertions="1" time="0.003300"/> | |
<testcase name="test_get_table_from_query with data set #67" assertions="1" time="0.006865"/> | |
<testcase name="test_get_table_from_query with data set #68" assertions="1" time="0.005332"/> | |
<testcase name="test_get_table_from_query with data set #69" assertions="1" time="0.003353"/> | |
<testcase name="test_get_table_from_query with data set #70" assertions="1" time="0.003904"/> | |
<testcase name="test_get_table_from_query with data set #71" assertions="1" time="0.002635"/> | |
<testcase name="test_get_table_from_query with data set #72" assertions="1" time="0.005557"/> | |
<testcase name="test_get_table_from_query with data set #73" assertions="1" time="0.003546"/> | |
<testcase name="test_get_table_from_query with data set #74" assertions="1" time="0.003793"/> | |
<testcase name="test_get_table_from_query with data set #75" assertions="1" time="0.003578"/> | |
<testcase name="test_get_table_from_query with data set #76" assertions="1" time="0.003940"/> | |
<testcase name="test_get_table_from_query with data set #77" assertions="1" time="0.003549"/> | |
<testcase name="test_get_table_from_query with data set #78" assertions="1" time="0.003033"/> | |
<testcase name="test_get_table_from_query with data set #79" assertions="1" time="0.002727"/> | |
<testcase name="test_get_table_from_query with data set #80" assertions="1" time="0.002448"/> | |
<testcase name="test_get_table_from_query with data set #81" assertions="1" time="0.003203"/> | |
<testcase name="test_get_table_from_query with data set #82" assertions="1" time="0.002175"/> | |
<testcase name="test_get_table_from_query with data set #83" assertions="1" time="0.003193"/> | |
<testcase name="test_get_table_from_query with data set #84" assertions="1" time="0.005013"/> | |
<testcase name="test_get_table_from_query with data set #85" assertions="1" time="0.004008"/> | |
<testcase name="test_get_table_from_query with data set #86" assertions="1" time="0.003898"/> | |
<testcase name="test_get_table_from_query with data set #87" assertions="1" time="0.005046"/> | |
<testcase name="test_get_table_from_query with data set #88" assertions="1" time="0.003189"/> | |
<testcase name="test_get_table_from_query with data set #89" assertions="1" time="0.005536"/> | |
<testcase name="test_get_table_from_query with data set #90" assertions="1" time="0.005296"/> | |
<testcase name="test_get_table_from_query with data set #91" assertions="1" time="0.007017"/> | |
<testcase name="test_get_table_from_query with data set #92" assertions="1" time="0.004349"/> | |
<testcase name="test_get_table_from_query with data set #93" assertions="1" time="0.002519"/> | |
<testcase name="test_get_table_from_query with data set #94" assertions="1" time="0.003992"/> | |
<testcase name="test_get_table_from_query with data set #95" assertions="1" time="0.003569"/> | |
<testcase name="test_get_table_from_query with data set #96" assertions="1" time="0.003665"/> | |
<testcase name="test_get_table_from_query with data set #97" assertions="1" time="0.002505"/> | |
<testcase name="test_get_table_from_query with data set #98" assertions="1" time="0.004826"/> | |
<testcase name="test_get_table_from_query with data set #99" assertions="1" time="0.003249"/> | |
<testcase name="test_get_table_from_query with data set #100" assertions="1" time="0.002554"/> | |
<testcase name="test_get_table_from_query with data set #101" assertions="1" time="0.002480"/> | |
<testcase name="test_get_table_from_query with data set #102" assertions="1" time="0.002341"/> | |
<testcase name="test_get_table_from_query with data set #103" assertions="1" time="0.003845"/> | |
<testcase name="test_get_table_from_query with data set #104" assertions="1" time="0.002359"/> | |
<testcase name="test_get_table_from_query with data set #105" assertions="1" time="0.002138"/> | |
<testcase name="test_get_table_from_query with data set #106" assertions="1" time="0.002415"/> | |
<testcase name="test_get_table_from_query with data set #107" assertions="1" time="0.002708"/> | |
<testcase name="test_get_table_from_query with data set #108" assertions="1" time="0.002534"/> | |
<testcase name="test_get_table_from_query with data set #109" assertions="1" time="0.003738"/> | |
<testcase name="test_get_table_from_query with data set #110" assertions="1" time="0.002464"/> | |
<testcase name="test_get_table_from_query with data set #111" assertions="1" time="0.002264"/> | |
<testcase name="test_get_table_from_query with data set #112" assertions="1" time="0.002497"/> | |
<testcase name="test_get_table_from_query with data set #113" assertions="1" time="0.002707"/> | |
<testcase name="test_get_table_from_query with data set #114" assertions="1" time="0.002709"/> | |
<testcase name="test_get_table_from_query with data set #115" assertions="1" time="0.002757"/> | |
<testcase name="test_get_table_from_query with data set #116" assertions="1" time="0.002345"/> | |
<testcase name="test_get_table_from_query with data set #117" assertions="1" time="0.002403"/> | |
<testcase name="test_get_table_from_query with data set #118" assertions="1" time="0.003876"/> | |
<testcase name="test_get_table_from_query with data set #119" assertions="1" time="0.003103"/> | |
<testcase name="test_get_table_from_query with data set #120" assertions="1" time="0.004552"/> | |
<testcase name="test_get_table_from_query with data set #121" assertions="1" time="0.004607"/> | |
<testcase name="test_get_table_from_query with data set #122" assertions="1" time="0.003321"/> | |
<testcase name="test_get_table_from_query with data set #123" assertions="1" time="0.002680"/> | |
<testcase name="test_get_table_from_query with data set #124" assertions="1" time="0.003442"/> | |
<testcase name="test_get_table_from_query with data set #125" assertions="1" time="0.002663"/> | |
<testcase name="test_get_table_from_query with data set #126" assertions="1" time="0.003348"/> | |
<testcase name="test_get_table_from_query with data set #127" assertions="1" time="0.002565"/> | |
<testcase name="test_get_table_from_query with data set #128" assertions="1" time="0.002279"/> | |
<testcase name="test_get_table_from_query with data set #129" assertions="1" time="0.003628"/> | |
<testcase name="test_get_table_from_query with data set #130" assertions="1" time="0.002369"/> | |
<testcase name="test_get_table_from_query with data set #131" assertions="1" time="0.002402"/> | |
<testcase name="test_get_table_from_query with data set #132" assertions="1" time="0.002419"/> | |
<testcase name="test_get_table_from_query with data set #133" assertions="1" time="0.002955"/> | |
<testcase name="test_get_table_from_query with data set #134" assertions="1" time="0.002907"/> | |
<testcase name="test_get_table_from_query with data set #135" assertions="1" time="0.003076"/> | |
<testcase name="test_get_table_from_query with data set #136" assertions="1" time="0.002385"/> | |
<testcase name="test_get_table_from_query with data set #137" assertions="1" time="0.002363"/> | |
<testcase name="test_get_table_from_query with data set #138" assertions="1" time="0.002774"/> | |
<testcase name="test_get_table_from_query with data set #139" assertions="1" time="0.002518"/> | |
<testcase name="test_get_table_from_query with data set #140" assertions="1" time="0.002628"/> | |
<testcase name="test_get_table_from_query with data set #141" assertions="1" time="0.005055"/> | |
<testcase name="test_get_table_from_query with data set #142" assertions="1" time="0.004163"/> | |
<testcase name="test_get_table_from_query with data set #143" assertions="1" time="0.003006"/> | |
<testcase name="test_get_table_from_query with data set #144" assertions="1" time="0.002382"/> | |
<testcase name="test_get_table_from_query with data set #145" assertions="1" time="0.003628"/> | |
<testcase name="test_get_table_from_query with data set #146" assertions="1" time="0.002908"/> | |
<testcase name="test_get_table_from_query with data set #147" assertions="1" time="0.003901"/> | |
<testcase name="test_get_table_from_query with data set #148" assertions="1" time="0.004507"/> | |
<testcase name="test_get_table_from_query with data set #149" assertions="1" time="0.003110"/> | |
<testcase name="test_get_table_from_query with data set #150" assertions="1" time="0.003165"/> | |
<testcase name="test_get_table_from_query with data set #151" assertions="1" time="0.003810"/> | |
<testcase name="test_get_table_from_query with data set #152" assertions="1" time="0.009270"/> | |
<testcase name="test_get_table_from_query with data set #153" assertions="1" time="0.003750"/> | |
<testcase name="test_get_table_from_query with data set #154" assertions="1" time="0.002418"/> | |
<testcase name="test_get_table_from_query with data set #155" assertions="1" time="0.003923"/> | |
<testcase name="test_get_table_from_query with data set #156" assertions="1" time="0.004394"/> | |
<testcase name="test_get_table_from_query with data set #157" assertions="1" time="0.003929"/> | |
<testcase name="test_get_table_from_query with data set #158" assertions="1" time="0.003419"/> | |
<testcase name="test_get_table_from_query with data set #159" assertions="1" time="0.003844"/> | |
<testcase name="test_get_table_from_query with data set #160" assertions="1" time="0.003144"/> | |
<testcase name="test_get_table_from_query with data set #161" assertions="1" time="0.002704"/> | |
<testcase name="test_get_table_from_query with data set #162" assertions="1" time="0.002416"/> | |
<testcase name="test_get_table_from_query with data set #163" assertions="1" time="0.002297"/> | |
<testcase name="test_get_table_from_query with data set #164" assertions="1" time="0.003631"/> | |
<testcase name="test_get_table_from_query with data set #165" assertions="1" time="0.002331"/> | |
<testcase name="test_get_table_from_query with data set #166" assertions="1" time="0.002283"/> | |
<testcase name="test_get_table_from_query with data set #167" assertions="1" time="0.002725"/> | |
<testcase name="test_get_table_from_query with data set #168" assertions="1" time="0.003390"/> | |
<testcase name="test_get_table_from_query with data set #169" assertions="1" time="0.002524"/> | |
<testcase name="test_get_table_from_query with data set #170" assertions="1" time="0.002870"/> | |
<testcase name="test_get_table_from_query with data set #171" assertions="1" time="0.002255"/> | |
<testcase name="test_get_table_from_query with data set #172" assertions="1" time="0.002270"/> | |
<testcase name="test_get_table_from_query with data set #173" assertions="1" time="0.002644"/> | |
<testcase name="test_get_table_from_query with data set #174" assertions="1" time="0.002940"/> | |
<testcase name="test_get_table_from_query with data set #175" assertions="1" time="0.002677"/> | |
<testcase name="test_get_table_from_query with data set #176" assertions="1" time="0.005219"/> | |
<testcase name="test_get_table_from_query with data set #177" assertions="1" time="0.002662"/> | |
<testcase name="test_get_table_from_query with data set #178" assertions="1" time="0.002801"/> | |
<testcase name="test_get_table_from_query with data set #179" assertions="1" time="0.002544"/> | |
<testcase name="test_get_table_from_query with data set #180" assertions="1" time="0.002703"/> | |
<testcase name="test_get_table_from_query with data set #181" assertions="1" time="0.002871"/> | |
<testcase name="test_get_table_from_query with data set #182" assertions="1" time="0.002270"/> | |
<testcase name="test_get_table_from_query with data set #183" assertions="1" time="0.002328"/> | |
<testcase name="test_get_table_from_query with data set #184" assertions="1" time="0.002745"/> | |
<testcase name="test_get_table_from_query with data set #185" assertions="1" time="0.002559"/> | |
<testcase name="test_get_table_from_query with data set #186" assertions="1" time="0.002876"/> | |
<testcase name="test_get_table_from_query with data set #187" assertions="1" time="0.003242"/> | |
<testcase name="test_get_table_from_query with data set #188" assertions="1" time="0.002732"/> | |
<testcase name="test_get_table_from_query with data set #189" assertions="1" time="0.002825"/> | |
<testcase name="test_get_table_from_query with data set #190" assertions="1" time="0.003123"/> | |
<testcase name="test_get_table_from_query with data set #191" assertions="1" time="0.002644"/> | |
<testcase name="test_get_table_from_query with data set #192" assertions="1" time="0.003324"/> | |
<testcase name="test_get_table_from_query with data set #193" assertions="1" time="0.002631"/> | |
<testcase name="test_get_table_from_query with data set #194" assertions="1" time="0.002566"/> | |
<testcase name="test_get_table_from_query with data set #195" assertions="1" time="0.002730"/> | |
<testcase name="test_get_table_from_query with data set #196" assertions="1" time="0.002558"/> | |
<testcase name="test_get_table_from_query with data set #197" assertions="1" time="0.002711"/> | |
<testcase name="test_get_table_from_query with data set #198" assertions="1" time="0.005008"/> | |
<testcase name="test_get_table_from_query with data set #199" assertions="1" time="0.002875"/> | |
<testcase name="test_get_table_from_query with data set #200" assertions="1" time="0.002392"/> | |
<testcase name="test_get_table_from_query with data set #201" assertions="1" time="0.002829"/> | |
<testcase name="test_get_table_from_query with data set #202" assertions="1" time="0.002648"/> | |
<testcase name="test_get_table_from_query with data set #203" assertions="1" time="0.007341"/> | |
<testcase name="test_get_table_from_query with data set #204" assertions="1" time="0.004138"/> | |
<testcase name="test_get_table_from_query with data set #205" assertions="1" time="0.003623"/> | |
<testcase name="test_get_table_from_query with data set #206" assertions="1" time="0.004043"/> | |
<testcase name="test_get_table_from_query with data set #207" assertions="1" time="0.002860"/> | |
<testcase name="test_get_table_from_query with data set #208" assertions="1" time="0.002587"/> | |
<testcase name="test_get_table_from_query with data set #209" assertions="1" time="0.003112"/> | |
<testcase name="test_get_table_from_query with data set #210" assertions="1" time="0.002807"/> | |
<testcase name="test_get_table_from_query with data set #211" assertions="1" time="0.007192"/> | |
<testcase name="test_get_table_from_query with data set #212" assertions="1" time="0.005707"/> | |
<testcase name="test_get_table_from_query with data set #213" assertions="1" time="0.004206"/> | |
<testcase name="test_get_table_from_query with data set #214" assertions="1" time="0.007359"/> | |
<testcase name="test_get_table_from_query with data set #215" assertions="1" time="0.002919"/> | |
<testcase name="test_get_table_from_query with data set #216" assertions="1" time="0.002953"/> | |
<testcase name="test_get_table_from_query with data set #217" assertions="1" time="0.002363"/> | |
<testcase name="test_get_table_from_query with data set #218" assertions="1" time="0.003966"/> | |
<testcase name="test_get_table_from_query with data set #219" assertions="1" time="0.003359"/> | |
<testcase name="test_get_table_from_query with data set #220" assertions="1" time="0.009509"/> | |
<testcase name="test_get_table_from_query with data set #221" assertions="1" time="0.006059"/> | |
<testcase name="test_get_table_from_query with data set #222" assertions="1" time="0.004387"/> | |
<testcase name="test_get_table_from_query with data set #223" assertions="1" time="0.006999"/> | |
<testcase name="test_get_table_from_query with data set #224" assertions="1" time="0.002525"/> | |
</testsuite> | |
<testsuite name="Tests_DB::test_get_table_from_query_false" tests="1" assertions="1" failures="0" errors="0" time="0.003469"> | |
<testcase name="test_get_table_from_query_false with data set #0" assertions="1" time="0.003469"/> | |
</testsuite> | |
<testsuite name="Tests_DB::test_get_escaped_table_from_show_query" tests="8" assertions="8" failures="0" errors="0" time="0.036415"> | |
<testcase name="test_get_escaped_table_from_show_query with data set #0" assertions="1" time="0.003238"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #1" assertions="1" time="0.004570"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #2" assertions="1" time="0.008263"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #3" assertions="1" time="0.004277"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #4" assertions="1" time="0.004560"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #5" assertions="1" time="0.004906"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #6" assertions="1" time="0.003730"/> | |
<testcase name="test_get_escaped_table_from_show_query with data set #7" assertions="1" time="0.002871"/> | |
</testsuite> | |
<testsuite name="Tests_DB::test_process_field_formats" tests="5" assertions="5" failures="0" errors="0" time="0.019585"> | |
<testcase name="test_process_field_formats with data set #0" assertions="1" time="0.003367"/> | |
<testcase name="test_process_field_formats with data set #1" assertions="1" time="0.002719"/> | |
<testcase name="test_process_field_formats with data set #2" assertions="1" time="0.002671"/> | |
<testcase name="test_process_field_formats with data set #3" assertions="1" time="0.004839"/> | |
<testcase name="test_process_field_formats with data set #4" assertions="1" time="0.005989"/> | |
</testsuite> | |
<testcase name="test_process_fields" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1042" assertions="1" time="0.006202"/> | |
<testcase name="test_process_fields_on_nonexistent_table" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1072" assertions="1" time="0.004191"/> | |
<testcase name="test_pre_get_table_charset_filter" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1082" assertions="1" time="0.006264"/> | |
<testcase name="test_pre_get_col_charset_filter" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1096" assertions="1" time="0.003381"/> | |
<testcase name="test_null_insert" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1110" assertions="1" time="0.004637"/> | |
<testcase name="test_null_update_value" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1132" assertions="2" time="0.006194"/> | |
<testcase name="test_null_update_where" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1170" assertions="2" time="0.006120"/> | |
<testcase name="test_null_delete" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1208" assertions="2" time="0.007100"/> | |
<testcase name="test_close" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1244" assertions="5" time="0.004929"/> | |
<testcase name="test_charset_not_determined_when_disconnected" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1263" assertions="1" time="0.004751"/> | |
<testcase name="test_charset_switched_to_utf8mb4" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1281" assertions="1" time="0.002971"/> | |
<testcase name="test_non_unicode_collations" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1319" assertions="1" time="0.003059"/> | |
<testsuite name="Tests_DB::test_prepare_with_placeholders_and_individual_args" tests="28" assertions="34" failures="0" errors="0" time="0.121432"> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #0" assertions="1" time="0.003256"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #1" assertions="2" time="0.011239"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #2" assertions="1" time="0.003605"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #3" assertions="1" time="0.003831"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #4" assertions="1" time="0.004441"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #5" assertions="1" time="0.003063"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #6" assertions="1" time="0.004044"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #7" assertions="1" time="0.002715"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #8" assertions="1" time="0.004259"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #9" assertions="1" time="0.003032"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #10" assertions="1" time="0.003487"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #11" assertions="2" time="0.004063"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #12" assertions="1" time="0.004753"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #13" assertions="1" time="0.013664"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #14" assertions="1" time="0.003142"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #15" assertions="2" time="0.002803"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #16" assertions="2" time="0.002484"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #17" assertions="2" time="0.002276"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #18" assertions="1" time="0.002670"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #19" assertions="1" time="0.008171"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #20" assertions="1" time="0.004322"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #21" assertions="1" time="0.003237"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #22" assertions="1" time="0.003300"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #23" assertions="1" time="0.004146"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #24" assertions="2" time="0.004362"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #25" assertions="1" time="0.004424"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #26" assertions="1" time="0.003699"/> | |
<testcase name="test_prepare_with_placeholders_and_individual_args with data set #27" assertions="1" time="0.002945"/> | |
</testsuite> | |
<testsuite name="Tests_DB::test_prepare_with_placeholders_and_array_args" tests="28" assertions="34" failures="0" errors="0" time="0.138382"> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #0" assertions="1" time="0.004333"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #1" assertions="2" time="0.002821"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #2" assertions="1" time="0.002538"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #3" assertions="1" time="0.004485"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #4" assertions="1" time="0.003878"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #5" assertions="1" time="0.004627"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #6" assertions="1" time="0.002905"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #7" assertions="1" time="0.005948"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #8" assertions="1" time="0.002631"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #9" assertions="1" time="0.002761"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #10" assertions="1" time="0.002985"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #11" assertions="2" time="0.002909"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #12" assertions="1" time="0.002370"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #13" assertions="1" time="0.002545"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #14" assertions="1" time="0.002740"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #15" assertions="2" time="0.002528"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #16" assertions="2" time="0.002839"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #17" assertions="2" time="0.044662"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #18" assertions="1" time="0.003757"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #19" assertions="1" time="0.004003"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #20" assertions="1" time="0.003167"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #21" assertions="1" time="0.003508"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #22" assertions="1" time="0.002459"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #23" assertions="1" time="0.002332"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #24" assertions="2" time="0.004699"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #25" assertions="1" time="0.004749"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #26" assertions="1" time="0.004320"/> | |
<testcase name="test_prepare_with_placeholders_and_array_args with data set #27" assertions="1" time="0.004884"/> | |
</testsuite> | |
<testsuite name="Tests_DB::test_escape_and_prepare" tests="3" assertions="5" failures="0" errors="0" time="0.007681"> | |
<testcase name="test_escape_and_prepare with data set #0" assertions="2" time="0.002468"/> | |
<testcase name="test_escape_and_prepare with data set #1" assertions="2" time="0.002608"/> | |
<testcase name="test_escape_and_prepare with data set #2" assertions="1" time="0.002605"/> | |
</testsuite> | |
<testcase name="test_double_prepare" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1616" assertions="3" time="0.002491"/> | |
<testcase name="test_prepare_numeric_placeholders_float_args" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1626" assertions="2" time="0.002877"/> | |
<testcase name="test_prepare_numeric_placeholders_float_array" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1641" assertions="2" time="0.005862"/> | |
<testcase name="test_query_unescapes_placeholders" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1655" assertions="2" time="0.004277"/> | |
<testcase name="test_esc_sql_with_unsupported_placeholder_type" class="Tests_DB" file="/tmp/wp-current-test/tests/phpunit/tests/db.php" line="1674" assertions="1" time="0.002479"/> | |
<testsuite name="Tests_DB::test_parse_db_host" tests="21" assertions="101" failures="0" errors="0" time="0.069435"> | |
<testcase name="test_parse_db_host with data set #0" assertions="5" time="0.002559"/> | |
<testcase name="test_parse_db_host with data set #1" assertions="5" time="0.004874"/> | |
<testcase name="test_parse_db_host with data set #2" assertions="5" time="0.004138"/> | |
<testcase name="test_parse_db_host with data set #3" assertions="5" time="0.003248"/> | |
<testcase name="test_parse_db_host with data set #4" assertions="5" time="0.002444"/> | |
<testcase name="test_parse_db_host with data set #5" assertions="5" time="0.002683"/> | |
<testcase name="test_parse_db_host with data set #6" assertions="5" time="0.002448"/> | |
<testcase name="test_parse_db_host with data set #7" assertions="5" time="0.002372"/> | |
<testcase name="test_parse_db_host with data set #8" assertions="5" time="0.002430"/> | |
<testcase name="test_parse_db_host with data set #9" assertions="5" time="0.004226"/> | |
<testcase name="test_parse_db_host with data set #10" assertions="5" time="0.002702"/> | |
<testcase name="test_parse_db_host with data set #11" assertions="5" time="0.003904"/> | |
<testcase name="test_parse_db_host with data set #12" assertions="5" time="0.002560"/> | |
<testcase name="test_parse_db_host with data set #13" assertions="5" time="0.002601"/> | |
<testcase name="test_parse_db_host with data set #14" assertions="5" time="0.003451"/> | |
<testcase name="test_parse_db_host with data set #15" assertions="5" time="0.002634"/> | |
<testcase name="test_parse_db_host with data set #16" assertions="5" time="0.008377"/> | |
<testcase name="test_parse_db_host with data set #17" assertions="5" time="0.002982"/> | |
<testcase name="test_parse_db_host with data set #18" assertions="5" time="0.002606"/> | |
<testcase name="test_parse_db_host with data set #19" assertions="5" time="0.002318"/> | |
<testcase name="test_parse_db_host with data set #20" assertions="1" time="0.003878"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" tests="98" assertions="173" failures="0" errors="0" time="0.399902"> | |
<testsuite name="Tests_DB_Charset::test_strip_invalid_text" tests="41" assertions="41" failures="0" errors="0" time="0.165152"> | |
<testcase name="test_strip_invalid_text with data set #0" assertions="1" time="0.003755"/> | |
<testcase name="test_strip_invalid_text with data set #1" assertions="1" time="0.004116"/> | |
<testcase name="test_strip_invalid_text with data set #2" assertions="1" time="0.004806"/> | |
<testcase name="test_strip_invalid_text with data set #3" assertions="1" time="0.003465"/> | |
<testcase name="test_strip_invalid_text with data set #4" assertions="1" time="0.004049"/> | |
<testcase name="test_strip_invalid_text with data set #5" assertions="1" time="0.003428"/> | |
<testcase name="test_strip_invalid_text with data set #6" assertions="1" time="0.005090"/> | |
<testcase name="test_strip_invalid_text with data set #7" assertions="1" time="0.004049"/> | |
<testcase name="test_strip_invalid_text with data set #8" assertions="1" time="0.004882"/> | |
<testcase name="test_strip_invalid_text with data set #9" assertions="1" time="0.003690"/> | |
<testcase name="test_strip_invalid_text with data set #10" assertions="1" time="0.006462"/> | |
<testcase name="test_strip_invalid_text with data set #11" assertions="1" time="0.004025"/> | |
<testcase name="test_strip_invalid_text with data set #12" assertions="1" time="0.003696"/> | |
<testcase name="test_strip_invalid_text with data set #13" assertions="1" time="0.004448"/> | |
<testcase name="test_strip_invalid_text with data set #14" assertions="1" time="0.003518"/> | |
<testcase name="test_strip_invalid_text with data set #15" assertions="1" time="0.003095"/> | |
<testcase name="test_strip_invalid_text with data set #16" assertions="1" time="0.002982"/> | |
<testcase name="test_strip_invalid_text with data set #17" assertions="1" time="0.004151"/> | |
<testcase name="test_strip_invalid_text with data set #18" assertions="1" time="0.003322"/> | |
<testcase name="test_strip_invalid_text with data set #19" assertions="1" time="0.003068"/> | |
<testcase name="test_strip_invalid_text with data set #20" assertions="1" time="0.002963"/> | |
<testcase name="test_strip_invalid_text with data set #21" assertions="1" time="0.003349"/> | |
<testcase name="test_strip_invalid_text with data set #22" assertions="1" time="0.005052"/> | |
<testcase name="test_strip_invalid_text with data set #23" assertions="1" time="0.003863"/> | |
<testcase name="test_strip_invalid_text with data set #24" assertions="1" time="0.004011"/> | |
<testcase name="test_strip_invalid_text with data set #25" assertions="1" time="0.003183"/> | |
<testcase name="test_strip_invalid_text with data set #26" assertions="1" time="0.003826"/> | |
<testcase name="test_strip_invalid_text with data set #27" assertions="1" time="0.006304"/> | |
<testcase name="test_strip_invalid_text with data set #28" assertions="1" time="0.004191"/> | |
<testcase name="test_strip_invalid_text with data set #29" assertions="1" time="0.004364"/> | |
<testcase name="test_strip_invalid_text with data set #30" assertions="1" time="0.004721"/> | |
<testcase name="test_strip_invalid_text with data set #31" assertions="1" time="0.004265"/> | |
<testcase name="test_strip_invalid_text with data set #32" assertions="1" time="0.004249"/> | |
<testcase name="test_strip_invalid_text with data set #33" assertions="1" time="0.004458"/> | |
<testcase name="test_strip_invalid_text with data set #34" assertions="1" time="0.003504"/> | |
<testcase name="test_strip_invalid_text with data set #35" assertions="1" time="0.004672"/> | |
<testcase name="test_strip_invalid_text with data set #36" assertions="1" time="0.004013"/> | |
<testcase name="test_strip_invalid_text with data set #37" assertions="1" time="0.004201"/> | |
<testcase name="test_strip_invalid_text with data set #38" assertions="1" time="0.003170"/> | |
<testcase name="test_strip_invalid_text with data set #39" assertions="1" time="0.003243"/> | |
<testcase name="test_strip_invalid_text with data set #40" assertions="1" time="0.003453"/> | |
</testsuite> | |
<testcase name="test_process_fields_failure" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="511" assertions="1" time="0.006154"/> | |
<testsuite name="Tests_DB_Charset::test_process_field_charsets" tests="3" assertions="3" failures="0" errors="0" time="0.016266"> | |
<testcase name="test_process_field_charsets with data set #0" assertions="1" time="0.009209"/> | |
<testcase name="test_process_field_charsets with data set #1" assertions="1" time="0.004247"/> | |
<testcase name="test_process_field_charsets with data set #2" assertions="1" time="0.002810"/> | |
</testsuite> | |
<testcase name="test_process_field_charsets_on_nonexistent_table" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="608" assertions="1" time="0.003802"/> | |
<testcase name="test_check_ascii" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="623" assertions="1" time="0.002463"/> | |
<testcase name="test_check_ascii_false" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="631" assertions="1" time="0.006567"/> | |
<testcase name="test_strip_invalid_text_for_column" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="638" assertions="1" time="0.003063"/> | |
<testsuite name="Tests_DB_Charset::test_get_table_charset" tests="8" assertions="16" failures="0" errors="0" time="0.040448"> | |
<testcase name="test_get_table_charset with data set #0" assertions="2" time="0.004976"/> | |
<testcase name="test_get_table_charset with data set #1" assertions="2" time="0.005756"/> | |
<testcase name="test_get_table_charset with data set #2" assertions="2" time="0.004649"/> | |
<testcase name="test_get_table_charset with data set #3" assertions="2" time="0.004006"/> | |
<testcase name="test_get_table_charset with data set #4" assertions="2" time="0.004282"/> | |
<testcase name="test_get_table_charset with data set #5" assertions="2" time="0.007282"/> | |
<testcase name="test_get_table_charset with data set #6" assertions="2" time="0.004522"/> | |
<testcase name="test_get_table_charset with data set #7" assertions="2" time="0.004975"/> | |
</testsuite> | |
<testsuite name="Tests_DB_Charset::test_get_column_charset" tests="8" assertions="32" failures="0" errors="0" time="0.033189"> | |
<testcase name="test_get_column_charset with data set #0" assertions="4" time="0.003700"/> | |
<testcase name="test_get_column_charset with data set #1" assertions="4" time="0.003681"/> | |
<testcase name="test_get_column_charset with data set #2" assertions="4" time="0.004311"/> | |
<testcase name="test_get_column_charset with data set #3" assertions="4" time="0.005316"/> | |
<testcase name="test_get_column_charset with data set #4" assertions="4" time="0.004312"/> | |
<testcase name="test_get_column_charset with data set #5" assertions="4" time="0.003662"/> | |
<testcase name="test_get_column_charset with data set #6" assertions="4" time="0.003584"/> | |
<testcase name="test_get_column_charset with data set #7" assertions="4" time="0.004623"/> | |
</testsuite> | |
<testsuite name="Tests_DB_Charset::test_get_column_charset_non_mysql" tests="8" assertions="16" failures="0" errors="0" time="0.032666"> | |
<testcase name="test_get_column_charset_non_mysql with data set #0" assertions="2" time="0.003268"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #1" assertions="2" time="0.004357"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #2" assertions="2" time="0.004032"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #3" assertions="2" time="0.005403"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #4" assertions="2" time="0.004325"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #5" assertions="2" time="0.003492"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #6" assertions="2" time="0.004327"/> | |
<testcase name="test_get_column_charset_non_mysql with data set #7" assertions="2" time="0.003462"/> | |
</testsuite> | |
<testsuite name="Tests_DB_Charset::test_get_column_charset_is_mysql_undefined" tests="8" assertions="16" failures="0" errors="0" time="0.028108"> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #0" assertions="2" time="0.003308"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #1" assertions="2" time="0.003627"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #2" assertions="2" time="0.004050"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #3" assertions="2" time="0.003352"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #4" assertions="2" time="0.003416"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #5" assertions="2" time="0.003250"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #6" assertions="2" time="0.003034"/> | |
<testcase name="test_get_column_charset_is_mysql_undefined with data set #7" assertions="2" time="0.004071"/> | |
</testsuite> | |
<testsuite name="Tests_DB_Charset::test_strip_invalid_text_from_query" tests="2" assertions="2" failures="0" errors="0" time="0.008174"> | |
<testcase name="test_strip_invalid_text_from_query with data set #0" assertions="1" time="0.004083"/> | |
<testcase name="test_strip_invalid_text_from_query with data set #1" assertions="1" time="0.004091"/> | |
</testsuite> | |
<testsuite name="Tests_DB_Charset::test_dont_strip_text_from_schema_queries" tests="5" assertions="5" failures="0" errors="0" time="0.012895"> | |
<testcase name="test_dont_strip_text_from_schema_queries with data set #0" assertions="1" time="0.002220"/> | |
<testcase name="test_dont_strip_text_from_schema_queries with data set #1" assertions="1" time="0.002944"/> | |
<testcase name="test_dont_strip_text_from_schema_queries with data set #2" assertions="1" time="0.002865"/> | |
<testcase name="test_dont_strip_text_from_schema_queries with data set #3" assertions="1" time="0.002507"/> | |
<testcase name="test_dont_strip_text_from_schema_queries with data set #4" assertions="1" time="0.002359"/> | |
</testsuite> | |
<testcase name="test_invalid_characters_in_query" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="944" assertions="1" time="0.002275"/> | |
<testsuite name="Tests_DB_Charset::test_table_collation_check" tests="5" assertions="30" failures="0" errors="0" time="0.022560"> | |
<testcase name="test_table_collation_check with data set #0" assertions="6" time="0.003545"/> | |
<testcase name="test_table_collation_check with data set #1" assertions="6" time="0.006209"/> | |
<testcase name="test_table_collation_check with data set #2" assertions="6" time="0.004284"/> | |
<testcase name="test_table_collation_check with data set #3" assertions="6" time="0.003918"/> | |
<testcase name="test_table_collation_check with data set #4" assertions="6" time="0.004604"/> | |
</testsuite> | |
<testcase name="test_strip_invalid_text_for_column_bails_if_ascii_input_too_long" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="1030" assertions="2" time="0.002749"/> | |
<testcase name="test_strip_invalid_text_from_query_cp1251_is_safe" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="1045" assertions="1" time="0.004447"/> | |
<testcase name="test_no_db_charset_defined" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="1062" assertions="1" time="0.003653"/> | |
<testcase name="test_set_charset_changes_the_connection_collation" class="Tests_DB_Charset" file="/tmp/wp-current-test/tests/phpunit/tests/db/charset.php" line="1084" assertions="2" time="0.005271"/> | |
</testsuite> | |
<testsuite name="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" tests="28" assertions="42" failures="0" errors="0" time="0.267869"> | |
<testcase name="test_creating_a_table" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="100" assertions="2" time="0.011487"/> | |
<testcase name="test_existing_table" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="137" assertions="1" time="0.005895"/> | |
<testcase name="test_column_type_change" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="159" assertions="1" time="0.009945"/> | |
<testcase name="test_column_added" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="188" assertions="3" time="0.012279"/> | |
<testcase name="test_columns_arent_removed" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="222" assertions="2" time="0.011586"/> | |
<testcase name="test_no_execution" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="246" assertions="2" time="0.006567"/> | |
<testcase name="test_insert_into_table" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="279" assertions="2" time="0.012352"/> | |
<testcase name="test_fulltext_index" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="300" assertions="1" time="0.005634"/> | |
<testcase name="test_dont_downsize_text_fields" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="445" assertions="1" time="0.009203"/> | |
<testcase name="test_dont_downsize_blob_fields" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="470" assertions="1" time="0.006556"/> | |
<testcase name="test_upsize_text_fields" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="495" assertions="1" time="0.007154"/> | |
<testcase name="test_upsize_blob_fields" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="526" assertions="1" time="0.009380"/> | |
<testcase name="test_query_with_backticks_does_not_throw_an_undefined_index_warning" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="557" assertions="1" time="0.008092"/> | |
<testcase name="test_spatial_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="582" assertions="2" time="0.006708"/> | |
<testcase name="test_query_with_backticks_does_not_cause_a_query_to_alter_all_columns_and_indices_to_run_even_if_none_have_changed" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="643" assertions="2" time="0.007636"/> | |
<testcase name="test_index_with_a_reserved_keyword_can_be_created" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="672" assertions="2" time="0.011416"/> | |
<testcase name="test_wp_get_db_schema_does_no_alter_queries_on_existing_install" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="708" assertions="1" time="0.021324"/> | |
<testcase name="test_key_and_index_and_fulltext_key_and_fulltext_index_and_unique_key_and_unique_index_indicies" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="717" assertions="2" time="0.016040"/> | |
<testcase name="test_index_and_key_are_synonyms_and_do_not_recreate_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="755" assertions="1" time="0.006442"/> | |
<testcase name="test_indices_with_prefix_limits_are_created_and_do_not_recreate_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="779" assertions="2" time="0.013708"/> | |
<testcase name="test_index_col_names_with_order_do_not_recreate_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="813" assertions="1" time="0.005575"/> | |
<testcase name="test_primary_key_with_single_space_does_not_recreate_index" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="837" assertions="1" time="0.006362"/> | |
<testcase name="test_index_definitions_with_spaces_do_not_recreate_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="861" assertions="1" time="0.005481"/> | |
<testcase name="test_index_types_are_not_case_sensitive_and_do_not_recreate_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="885" assertions="1" time="0.008504"/> | |
<testcase name="test_key_names_are_not_case_sensitive_and_do_not_recreate_indices" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="909" assertions="1" time="0.010429"/> | |
<testcase name="test_unchanged_key_lengths_do_not_recreate_index" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="934" assertions="1" time="0.010025"/> | |
<testcase name="test_changed_key_lengths_do_not_recreate_index" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="959" assertions="4" time="0.016263"/> | |
<testcase name="test_column_type_change_with_hyphens_in_name" class="Tests_dbDelta" file="/tmp/wp-current-test/tests/phpunit/tests/dbdelta.php" line="1043" assertions="1" time="0.005826"/> | |
</testsuite> | |
<testsuite name="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" tests="7" assertions="56" failures="0" errors="0" time="0.021174"> | |
<testcase name="test_add" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="7" assertions="5" time="0.002651"/> | |
<testcase name="test_remove" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="20" assertions="4" time="0.003578"/> | |
<testcase name="test_enqueue" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="33" assertions="7" time="0.003574"/> | |
<testcase name="test_dequeue" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="49" assertions="8" time="0.002684"/> | |
<testcase name="test_enqueue_args" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="69" assertions="9" time="0.003398"/> | |
<testcase name="test_dequeue_args" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="87" assertions="12" time="0.002901"/> | |
<testcase name="test_query_and_registered_enqueued" class="Tests_Dependencies" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies.php" line="114" assertions="11" time="0.002388"/> | |
</testsuite> | |
<testsuite name="Tests_Dependencies_jQuery" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/jquery.php" tests="5" assertions="45" failures="0" errors="0" time="0.023713"> | |
<testcase name="test_location_of_jquery" class="Tests_Dependencies_jQuery" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/jquery.php" line="9" assertions="8" time="0.005735"/> | |
<testcase name="test_presence_of_jquery_no_conflict" class="Tests_Dependencies_jQuery" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/jquery.php" line="33" assertions="1" time="0.002545"/> | |
<testcase name="test_dont_allow_deregister_core_scripts_in_admin" class="Tests_Dependencies_jQuery" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/jquery.php" line="45" assertions="27" time="0.005413"/> | |
<testcase name="test_wp_script_is_dep_enqueued" class="Tests_Dependencies_jQuery" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/jquery.php" line="88" assertions="2" time="0.002891"/> | |
<testcase name="test_jquery_in_footer" class="Tests_Dependencies_jQuery" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/jquery.php" line="102" assertions="7" time="0.007129"/> | |
</testsuite> | |
<testsuite name="Tests_Dependencies_MediaElementjs" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/mediaelementjs.php" tests="1" assertions="2" failures="0" errors="0" time="0.002606"> | |
<testcase name="test_exclusion_of_flash" class="Tests_Dependencies_MediaElementjs" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/mediaelementjs.php" line="20" assertions="2" time="0.002606"/> | |
</testsuite> | |
<testsuite name="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" tests="49" assertions="646" failures="0" errors="0" time="0.226045"> | |
<testcase name="test_wp_enqueue_script" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="42" assertions="2" time="0.004000"/> | |
<testcase name="test_wp_enqueue_script_with_html5_support_does_not_contain_type_attribute" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="63" assertions="1" time="0.002582"/> | |
<testcase name="test_protocols" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="83" assertions="2" time="0.003000"/> | |
<testcase name="test_script_concatenation" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="125" assertions="1" time="0.002677"/> | |
<testcase name="test_wp_script_add_data_with_data_key" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="149" assertions="2" time="0.002487"/> | |
<testcase name="test_wp_script_add_data_with_conditional_key" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="168" assertions="2" time="0.004014"/> | |
<testcase name="test_wp_script_add_data_with_data_and_conditional_keys" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="186" assertions="2" time="0.003058"/> | |
<testcase name="test_wp_script_add_data_with_invalid_key" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="206" assertions="2" time="0.002954"/> | |
<testcase name="test_wp_register_script" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="224" assertions="2" time="0.002907"/> | |
<testcase name="test_wp_register_script_with_handle_without_source" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="232" assertions="1" time="0.002835"/> | |
<testcase name="test_wp_enqueue_script_footer_alias" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="248" assertions="3" time="0.004026"/> | |
<testcase name="test_group_mismatch_in_deps" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="268" assertions="15" time="0.003202"/> | |
<testcase name="test_wp_register_script_with_dependencies_in_head_and_footer" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="312" assertions="2" time="0.003873"/> | |
<testcase name="test_wp_register_script_with_dependencies_in_head_and_footer_in_reversed_order" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="333" assertions="2" time="0.002714"/> | |
<testcase name="test_wp_register_script_with_dependencies_in_head_and_footer_in_reversed_order_and_two_parent_scripts" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="354" assertions="2" time="0.002747"/> | |
<testcase name="test_wp_add_inline_script_returns_bool" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="385" assertions="2" time="0.005746"/> | |
<testcase name="test_wp_add_inline_script_unknown_handle" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="394" assertions="2" time="0.003102"/> | |
<testcase name="test_wp_add_inline_script_before" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="402" assertions="1" time="0.002901"/> | |
<testcase name="test_wp_add_inline_script_after" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="415" assertions="1" time="0.002479"/> | |
<testcase name="test_wp_add_inline_script_before_and_after" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="428" assertions="1" time="0.003270"/> | |
<testcase name="test_wp_add_inline_script_before_for_handle_without_source" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="443" assertions="1" time="0.002773"/> | |
<testcase name="test_wp_add_inline_script_after_for_handle_without_source" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="456" assertions="1" time="0.002671"/> | |
<testcase name="test_wp_add_inline_script_before_and_after_for_handle_without_source" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="469" assertions="1" time="0.003446"/> | |
<testcase name="test_wp_add_inline_script_multiple" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="484" assertions="1" time="0.002638"/> | |
<testcase name="test_wp_add_inline_script_localized_data_is_added_first" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="501" assertions="1" time="0.002880"/> | |
<testcase name="test_wp_add_inline_script_before_with_concat" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="518" assertions="1" time="0.002854"/> | |
<testcase name="test_wp_add_inline_script_before_with_concat2" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="544" assertions="1" time="0.002888"/> | |
<testcase name="test_wp_add_inline_script_after_with_concat" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="568" assertions="1" time="0.002827"/> | |
<testcase name="test_wp_add_inline_script_after_and_before_with_concat_and_conditional" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="596" assertions="3" time="0.003209"/> | |
<testcase name="test_wp_add_inline_script_after_with_concat_and_core_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="626" assertions="1" time="0.003558"/> | |
<testcase name="test_wp_add_inline_script_after_with_concat_and_conditional_and_core_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="651" assertions="1" time="0.007444"/> | |
<testcase name="test_wp_add_inline_script_before_with_concat_and_core_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="679" assertions="1" time="0.005195"/> | |
<testcase name="test_wp_add_inline_script_before_after_concat_with_core_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="705" assertions="1" time="0.005330"/> | |
<testcase name="test_wp_add_inline_script_customize_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="753" assertions="1" time="0.004960"/> | |
<testcase name="test_wp_add_inline_script_after_for_core_scripts_with_concat_is_limited_and_falls_back_to_no_concat" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="781" assertions="1" time="0.002708"/> | |
<testcase name="test_wp_add_inline_script_before_third_core_script_prints_two_concat_scripts" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="806" assertions="1" time="0.002748"/> | |
<testcase name="test_wp_set_script_translations" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="830" assertions="1" time="0.003099"/> | |
<testcase name="test_wp_set_script_translations_for_plugin" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="855" assertions="1" time="0.006152"/> | |
<testcase name="test_wp_set_script_translations_for_theme" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="880" assertions="1" time="0.003217"/> | |
<testcase name="test_wp_set_script_translations_with_handle_file" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="905" assertions="1" time="0.004345"/> | |
<testcase name="test_wp_set_script_translations_i18n_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="930" assertions="1" time="0.004089"/> | |
<testcase name="test_wp_set_script_translations_when_translation_file_does_not_exist" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="945" assertions="1" time="0.003190"/> | |
<testcase name="test_wp_set_script_translations_after_register" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="970" assertions="1" time="0.003092"/> | |
<testcase name="test_wp_set_script_translations_dependency" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="997" assertions="1" time="0.003973"/> | |
<testcase name="test_wp_enqueue_code_editor_when_php_file_will_be_passed" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="1028" assertions="16" time="0.004461"/> | |
<testcase name="test_wp_enqueue_code_editor_when_generated_array_by_compact_will_be_passed" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="1115" assertions="16" time="0.003451"/> | |
<testcase name="test_wp_enqueue_code_editor_when_generated_array_by_array_merge_will_be_passed" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="1198" assertions="15" time="0.002996"/> | |
<testcase name="test_wp_enqueue_code_editor_when_simple_array_will_be_passed" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="1295" assertions="15" time="0.003768"/> | |
<testcase name="test_no_source_mapping" class="Tests_Dependencies_Scripts" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/scripts.php" line="1383" assertions="510" time="0.057511"/> | |
</testsuite> | |
<testsuite name="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" tests="21" assertions="31" failures="0" errors="0" time="0.115277"> | |
<testcase name="test_wp_enqueue_style" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="54" assertions="2" time="0.004345"/> | |
<testcase name="test_wp_enqueue_style_with_html5_support_does_not_contain_type_attribute" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="75" assertions="1" time="0.004303"/> | |
<testcase name="test_protocols" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="95" assertions="2" time="0.004267"/> | |
<testcase name="test_inline_styles" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="139" assertions="1" time="0.004591"/> | |
<testcase name="test_inline_styles_concat" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="163" assertions="1" time="0.004095"/> | |
<testcase name="test_multiple_inline_styles" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="192" assertions="1" time="0.007539"/> | |
<testcase name="test_plugin_doing_inline_styles_wrong" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="223" assertions="2" time="0.006827"/> | |
<testcase name="test_unnecessary_style_tags" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="247" assertions="1" time="0.007198"/> | |
<testcase name="test_conditional_inline_styles_are_also_conditional" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="261" assertions="1" time="0.007270"/> | |
<testcase name="test_wp_register_style" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="283" assertions="2" time="0.006585"/> | |
<testcase name="test_wp_add_inline_style_for_handle_without_source" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="291" assertions="1" time="0.006319"/> | |
<testsuite name="Tests_Dependencies_Styles::test_wp_enqueue_style_with_media" tests="6" assertions="6" failures="0" errors="0" time="0.031872"> | |
<testcase name="test_wp_enqueue_style_with_media with data set #0" assertions="1" time="0.004907"/> | |
<testcase name="test_wp_enqueue_style_with_media with data set #1" assertions="1" time="0.005862"/> | |
<testcase name="test_wp_enqueue_style_with_media with data set #2" assertions="1" time="0.004815"/> | |
<testcase name="test_wp_enqueue_style_with_media with data set #3" assertions="1" time="0.004227"/> | |
<testcase name="test_wp_enqueue_style_with_media with data set #4" assertions="1" time="0.004300"/> | |
<testcase name="test_wp_enqueue_style_with_media with data set #5" assertions="1" time="0.007761"/> | |
</testsuite> | |
<testcase name="test_block_styles_for_editing_without_theme_support" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="353" assertions="3" time="0.004670"/> | |
<testcase name="test_block_styles_for_editing_with_theme_support" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="369" assertions="2" time="0.005232"/> | |
<testcase name="test_no_block_styles_for_viewing_without_theme_support" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="385" assertions="3" time="0.004535"/> | |
<testcase name="test_block_styles_for_viewing_with_theme_support" class="Tests_Dependencies_Styles" file="/tmp/wp-current-test/tests/phpunit/tests/dependencies/styles.php" line="401" assertions="2" time="0.005629"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Editors" file="/tmp/wp-current-test/tests/phpunit/tests/editor/wpEditors.php" tests="4" assertions="4" failures="0" errors="0" time="0.051021"> | |
<testcase name="test_wp_link_query_returns_false_when_nothing_found" class="Tests_WP_Editors" file="/tmp/wp-current-test/tests/phpunit/tests/editor/wpEditors.php" line="25" assertions="1" time="0.003824"/> | |
<testcase name="test_wp_link_query_returns_search_results" class="Tests_WP_Editors" file="/tmp/wp-current-test/tests/phpunit/tests/editor/wpEditors.php" line="31" assertions="1" time="0.014495"/> | |
<testcase name="test_wp_link_query_returns_filtered_result_when_nothing_found" class="Tests_WP_Editors" file="/tmp/wp-current-test/tests/phpunit/tests/editor/wpEditors.php" line="51" assertions="1" time="0.005247"/> | |
<testcase name="test_wp_link_query_returns_filtered_search_results" class="Tests_WP_Editors" file="/tmp/wp-current-test/tests/phpunit/tests/editor/wpEditors.php" line="69" assertions="1" time="0.027455"/> | |
</testsuite> | |
<testsuite name="Tests_Recovery_Mode_Cookie_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php" tests="5" assertions="13" failures="0" errors="0" time="0.025472"> | |
<testcase name="test_validate_cookie_returns_wp_error_if_invalid_format" class="Tests_Recovery_Mode_Cookie_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php" line="11" assertions="6" time="0.002529"/> | |
<testcase name="test_validate_cookie_returns_wp_error_if_expired" class="Tests_Recovery_Mode_Cookie_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php" line="31" assertions="2" time="0.004555"/> | |
<testcase name="test_validate_cookie_returns_wp_error_if_signature_mismatch" class="Tests_Recovery_Mode_Cookie_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php" line="48" assertions="2" time="0.006187"/> | |
<testcase name="test_validate_cookie_returns_wp_error_if_created_at_is_invalid_format" class="Tests_Recovery_Mode_Cookie_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php" line="64" assertions="2" time="0.006678"/> | |
<testcase name="test_validate_cookie_returns_true_for_valid_cookie" class="Tests_Recovery_Mode_Cookie_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-cookie-service.php" line="81" assertions="1" time="0.005523"/> | |
</testsuite> | |
<testsuite name="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" tests="12" assertions="23" failures="0" errors="0" time="0.111300"> | |
<testcase name="test_generate_and_store_recovery_mode_key_returns_recovery_key" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="11" assertions="1" time="0.008006"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_no_key_set" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="22" assertions="2" time="0.003320"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_data_missing" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="33" assertions="2" time="0.007546"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_bad" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="46" assertions="2" time="0.005049"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_stored_format_is_invalid" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="60" assertions="2" time="0.007869"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_empty_key" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="75" assertions="2" time="0.013108"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_hash_mismatch" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="88" assertions="2" time="0.009930"/> | |
<testcase name="test_validate_recovery_mode_key_returns_wp_error_if_expired" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="101" assertions="2" time="0.011258"/> | |
<testcase name="test_validate_recovery_mode_key_returns_true_for_valid_key" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="119" assertions="1" time="0.011564"/> | |
<testcase name="test_validate_recovery_mode_key_returns_error_if_token_used_more_than_once" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="129" assertions="3" time="0.011916"/> | |
<testcase name="test_validate_recovery_mode_key_returns_error_if_token_used_more_than_once_more_than_key_stored" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="146" assertions="3" time="0.012844"/> | |
<testcase name="test_clean_expired_keys" class="Tests_Recovery_Mode_Key_Service" file="/tmp/wp-current-test/tests/phpunit/tests/error-protection/recovery-mode-key-service.php" line="168" assertions="1" time="0.008890"/> | |
</testsuite> | |
<testsuite name="Tests_Feeds_Atom" file="/tmp/wp-current-test/tests/phpunit/tests/feed/atom.php" tests="2" assertions="94" failures="0" errors="0" time="0.037727"> | |
<testcase name="test_feed_element" class="Tests_Feeds_Atom" file="/tmp/wp-current-test/tests/phpunit/tests/feed/atom.php" line="88" assertions="12" time="0.022189"/> | |
<testcase name="test_entry_elements" class="Tests_Feeds_Atom" file="/tmp/wp-current-test/tests/phpunit/tests/feed/atom.php" line="132" assertions="82" time="0.015538"/> | |
</testsuite> | |
<testsuite name="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" tests="13" assertions="171" failures="0" errors="0" time="0.368864"> | |
<testcase name="test_rss_element" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="100" assertions="6" time="0.020266"/> | |
<testcase name="test_channel_element" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="125" assertions="5" time="0.018480"/> | |
<testcase name="test_channel_pubdate_element_translated" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="155" assertions="1" time="0.020973"/> | |
<testcase name="test_item_elements" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="178" assertions="109" time="0.025987"/> | |
<testcase name="test_items_comments_closed" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="269" assertions="20" time="0.020140"/> | |
<testcase name="test_valid_home_feed_endpoint" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="304" assertions="3" time="0.024366"/> | |
<testcase name="test_valid_taxonomy_feed_endpoint" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="332" assertions="5" time="0.022812"/> | |
<testcase name="test_valid_main_comment_feed_endpoint" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="360" assertions="4" time="0.082792"/> | |
<testcase name="test_valid_archive_feed_endpoint" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="393" assertions="6" time="0.021564"/> | |
<testcase name="test_valid_single_post_comment_feed_endpoint" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="421" assertions="6" time="0.014078"/> | |
<testcase name="test_valid_search_feed_endpoint" class="Tests_Feeds_RSS2" file="/tmp/wp-current-test/tests/phpunit/tests/feed/rss2.php" line="449" assertions="4" time="0.019890"/> | |
<testsuite name="Tests_Feeds_RSS2::test_get_feed_build_date" tests="2" assertions="2" failures="0" errors="0" time="0.077516"> | |
<testcase name="test_get_feed_build_date with data set #0" assertions="1" time="0.056987"/> | |
<testcase name="test_get_feed_build_date with data set #1" assertions="1" time="0.020529"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" tests="16" assertions="32" failures="0" errors="0" time="0.055279"> | |
<testcase name="test_get_file_data" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="22" assertions="6" time="0.003219"/> | |
<testcase name="test_get_file_data_cr_line_endings" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="52" assertions="3" time="0.004424"/> | |
<testcase name="test_unique_filename_is_valid" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="93" assertions="1" time="0.004577"/> | |
<testcase name="test_unique_filename_is_unique" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="102" assertions="3" time="0.002864"/> | |
<testcase name="test_unique_filename_is_sanitized" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="118" assertions="2" time="0.002751"/> | |
<testcase name="test_unique_filename_with_slashes" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="130" assertions="2" time="0.003312"/> | |
<testcase name="test_unique_filename_multiple_ext" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="143" assertions="2" time="0.003918"/> | |
<testcase name="test_unique_filename_no_ext" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="155" assertions="2" time="0.004148"/> | |
<testsuite name="Tests_File::test_wp_tempnam" tests="6" assertions="6" failures="0" errors="0" time="0.018859"> | |
<testcase name="test_wp_tempnam with data set #0" assertions="1" time="0.002820"/> | |
<testcase name="test_wp_tempnam with data set #1" assertions="1" time="0.002899"/> | |
<testcase name="test_wp_tempnam with data set #2" assertions="1" time="0.003485"/> | |
<testcase name="test_wp_tempnam with data set #3" assertions="1" time="0.004209"/> | |
<testcase name="test_wp_tempnam with data set #4" assertions="1" time="0.002660"/> | |
<testcase name="test_wp_tempnam with data set #5" assertions="1" time="0.002786"/> | |
</testsuite> | |
<testcase name="test_file_signature_functions_as_expected" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="189" assertions="3" time="0.003193"/> | |
<testcase name="test_file_signature_expected_failure" class="Tests_File" file="/tmp/wp-current-test/tests/phpunit/tests/file.php" line="222" assertions="2" time="0.004015"/> | |
</testsuite> | |
<testsuite name="WP_Filesystem_find_folder_UnitTestCases" file="/tmp/wp-current-test/tests/phpunit/tests/filesystem/findFolder.php" tests="5" assertions="14" failures="0" errors="0" time="0.018417"> | |
<testcase name="test_ftp_has_root_access" class="WP_Filesystem_find_folder_UnitTestCases" file="/tmp/wp-current-test/tests/phpunit/tests/filesystem/findFolder.php" line="11" assertions="2" time="0.003653"/> | |
<testcase name="test_sibling_wordpress_in_subdir" class="WP_Filesystem_find_folder_UnitTestCases" file="/tmp/wp-current-test/tests/phpunit/tests/filesystem/findFolder.php" line="30" assertions="2" time="0.002870"/> | |
<testcase name="test_subdir_of_another" class="WP_Filesystem_find_folder_UnitTestCases" file="/tmp/wp-current-test/tests/phpunit/tests/filesystem/findFolder.php" line="60" assertions="2" time="0.002985"/> | |
<testcase name="test_multiple_tokens_in_path1" class="WP_Filesystem_find_folder_UnitTestCases" file="/tmp/wp-current-test/tests/phpunit/tests/filesystem/findFolder.php" line="87" assertions="3" time="0.006087"/> | |
<testcase name="test_is_MockFS_sane" class="WP_Filesystem_find_folder_UnitTestCases" file="/tmp/wp-current-test/tests/phpunit/tests/filesystem/findFolder.php" line="30" assertions="5" time="0.002822"/> | |
</testsuite> | |
<testsuite name="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" tests="18" assertions="69" failures="0" errors="0" time="0.068328"> | |
<testcase name="test_simple_filter" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="10" assertions="4" time="0.002432"/> | |
<testcase name="test_remove_filter" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="28" assertions="6" time="0.004155"/> | |
<testcase name="test_has_filter" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="48" assertions="6" time="0.002905"/> | |
<testcase name="test_multiple_filters" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="63" assertions="3" time="0.002773"/> | |
<testcase name="test_filter_args_1" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="80" assertions="3" time="0.002508"/> | |
<testcase name="test_filter_args_2" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="95" assertions="5" time="0.002402"/> | |
<testcase name="test_filter_priority" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="120" assertions="3" time="0.003439"/> | |
<testcase name="test_all_filter" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="151" assertions="7" time="0.002726"/> | |
<testcase name="test_remove_all_filter" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="175" assertions="10" time="0.005175"/> | |
<testcase name="test_remove_all_filters_should_respect_the_priority_argument" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="202" assertions="3" time="0.005967"/> | |
<testcase name="test_filter_ref_array" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="221" assertions="2" time="0.006625"/> | |
<testcase name="test_filter_ref_array_result" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="240" assertions="5" time="0.007806"/> | |
<testcase name="test_has_filter_after_remove_all_filters" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="275" assertions="4" time="0.003916"/> | |
<testcase name="test_apply_filters_deprecated" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="302" assertions="2" time="0.003261"/> | |
<testcase name="test_apply_filters_deprecated_with_multiple_params" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="321" assertions="3" time="0.002275"/> | |
<testcase name="test_apply_filters_deprecated_without_filter" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="345" assertions="1" time="0.002371"/> | |
<testcase name="test_current_priority" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="355" assertions="1" time="0.003445"/> | |
<testcase name="test_other_priority" class="Tests_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/filters.php" line="371" assertions="1" time="0.004147"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" tests="23" assertions="32" failures="0" errors="0" time="0.082507"> | |
<testcase name="test_first_post" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="11" assertions="1" time="0.003440"/> | |
<testcase name="test_skip_pre_elements" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="73" assertions="3" time="0.004390"/> | |
<testcase name="test_skip_input_elements" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="100" assertions="1" time="0.002841"/> | |
<testcase name="test_source_track_elements" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="110" assertions="3" time="0.002885"/> | |
<testcase name="test_param_embed_elements" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="196" assertions="2" time="0.003113"/> | |
<testcase name="test_skip_select_option_elements" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="275" assertions="1" time="0.002845"/> | |
<testcase name="test_that_wpautop_treats_block_level_elements_as_blocks" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="285" assertions="4" time="0.003838"/> | |
<testcase name="test_that_wpautop_does_not_wrap_blockquotes_but_does_autop_their_contents" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="379" assertions="1" time="0.002864"/> | |
<testcase name="test_that_wpautop_treats_inline_elements_as_inline" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="391" assertions="1" time="0.002641"/> | |
<testsuite name="Tests_Formatting_Autop::test_element_sanity" tests="7" assertions="7" failures="0" errors="0" time="0.019588"> | |
<testcase name="test_element_sanity with data set #0" assertions="1" time="0.002429"/> | |
<testcase name="test_element_sanity with data set #1" assertions="1" time="0.002817"/> | |
<testcase name="test_element_sanity with data set #2" assertions="1" time="0.002630"/> | |
<testcase name="test_element_sanity with data set #3" assertions="1" time="0.003692"/> | |
<testcase name="test_element_sanity with data set #4" assertions="1" time="0.002661"/> | |
<testcase name="test_element_sanity with data set #5" assertions="1" time="0.002457"/> | |
<testcase name="test_element_sanity with data set #6" assertions="1" time="0.002902"/> | |
</testsuite> | |
<testcase name="test_that_wpautop_skips_line_breaks_after_br" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="493" assertions="1" time="0.002547"/> | |
<testcase name="test_that_wpautop_adds_a_paragraph_after_multiple_br" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="516" assertions="1" time="0.005008"/> | |
<testcase name="test_that_text_before_blocks_is_peed" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="534" assertions="1" time="0.003817"/> | |
<testcase name="test_that_wpautop_does_not_add_extra_closing_p_in_figure" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="549" assertions="2" time="0.004284"/> | |
<testcase name="test_the_hr_is_not_peed" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="568" assertions="1" time="0.006088"/> | |
<testcase name="test_that_wpautop_ignores_inline_svgs" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="580" assertions="1" time="0.005668"/> | |
<testcase name="test_that_wpautop_ignores_inline_scripts" class="Tests_Formatting_Autop" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Autop.php" line="598" assertions="1" time="0.006650"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BlogInfo" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/BlogInfo.php" tests="8" assertions="37" failures="0" errors="0" time="0.029414"> | |
<testsuite name="Tests_Formatting_BlogInfo::test_get_bloginfo_language" tests="7" assertions="7" failures="0" errors="0" time="0.019354"> | |
<testcase name="test_get_bloginfo_language with data set #0" assertions="1" time="0.002485"/> | |
<testcase name="test_get_bloginfo_language with data set #1" assertions="1" time="0.002605"/> | |
<testcase name="test_get_bloginfo_language with data set #2" assertions="1" time="0.002847"/> | |
<testcase name="test_get_bloginfo_language with data set #3" assertions="1" time="0.002481"/> | |
<testcase name="test_get_bloginfo_language with data set #4" assertions="1" time="0.003915"/> | |
<testcase name="test_get_bloginfo_language with data set #5" assertions="1" time="0.002595"/> | |
<testcase name="test_get_bloginfo_language with data set #6" assertions="1" time="0.002426"/> | |
</testsuite> | |
<testcase name="test_bloginfo_sanitize_option" class="Tests_Formatting_BlogInfo" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/BlogInfo.php" line="39" assertions="30" time="0.010060"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_CapitalPDangit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CapitalPDangit.php" tests="1" assertions="7" failures="0" errors="0" time="0.003070"> | |
<testcase name="test_esc_attr_quotes" class="Tests_Formatting_CapitalPDangit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CapitalPDangit.php" line="8" assertions="7" time="0.003070"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_CleanPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CleanPre.php" tests="4" assertions="8" failures="0" errors="0" time="0.012841"> | |
<testcase name="test_removes_self_closing_br_with_space" class="Tests_Formatting_CleanPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CleanPre.php" line="12" assertions="2" time="0.003842"/> | |
<testcase name="test_removes_self_closing_br_without_space" class="Tests_Formatting_CleanPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CleanPre.php" line="19" assertions="2" time="0.003075"/> | |
<testcase name="test_removes_html_br" class="Tests_Formatting_CleanPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CleanPre.php" line="29" assertions="2" time="0.003138"/> | |
<testcase name="test_removes_p" class="Tests_Formatting_CleanPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/CleanPre.php" line="35" assertions="2" time="0.002786"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_ConvertInvalidEntities" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ConvertInvalidEntries.php" tests="3" assertions="3" failures="0" errors="0" time="0.008042"> | |
<testcase name="test_replaces_windows1252_entities_with_unicode_ones" class="Tests_Formatting_ConvertInvalidEntities" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ConvertInvalidEntries.php" line="7" assertions="1" time="0.002992"/> | |
<testcase name="test_replaces_latin_letter_z_with_caron" class="Tests_Formatting_ConvertInvalidEntities" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ConvertInvalidEntries.php" line="16" assertions="1" time="0.002518"/> | |
<testcase name="test_escapes_lone_ampersands" class="Tests_Formatting_ConvertInvalidEntities" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ConvertInvalidEntries.php" line="22" assertions="1" time="0.002532"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Emoji" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Emoji.php" tests="12" assertions="21" failures="0" errors="0" time="0.043844"> | |
<testcase name="test_unfiltered_emoji_cdns" class="Tests_Formatting_Emoji" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Emoji.php" line="15" assertions="2" time="0.003009"/> | |
<testcase name="test_filtered_emoji_svn_cdn" class="Tests_Formatting_Emoji" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Emoji.php" line="29" assertions="3" time="0.004975"/> | |
<testcase name="test_filtered_emoji_png_cdn" class="Tests_Formatting_Emoji" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Emoji.php" line="50" assertions="3" time="0.002550"/> | |
<testcase name="test_wp_emoji_list_returns_data" class="Tests_Formatting_Emoji" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Emoji.php" line="67" assertions="5" time="0.002990"/> | |
<testsuite name="Tests_Formatting_Emoji::test_wp_encode_emoji" tests="4" assertions="4" failures="0" errors="0" time="0.015931"> | |
<testcase name="test_wp_encode_emoji with data set #0" assertions="1" time="0.003261"/> | |
<testcase name="test_wp_encode_emoji with data set #1" assertions="1" time="0.005673"/> | |
<testcase name="test_wp_encode_emoji with data set #2" assertions="1" time="0.003911"/> | |
<testcase name="test_wp_encode_emoji with data set #3" assertions="1" time="0.003086"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Emoji::test_wp_staticize_emoji" tests="4" assertions="4" failures="0" errors="0" time="0.014389"> | |
<testcase name="test_wp_staticize_emoji with data set #0" assertions="1" time="0.003509"/> | |
<testcase name="test_wp_staticize_emoji with data set #1" assertions="1" time="0.004460"/> | |
<testcase name="test_wp_staticize_emoji with data set #2" assertions="1" time="0.003257"/> | |
<testcase name="test_wp_staticize_emoji with data set #3" assertions="1" time="0.003163"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_EscAttr" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscAttr.php" tests="2" assertions="7" failures="0" errors="0" time="0.006379"> | |
<testcase name="test_esc_attr_quotes" class="Tests_Formatting_EscAttr" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscAttr.php" line="7" assertions="6" time="0.002635"/> | |
<testcase name="test_esc_attr_amp" class="Tests_Formatting_EscAttr" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscAttr.php" line="28" assertions="1" time="0.003744"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_EscHtml" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscHtml.php" tests="4" assertions="6" failures="0" errors="0" time="0.012505"> | |
<testcase name="test_esc_html_basics" class="Tests_Formatting_EscHtml" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscHtml.php" line="7" assertions="3" time="0.003168"/> | |
<testcase name="test_escapes_ampersands" class="Tests_Formatting_EscHtml" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscHtml.php" line="23" assertions="1" time="0.002755"/> | |
<testcase name="test_escapes_greater_and_less_than" class="Tests_Formatting_EscHtml" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscHtml.php" line="29" assertions="1" time="0.002870"/> | |
<testcase name="test_ignores_existing_entities" class="Tests_Formatting_EscHtml" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscHtml.php" line="35" assertions="1" time="0.003712"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_EscTextarea" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscTextarea.php" tests="2" assertions="2" failures="0" errors="0" time="0.006173"> | |
<testcase name="test_esc_textarea_charset_iso_8859_1" class="Tests_Formatting_EscTextarea" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscTextarea.php" line="16" assertions="1" time="0.002553"/> | |
<testcase name="test_esc_textarea_charset_utf_8" class="Tests_Formatting_EscTextarea" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscTextarea.php" line="30" assertions="1" time="0.003620"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" tests="19" assertions="118" failures="0" errors="0" time="0.059892"> | |
<testcase name="test_spaces" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="11" assertions="7" time="0.003480"/> | |
<testcase name="test_bad_characters" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="22" assertions="10" time="0.003464"/> | |
<testcase name="test_relative" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="36" assertions="4" time="0.005468"/> | |
<testcase name="test_all_url_parts" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="43" assertions="3" time="0.003436"/> | |
<testcase name="test_bare" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="63" assertions="5" time="0.002662"/> | |
<testcase name="test_encoding" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="71" assertions="7" time="0.002648"/> | |
<testcase name="test_protocol" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="84" assertions="49" time="0.004062"/> | |
<testcase name="test_protocol_case" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="149" assertions="2" time="0.002685"/> | |
<testcase name="test_display_extras" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="154" assertions="2" time="0.002645"/> | |
<testcase name="test_non_ascii" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="159" assertions="3" time="0.002410"/> | |
<testcase name="test_feed" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="165" assertions="5" time="0.003108"/> | |
<testcase name="test_square_brackets" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="176" assertions="9" time="0.003142"/> | |
<testcase name="test_reserved_characters" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="191" assertions="1" time="0.002971"/> | |
<testcase name="test_protocol_relative_with_colon" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="199" assertions="1" time="0.002624"/> | |
<testcase name="test_mailto_with_newline" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="206" assertions="1" time="0.003164"/> | |
<testcase name="test_mailto_in_http_url_with_newline" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="221" assertions="1" time="0.003273"/> | |
<testcase name="test_mailto_with_spaces" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="236" assertions="1" time="0.002631"/> | |
<testcase name="test_invalid_charaters" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="247" assertions="1" time="0.003357"/> | |
<testcase name="test_ipv6_hosts" class="Tests_Formatting_EscUrl" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/EscUrl.php" line="254" assertions="6" time="0.002663"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_ExcerptRemoveBlocks" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ExcerptRemoveBlocks.php" tests="2" assertions="3" failures="0" errors="0" time="0.037126"> | |
<testcase name="test_excerpt_remove_blocks" class="Tests_Formatting_ExcerptRemoveBlocks" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ExcerptRemoveBlocks.php" line="95" assertions="2" time="0.017741"/> | |
<testcase name="test_excerpt_infinite_loop" class="Tests_Formatting_ExcerptRemoveBlocks" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ExcerptRemoveBlocks.php" line="120" assertions="1" time="0.019385"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_GetUrlInContent" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/GetUrlInContent.php" tests="6" assertions="6" failures="0" errors="0" time="0.017432"> | |
<testsuite name="Tests_Formatting_GetUrlInContent::test_get_url_in_content" tests="6" assertions="6" failures="0" errors="0" time="0.017432"> | |
<testcase name="test_get_url_in_content with data set #0" assertions="1" time="0.002266"/> | |
<testcase name="test_get_url_in_content with data set #1" assertions="1" time="0.002677"/> | |
<testcase name="test_get_url_in_content with data set #2" assertions="1" time="0.003129"/> | |
<testcase name="test_get_url_in_content with data set #3" assertions="1" time="0.003130"/> | |
<testcase name="test_get_url_in_content with data set #4" assertions="1" time="0.003648"/> | |
<testcase name="test_get_url_in_content with data set #5" assertions="1" time="0.002582"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_HtmlExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/HtmlExcerpt.php" tests="3" assertions="6" failures="0" errors="0" time="0.011933"> | |
<testcase name="test_simple" class="Tests_Formatting_HtmlExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/HtmlExcerpt.php" line="7" assertions="1" time="0.002389"/> | |
<testcase name="test_html" class="Tests_Formatting_HtmlExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/HtmlExcerpt.php" line="10" assertions="1" time="0.003250"/> | |
<testcase name="test_entities" class="Tests_Formatting_HtmlExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/HtmlExcerpt.php" line="13" assertions="4" time="0.006294"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_HumanTimeDiff" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/HumanTimeDiff.php" tests="10" assertions="10" failures="0" errors="0" time="0.029598"> | |
<testsuite name="Tests_Formatting_HumanTimeDiff::test_human_time_diff" tests="10" assertions="10" failures="0" errors="0" time="0.029598"> | |
<testcase name="test_human_time_diff with data set #0" assertions="1" time="0.002808"/> | |
<testcase name="test_human_time_diff with data set #1" assertions="1" time="0.003840"/> | |
<testcase name="test_human_time_diff with data set #2" assertions="1" time="0.003001"/> | |
<testcase name="test_human_time_diff with data set #3" assertions="1" time="0.002510"/> | |
<testcase name="test_human_time_diff with data set #4" assertions="1" time="0.002505"/> | |
<testcase name="test_human_time_diff with data set #5" assertions="1" time="0.003289"/> | |
<testcase name="test_human_time_diff with data set #6" assertions="1" time="0.003493"/> | |
<testcase name="test_human_time_diff with data set #7" assertions="1" time="0.002848"/> | |
<testcase name="test_human_time_diff with data set #8" assertions="1" time="0.002508"/> | |
<testcase name="test_human_time_diff with data set #9" assertions="1" time="0.002797"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_IsEmail" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/IsEmail.php" tests="2" assertions="11" failures="0" errors="0" time="0.006666"> | |
<testcase name="test_returns_the_email_address_if_it_is_valid" class="Tests_Formatting_IsEmail" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/IsEmail.php" line="7" assertions="5" time="0.002932"/> | |
<testcase name="test_returns_false_if_given_an_invalid_email_address" class="Tests_Formatting_IsEmail" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/IsEmail.php" line="20" assertions="6" time="0.003734"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" tests="7" assertions="7" failures="0" errors="0" time="0.022627"> | |
<testcase name="test_js_escape_simple" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="7" assertions="1" time="0.002500"/> | |
<testcase name="test_js_escape_quotes" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="12" assertions="1" time="0.003203"/> | |
<testcase name="test_js_escape_backslash" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="18" assertions="1" time="0.005389"/> | |
<testcase name="test_js_escape_amp" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="25" assertions="1" time="0.003501"/> | |
<testcase name="test_js_escape_quote_entity" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="30" assertions="1" time="0.002729"/> | |
<testcase name="test_js_no_carriage_return" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="35" assertions="1" time="0.002833"/> | |
<testcase name="test_js_escape_rn" class="Tests_Formatting_JSEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/JSEscape.php" line="41" assertions="1" time="0.002472"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_LikeEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/LikeEscape.php" tests="1" assertions="5" failures="0" errors="0" time="0.002585"> | |
<testcase name="test_like_escape" class="Tests_Formatting_LikeEscape" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/LikeEscape.php" line="11" assertions="5" time="0.002585"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_LinksAddTarget" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/LinksAddTarget.php" tests="9" assertions="9" failures="0" errors="0" time="0.026062"> | |
<testsuite name="Tests_Formatting_LinksAddTarget::test_normalize_whitespace" tests="9" assertions="9" failures="0" errors="0" time="0.026062"> | |
<testcase name="test_normalize_whitespace with data set #0" assertions="1" time="0.002442"/> | |
<testcase name="test_normalize_whitespace with data set #1" assertions="1" time="0.002942"/> | |
<testcase name="test_normalize_whitespace with data set #2" assertions="1" time="0.003269"/> | |
<testcase name="test_normalize_whitespace with data set #3" assertions="1" time="0.002398"/> | |
<testcase name="test_normalize_whitespace with data set #4" assertions="1" time="0.002645"/> | |
<testcase name="test_normalize_whitespace with data set #5" assertions="1" time="0.003092"/> | |
<testcase name="test_normalize_whitespace with data set #6" assertions="1" time="0.003810"/> | |
<testcase name="test_normalize_whitespace with data set #7" assertions="1" time="0.003175"/> | |
<testcase name="test_normalize_whitespace with data set #8" assertions="1" time="0.002288"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" tests="25" assertions="96" failures="0" errors="0" time="0.096757"> | |
<testcase name="test_mailto_xss" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="7" assertions="1" time="0.003231"/> | |
<testcase name="test_valid_mailto" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="12" assertions="5" time="0.004123"/> | |
<testcase name="test_invalid_mailto" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="25" assertions="6" time="0.006662"/> | |
<testcase name="test_strip_trailing_with_protocol" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="43" assertions="6" time="0.003683"/> | |
<testcase name="test_strip_trailing_with_protocol_nothing_afterwards" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="70" assertions="7" time="0.002752"/> | |
<testcase name="test_strip_trailing_without_protocol" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="99" assertions="6" time="0.004297"/> | |
<testcase name="test_strip_trailing_without_protocol_nothing_afterwards" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="126" assertions="6" time="0.003017"/> | |
<testcase name="test_iri" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="152" assertions="3" time="0.003354"/> | |
<testcase name="test_brackets_in_urls" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="171" assertions="10" time="0.003132"/> | |
<testcase name="test_real_world_examples" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="210" assertions="4" time="0.003101"/> | |
<testcase name="test_twitter_hash_bang" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="231" assertions="3" time="0.004161"/> | |
<testcase name="test_wrapped_in_angles" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="247" assertions="3" time="0.007477"/> | |
<testcase name="test_preceded_by_punctuation" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="263" assertions="6" time="0.003787"/> | |
<testcase name="test_dont_break_attributes" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="285" assertions="6" time="0.003988"/> | |
<testcase name="test_no_links_inside_pre_or_code" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="312" assertions="13" time="0.002832"/> | |
<testcase name="test_click_inside_html" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="353" assertions="2" time="0.002527"/> | |
<testcase name="test_no_links_within_links" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="367" assertions="1" time="0.003355"/> | |
<testcase name="test_no_segfault" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="380" assertions="1" time="0.003065"/> | |
<testcase name="test_line_break_in_existing_clickable_link" class="Tests_Formatting_MakeClickable" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MakeClickable.php" line="389" assertions="1" time="0.005383"/> | |
<testsuite name="Tests_Formatting_MakeClickable::test_dont_link_script_and_style_tags" tests="4" assertions="4" failures="0" errors="0" time="0.012720"> | |
<testcase name="test_dont_link_script_and_style_tags with data set #0" assertions="1" time="0.002846"/> | |
<testcase name="test_dont_link_script_and_style_tags with data set #1" assertions="1" time="0.003148"/> | |
<testcase name="test_dont_link_script_and_style_tags with data set #2" assertions="1" time="0.002739"/> | |
<testcase name="test_dont_link_script_and_style_tags with data set #3" assertions="1" time="0.003987"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_MakeClickable::test_add_rel_ugc_in_comments" tests="2" assertions="2" failures="0" errors="0" time="0.010110"> | |
<testcase name="test_add_rel_ugc_in_comments with data set #0" assertions="1" time="0.004835"/> | |
<testcase name="test_add_rel_ugc_in_comments with data set #1" assertions="1" time="0.005275"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" tests="11" assertions="11" failures="0" errors="0" time="0.033347"> | |
<testcase name="test_map_deep_with_any_function_over_empty_array_should_return_empty_array" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="9" assertions="1" time="0.002531"/> | |
<testcase name="test_map_deep_should_map_each_element_of_array_one_level_deep" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="13" assertions="1" time="0.002469"/> | |
<testcase name="test_map_deep_should_map_each_element_of_array_two_levels_deep" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="29" assertions="1" time="0.002514"/> | |
<testcase name="test_map_deep_should_map_each_object_element_of_an_array" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="49" assertions="1" time="0.003362"/> | |
<testcase name="test_map_deep_should_apply_the_function_to_a_string" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="69" assertions="1" time="0.002682"/> | |
<testcase name="test_map_deep_should_apply_the_function_to_an_integer" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="73" assertions="1" time="0.003584"/> | |
<testcase name="test_map_deep_should_map_each_property_of_an_object" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="77" assertions="1" time="0.002483"/> | |
<testcase name="test_map_deep_should_map_each_array_property_of_an_object" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="93" assertions="1" time="0.002399"/> | |
<testcase name="test_map_deep_should_map_each_object_property_of_an_object" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="113" assertions="1" time="0.002497"/> | |
<testcase name="test_map_deep_should_map_object_properties_passed_by_reference" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="136" assertions="1" time="0.003213"/> | |
<testcase name="test_map_deep_should_map_array_elements_passed_by_reference" class="Tests_Formatting_MapDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/MapDeep.php" line="154" assertions="1" time="0.005614"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_NormalizeWhitespace" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/NormalizeWhitespace.php" tests="7" assertions="7" failures="0" errors="0" time="0.020243"> | |
<testsuite name="Tests_Formatting_NormalizeWhitespace::test_normalize_whitespace" tests="7" assertions="7" failures="0" errors="0" time="0.020243"> | |
<testcase name="test_normalize_whitespace with data set #0" assertions="1" time="0.003486"/> | |
<testcase name="test_normalize_whitespace with data set #1" assertions="1" time="0.003037"/> | |
<testcase name="test_normalize_whitespace with data set #2" assertions="1" time="0.003215"/> | |
<testcase name="test_normalize_whitespace with data set #3" assertions="1" time="0.002523"/> | |
<testcase name="test_normalize_whitespace with data set #4" assertions="1" time="0.002464"/> | |
<testcase name="test_normalize_whitespace with data set #5" assertions="1" time="0.002464"/> | |
<testcase name="test_normalize_whitespace with data set #6" assertions="1" time="0.003054"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" tests="12" assertions="24" failures="0" errors="0" time="0.036665"> | |
<testcase name="test_remove_accents_simple" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="7" assertions="1" time="0.002529"/> | |
<testcase name="test_remove_accents_latin1_supplement" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="14" assertions="1" time="0.002445"/> | |
<testcase name="test_remove_accents_latin_extended_a" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="21" assertions="1" time="0.002547"/> | |
<testcase name="test_remove_accents_latin_extended_b" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="28" assertions="1" time="0.002877"/> | |
<testcase name="test_remove_accents_euro_pound_signs" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="32" assertions="2" time="0.003439"/> | |
<testcase name="test_remove_accents_iso8859" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="37" assertions="1" time="0.002724"/> | |
<testcase name="test_remove_accents_vowels_diacritic" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="50" assertions="6" time="0.002563"/> | |
<testcase name="test_remove_accents_hanyu_pinyin" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="69" assertions="5" time="0.002728"/> | |
<testcase name="test_remove_accents_germanic_umlauts" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="90" assertions="1" time="0.002904"/> | |
<testcase name="test_remove_danish_accents" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="105" assertions="1" time="0.002545"/> | |
<testcase name="test_remove_catalan_middot" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="120" assertions="2" time="0.006195"/> | |
<testcase name="test_transcribe_serbian_crossed_d" class="Tests_Formatting_RemoveAccents" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/RemoveAccents.php" line="137" assertions="2" time="0.003169"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" tests="9" assertions="14" failures="0" errors="0" time="0.030886"> | |
<testcase name="test_munges_extensions" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="7" assertions="1" time="0.002266"/> | |
<testcase name="test_removes_special_chars" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="13" assertions="1" time="0.003125"/> | |
<testcase name="test_replace_spaces" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="28" assertions="4" time="0.003654"/> | |
<testcase name="test_replaces_any_number_of_hyphens_with_one_hyphen" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="41" assertions="1" time="0.002898"/> | |
<testcase name="test_trims_trailing_hyphens" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="45" assertions="1" time="0.002683"/> | |
<testcase name="test_replaces_any_amount_of_whitespace_with_one_hyphen" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="49" assertions="2" time="0.003022"/> | |
<testcase name="test_replaces_percent_sign" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="57" assertions="1" time="0.004400"/> | |
<testcase name="test_replaces_unnammed_file_extensions" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="61" assertions="2" time="0.006038"/> | |
<testcase name="test_replaces_unnammed_file_extensionless" class="Tests_Formatting_SanitizeFileName" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeFileName.php" line="67" assertions="1" time="0.002800"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeMimeType" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeMimeType.php" tests="1" assertions="22" failures="0" errors="0" time="0.003654"> | |
<testcase name="test_sanitize_valid_mime_type" class="Tests_Formatting_SanitizeMimeType" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeMimeType.php" line="11" assertions="22" time="0.003654"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeOrderby" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeOrderby.php" tests="26" assertions="26" failures="0" errors="0" time="0.085202"> | |
<testsuite name="Tests_Formatting_SanitizeOrderby::test_valid" tests="15" assertions="15" failures="0" errors="0" time="0.047849"> | |
<testcase name="test_valid with data set #0" assertions="1" time="0.002417"/> | |
<testcase name="test_valid with data set #1" assertions="1" time="0.002889"/> | |
<testcase name="test_valid with data set #2" assertions="1" time="0.002607"/> | |
<testcase name="test_valid with data set #3" assertions="1" time="0.005437"/> | |
<testcase name="test_valid with data set #4" assertions="1" time="0.002893"/> | |
<testcase name="test_valid with data set #5" assertions="1" time="0.002773"/> | |
<testcase name="test_valid with data set #6" assertions="1" time="0.003284"/> | |
<testcase name="test_valid with data set #7" assertions="1" time="0.003823"/> | |
<testcase name="test_valid with data set #8" assertions="1" time="0.002738"/> | |
<testcase name="test_valid with data set #9" assertions="1" time="0.002595"/> | |
<testcase name="test_valid with data set #10" assertions="1" time="0.002780"/> | |
<testcase name="test_valid with data set #11" assertions="1" time="0.002680"/> | |
<testcase name="test_valid with data set #12" assertions="1" time="0.005987"/> | |
<testcase name="test_valid with data set #13" assertions="1" time="0.002586"/> | |
<testcase name="test_valid with data set #14" assertions="1" time="0.002360"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeOrderby::test_invalid" tests="11" assertions="11" failures="0" errors="0" time="0.037353"> | |
<testcase name="test_invalid with data set #0" assertions="1" time="0.002861"/> | |
<testcase name="test_invalid with data set #1" assertions="1" time="0.003213"/> | |
<testcase name="test_invalid with data set #2" assertions="1" time="0.003679"/> | |
<testcase name="test_invalid with data set #3" assertions="1" time="0.002495"/> | |
<testcase name="test_invalid with data set #4" assertions="1" time="0.002439"/> | |
<testcase name="test_invalid with data set #5" assertions="1" time="0.003050"/> | |
<testcase name="test_invalid with data set #6" assertions="1" time="0.003332"/> | |
<testcase name="test_invalid with data set #7" assertions="1" time="0.003846"/> | |
<testcase name="test_invalid with data set #8" assertions="1" time="0.006333"/> | |
<testcase name="test_invalid with data set #9" assertions="1" time="0.002715"/> | |
<testcase name="test_invalid with data set #10" assertions="1" time="0.003390"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizePost" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizePost.php" tests="1" assertions="5" failures="0" errors="0" time="0.013495"> | |
<testcase name="test_int_fields" class="Tests_Formatting_SanitizePost" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizePost.php" line="11" assertions="5" time="0.013495"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeTextField" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTextField.php" tests="23" assertions="46" failures="0" errors="0" time="0.074064"> | |
<testsuite name="Tests_Formatting_SanitizeTextField::test_sanitize_text_field" tests="23" assertions="46" failures="0" errors="0" time="0.074064"> | |
<testcase name="test_sanitize_text_field with data set #0" assertions="2" time="0.002627"/> | |
<testcase name="test_sanitize_text_field with data set #1" assertions="2" time="0.002734"/> | |
<testcase name="test_sanitize_text_field with data set #2" assertions="2" time="0.002592"/> | |
<testcase name="test_sanitize_text_field with data set #3" assertions="2" time="0.003859"/> | |
<testcase name="test_sanitize_text_field with data set #4" assertions="2" time="0.002713"/> | |
<testcase name="test_sanitize_text_field with data set #5" assertions="2" time="0.002382"/> | |
<testcase name="test_sanitize_text_field with data set #6" assertions="2" time="0.002521"/> | |
<testcase name="test_sanitize_text_field with data set #7" assertions="2" time="0.002494"/> | |
<testcase name="test_sanitize_text_field with data set #8" assertions="2" time="0.002360"/> | |
<testcase name="test_sanitize_text_field with data set #9" assertions="2" time="0.006613"/> | |
<testcase name="test_sanitize_text_field with data set #10" assertions="2" time="0.003091"/> | |
<testcase name="test_sanitize_text_field with data set #11" assertions="2" time="0.002924"/> | |
<testcase name="test_sanitize_text_field with data set #12" assertions="2" time="0.002583"/> | |
<testcase name="test_sanitize_text_field with data set #13" assertions="2" time="0.004022"/> | |
<testcase name="test_sanitize_text_field with data set #14" assertions="2" time="0.002449"/> | |
<testcase name="test_sanitize_text_field with data set #15" assertions="2" time="0.002499"/> | |
<testcase name="test_sanitize_text_field with data set #16" assertions="2" time="0.004143"/> | |
<testcase name="test_sanitize_text_field with data set #17" assertions="2" time="0.002791"/> | |
<testcase name="test_sanitize_text_field with data set #18" assertions="2" time="0.006267"/> | |
<testcase name="test_sanitize_text_field with data set #19" assertions="2" time="0.004328"/> | |
<testcase name="test_sanitize_text_field with data set #20" assertions="2" time="0.003388"/> | |
<testcase name="test_sanitize_text_field with data set #21" assertions="2" time="0.002485"/> | |
<testcase name="test_sanitize_text_field with data set #22" assertions="2" time="0.002199"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeTitle" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitle.php" tests="2" assertions="2" failures="0" errors="0" time="0.005500"> | |
<testcase name="test_strips_html" class="Tests_Formatting_SanitizeTitle" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitle.php" line="7" assertions="1" time="0.002511"/> | |
<testcase name="test_titles_sanitized_to_nothing_are_replaced_with_optional_fallback" class="Tests_Formatting_SanitizeTitle" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitle.php" line="13" assertions="1" time="0.002989"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" tests="25" assertions="41" failures="0" errors="0" time="0.090238"> | |
<testcase name="test_strips_html" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="7" assertions="1" time="0.004221"/> | |
<testcase name="test_strips_unencoded_percent_signs" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="13" assertions="1" time="0.004595"/> | |
<testcase name="test_makes_title_lowercase" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="17" assertions="1" time="0.004385"/> | |
<testcase name="test_replaces_any_amount_of_whitespace_with_one_hyphen" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="21" assertions="2" time="0.003396"/> | |
<testcase name="test_replaces_any_number_of_hyphens_with_one_hyphen" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="26" assertions="1" time="0.002686"/> | |
<testcase name="test_trims_trailing_hyphens" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="30" assertions="1" time="0.003114"/> | |
<testcase name="test_handles_non_entity_ampersands" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="34" assertions="1" time="0.003822"/> | |
<testcase name="test_strips_nbsp_ndash_and_amp" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="38" assertions="1" time="0.002962"/> | |
<testcase name="test_strips_encoded_ampersand" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="42" assertions="1" time="0.002608"/> | |
<testcase name="test_strips_url_encoded_ampersand" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="46" assertions="1" time="0.002563"/> | |
<testcase name="test_strips_trademark_symbol" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="50" assertions="1" time="0.003344"/> | |
<testcase name="test_strips_unencoded_ampersand_followed_by_encoded_ampersand" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="54" assertions="1" time="0.003718"/> | |
<testcase name="test_strips_unencoded_ampersand_when_not_surrounded_by_spaces" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="58" assertions="1" time="0.002779"/> | |
<testcase name="test_replaces_nbsp" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="62" assertions="1" time="0.002506"/> | |
<testcase name="test_replaces_nbsp_entities" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="69" assertions="1" time="0.003449"/> | |
<testcase name="test_replaces_ndash_mdash" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="73" assertions="2" time="0.004579"/> | |
<testcase name="test_replaces_ndash_mdash_entities" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="81" assertions="2" time="0.007165"/> | |
<testcase name="test_replaces_iexcel_iquest" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="86" assertions="2" time="0.007117"/> | |
<testcase name="test_replaces_angle_quotes" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="91" assertions="2" time="0.002745"/> | |
<testcase name="test_replaces_curly_quotes" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="96" assertions="5" time="0.004085"/> | |
<testcase name="test_replaces_copy_reg_deg_trade" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="104" assertions="4" time="0.002561"/> | |
<testcase name="test_replaces_forward_slash" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="114" assertions="5" time="0.002616"/> | |
<testcase name="test_replaces_multiply_sign" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="125" assertions="1" time="0.002702"/> | |
<testcase name="test_replaces_standalone_diacritic" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="132" assertions="1" time="0.002671"/> | |
<testcase name="test_replaces_acute_accents" class="Tests_Formatting_SanitizeTitleWithDashes" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTitleWithDashes.php" line="139" assertions="1" time="0.003849"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeTrackbackUrls" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeTrackbackUrls.php" tests="8" assertions="8" failures="0" errors="0" time="0.028315"> | |
<testsuite name="Tests_Formatting_SanitizeTrackbackUrls::test_sanitize_trackback_urls_with_multiple_urls" tests="8" assertions="8" failures="0" errors="0" time="0.028315"> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #0" assertions="1" time="0.003796"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #1" assertions="1" time="0.003403"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #2" assertions="1" time="0.003763"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #3" assertions="1" time="0.003011"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #4" assertions="1" time="0.002865"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #5" assertions="1" time="0.003301"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #6" assertions="1" time="0.003085"/> | |
<testcase name="test_sanitize_trackback_urls_with_multiple_urls with data set #7" assertions="1" time="0.005091"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SanitizeUser" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeUser.php" tests="5" assertions="5" failures="0" errors="0" time="0.016091"> | |
<testcase name="test_strips_html" class="Tests_Formatting_SanitizeUser" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeUser.php" line="7" assertions="1" time="0.003268"/> | |
<testcase name="test_strips_encoded_ampersand" class="Tests_Formatting_SanitizeUser" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeUser.php" line="13" assertions="1" time="0.003836"/> | |
<testcase name="test_strips_encoded_ampersand_when_followed_by_semicolon" class="Tests_Formatting_SanitizeUser" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeUser.php" line="24" assertions="1" time="0.002885"/> | |
<testcase name="test_strips_percent_encoded_octets" class="Tests_Formatting_SanitizeUser" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeUser.php" line="35" assertions="1" time="0.003048"/> | |
<testcase name="test_optional_strict_mode_reduces_to_safe_ascii_subset" class="Tests_Formatting_SanitizeUser" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SanitizeUser.php" line="39" assertions="1" time="0.003054"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SeemsUtf8" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/SeemsUtf8.php" tests="11" assertions="11" failures="0" errors="0" time="0.034624"> | |
<testsuite name="Tests_Formatting_SeemsUtf8::test_returns_true_for_utf8_strings" tests="6" assertions="6" failures="0" errors="0" time="0.018727"> | |
<testcase name="test_returns_true_for_utf8_strings with data set #0" assertions="1" time="0.003646"/> | |
<testcase name="test_returns_true_for_utf8_strings with data set #1" assertions="1" time="0.002777"/> | |
<testcase name="test_returns_true_for_utf8_strings with data set #2" assertions="1" time="0.002508"/> | |
<testcase name="test_returns_true_for_utf8_strings with data set #3" assertions="1" time="0.002746"/> | |
<testcase name="test_returns_true_for_utf8_strings with data set #4" assertions="1" time="0.003436"/> | |
<testcase name="test_returns_true_for_utf8_strings with data set #5" assertions="1" time="0.003614"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_SeemsUtf8::test_returns_false_for_non_utf8_strings" tests="5" assertions="5" failures="0" errors="0" time="0.015897"> | |
<testcase name="test_returns_false_for_non_utf8_strings with data set #0" assertions="1" time="0.002858"/> | |
<testcase name="test_returns_false_for_non_utf8_strings with data set #1" assertions="1" time="0.003220"/> | |
<testcase name="test_returns_false_for_non_utf8_strings with data set #2" assertions="1" time="0.002844"/> | |
<testcase name="test_returns_false_for_non_utf8_strings with data set #3" assertions="1" time="0.003273"/> | |
<testcase name="test_returns_false_for_non_utf8_strings with data set #4" assertions="1" time="0.003702"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" tests="9" assertions="12" failures="0" errors="0" time="0.029906"> | |
<testcase name="test_backslashes_middle_numbers" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="7" assertions="1" time="0.002308"/> | |
<testcase name="test_backslashes_alphas" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="11" assertions="1" time="0.003016"/> | |
<testcase name="test_double_backslashes_leading_numbers" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="15" assertions="1" time="0.004070"/> | |
<testcase name="test_removes_trailing_slashes" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="19" assertions="2" time="0.002872"/> | |
<testcase name="test_removes_trailing_backslashes" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="27" assertions="2" time="0.003893"/> | |
<testcase name="test_removes_trailing_mixed_slashes" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="35" assertions="2" time="0.004673"/> | |
<testcase name="test_adds_trailing_slash" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="40" assertions="1" time="0.003002"/> | |
<testcase name="test_does_not_add_trailing_slash_if_one_exists" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="44" assertions="1" time="0.003552"/> | |
<testcase name="test_converts_trailing_backslash_to_slash_if_one_exists" class="Tests_Formatting_Slashit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Slashit.php" line="51" assertions="1" time="0.002520"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Smilies" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Smilies.php" tests="28" assertions="46" failures="0" errors="0" time="0.160645"> | |
<testsuite name="Tests_Formatting_Smilies::test_convert_standard_smilies" tests="6" assertions="12" failures="0" errors="0" time="0.037972"> | |
<testcase name="test_convert_standard_smilies with data set #0" assertions="2" time="0.004115"/> | |
<testcase name="test_convert_standard_smilies with data set #1" assertions="2" time="0.006014"/> | |
<testcase name="test_convert_standard_smilies with data set #2" assertions="2" time="0.005153"/> | |
<testcase name="test_convert_standard_smilies with data set #3" assertions="2" time="0.005642"/> | |
<testcase name="test_convert_standard_smilies with data set #4" assertions="2" time="0.010570"/> | |
<testcase name="test_convert_standard_smilies with data set #5" assertions="2" time="0.006478"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Smilies::test_convert_custom_smilies" tests="3" assertions="6" failures="0" errors="0" time="0.019456"> | |
<testcase name="test_convert_custom_smilies with data set #0" assertions="2" time="0.007425"/> | |
<testcase name="test_convert_custom_smilies with data set #1" assertions="2" time="0.005262"/> | |
<testcase name="test_convert_custom_smilies with data set #2" assertions="2" time="0.006769"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Smilies::test_ignore_smilies_in_tags" tests="5" assertions="5" failures="0" errors="0" time="0.026456"> | |
<testcase name="test_ignore_smilies_in_tags with data set #0" assertions="1" time="0.005465"/> | |
<testcase name="test_ignore_smilies_in_tags with data set #1" assertions="1" time="0.005223"/> | |
<testcase name="test_ignore_smilies_in_tags with data set #2" assertions="1" time="0.005720"/> | |
<testcase name="test_ignore_smilies_in_tags with data set #3" assertions="1" time="0.004602"/> | |
<testcase name="test_ignore_smilies_in_tags with data set #4" assertions="1" time="0.005446"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Smilies::test_smilies_combinations" tests="6" assertions="12" failures="0" errors="0" time="0.036735"> | |
<testcase name="test_smilies_combinations with data set #0" assertions="2" time="0.005278"/> | |
<testcase name="test_smilies_combinations with data set #1" assertions="2" time="0.004383"/> | |
<testcase name="test_smilies_combinations with data set #2" assertions="2" time="0.005509"/> | |
<testcase name="test_smilies_combinations with data set #3" assertions="2" time="0.009866"/> | |
<testcase name="test_smilies_combinations with data set #4" assertions="2" time="0.005720"/> | |
<testcase name="test_smilies_combinations with data set #5" assertions="2" time="0.005979"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Smilies::test_single_smilies_in_wpsmiliestrans" tests="3" assertions="6" failures="0" errors="0" time="0.017318"> | |
<testcase name="test_single_smilies_in_wpsmiliestrans with data set #0" assertions="2" time="0.005150"/> | |
<testcase name="test_single_smilies_in_wpsmiliestrans with data set #1" assertions="2" time="0.005681"/> | |
<testcase name="test_single_smilies_in_wpsmiliestrans with data set #2" assertions="2" time="0.006487"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Smilies::test_spaces_around_smilies" tests="3" assertions="3" failures="0" errors="0" time="0.015617"> | |
<testcase name="test_spaces_around_smilies with data set #0" assertions="1" time="0.004625"/> | |
<testcase name="test_spaces_around_smilies with data set #1" assertions="1" time="0.005633"/> | |
<testcase name="test_spaces_around_smilies with data set #2" assertions="1" time="0.005359"/> | |
</testsuite> | |
<testcase name="test_smilies_filter_removes_smilies" class="Tests_Formatting_Smilies" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Smilies.php" line="319" assertions="1" time="0.003947"/> | |
<testcase name="test_smilies_filter_adds_smilies" class="Tests_Formatting_Smilies" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Smilies.php" line="334" assertions="1" time="0.003145"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_StripSlashesDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/StripSlashesDeep.php" tests="3" assertions="14" failures="0" errors="0" time="0.011620"> | |
<testcase name="test_preserves_original_datatype" class="Tests_Formatting_StripSlashesDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/StripSlashesDeep.php" line="10" assertions="7" time="0.005773"/> | |
<testcase name="test_strips_slashes" class="Tests_Formatting_StripSlashesDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/StripSlashesDeep.php" line="33" assertions="5" time="0.002722"/> | |
<testcase name="test_permits_escaped_slash" class="Tests_Formatting_StripSlashesDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/StripSlashesDeep.php" line="48" assertions="2" time="0.003125"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_URLShorten" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/URLShorten.php" tests="1" assertions="7" failures="0" errors="0" time="0.002972"> | |
<testcase name="test_shorten_url" class="Tests_Formatting_URLShorten" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/URLShorten.php" line="7" assertions="7" time="0.002972"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_UrlencodeDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/UrlencodeDeep.php" tests="6" assertions="6" failures="0" errors="0" time="0.016742"> | |
<testsuite name="Tests_Formatting_UrlencodeDeep::test_urlencode_deep_should_encode_individual_value" tests="5" assertions="5" failures="0" errors="0" time="0.014236"> | |
<testcase name="test_urlencode_deep_should_encode_individual_value with data set #0" assertions="1" time="0.002217"/> | |
<testcase name="test_urlencode_deep_should_encode_individual_value with data set #1" assertions="1" time="0.003296"/> | |
<testcase name="test_urlencode_deep_should_encode_individual_value with data set #2" assertions="1" time="0.003442"/> | |
<testcase name="test_urlencode_deep_should_encode_individual_value with data set #3" assertions="1" time="0.002657"/> | |
<testcase name="test_urlencode_deep_should_encode_individual_value with data set #4" assertions="1" time="0.002624"/> | |
</testsuite> | |
<testcase name="test_urlencode_deep_should_encode_all_values_in_array" class="Tests_Formatting_UrlencodeDeep" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/UrlencodeDeep.php" line="37" assertions="1" time="0.002506"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Utf8UriEncode" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Utf8UriEncode.php" tests="12" assertions="12" failures="0" errors="0" time="0.037063"> | |
<testsuite name="Tests_Formatting_Utf8UriEncode::test_percent_encodes_non_reserved_characters" tests="6" assertions="6" failures="0" errors="0" time="0.017065"> | |
<testcase name="test_percent_encodes_non_reserved_characters with data set #0" assertions="1" time="0.002724"/> | |
<testcase name="test_percent_encodes_non_reserved_characters with data set #1" assertions="1" time="0.003386"/> | |
<testcase name="test_percent_encodes_non_reserved_characters with data set #2" assertions="1" time="0.002532"/> | |
<testcase name="test_percent_encodes_non_reserved_characters with data set #3" assertions="1" time="0.002540"/> | |
<testcase name="test_percent_encodes_non_reserved_characters with data set #4" assertions="1" time="0.003153"/> | |
<testcase name="test_percent_encodes_non_reserved_characters with data set #5" assertions="1" time="0.002730"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Utf8UriEncode::test_output_is_not_longer_than_optional_length_argument" tests="6" assertions="6" failures="0" errors="0" time="0.019999"> | |
<testcase name="test_output_is_not_longer_than_optional_length_argument with data set #0" assertions="1" time="0.003820"/> | |
<testcase name="test_output_is_not_longer_than_optional_length_argument with data set #1" assertions="1" time="0.004758"/> | |
<testcase name="test_output_is_not_longer_than_optional_length_argument with data set #2" assertions="1" time="0.003998"/> | |
<testcase name="test_output_is_not_longer_than_optional_length_argument with data set #3" assertions="1" time="0.002670"/> | |
<testcase name="test_output_is_not_longer_than_optional_length_argument with data set #4" assertions="1" time="0.002411"/> | |
<testcase name="test_output_is_not_longer_than_optional_length_argument with data set #5" assertions="1" time="0.002342"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WP_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPBasename.php" tests="4" assertions="4" failures="0" errors="0" time="0.011443"> | |
<testcase name="test_wp_basename_unix" class="Tests_Formatting_WP_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPBasename.php" line="8" assertions="1" time="0.002333"/> | |
<testcase name="test_wp_basename_unix_utf8_support" class="Tests_Formatting_WP_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPBasename.php" line="15" assertions="1" time="0.003470"/> | |
<testcase name="test_wp_basename_windows" class="Tests_Formatting_WP_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPBasename.php" line="25" assertions="1" time="0.003117"/> | |
<testcase name="test_wp_basename_windows_utf8_support" class="Tests_Formatting_WP_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPBasename.php" line="35" assertions="1" time="0.002523"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPMakeLinkRelative" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPMakeLinkRelative.php" tests="5" assertions="5" failures="0" errors="0" time="0.013054"> | |
<testcase name="test_wp_make_link_relative_with_http_scheme" class="Tests_Formatting_WPMakeLinkRelative" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPMakeLinkRelative.php" line="8" assertions="1" time="0.002569"/> | |
<testcase name="test_wp_make_link_relative_with_https_scheme" class="Tests_Formatting_WPMakeLinkRelative" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPMakeLinkRelative.php" line="14" assertions="1" time="0.003410"/> | |
<testcase name="test_wp_make_link_relative_with_no_scheme" class="Tests_Formatting_WPMakeLinkRelative" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPMakeLinkRelative.php" line="23" assertions="1" time="0.002443"/> | |
<testcase name="test_wp_make_link_relative_should_retain_URL_param_that_is_also_a_URL" class="Tests_Formatting_WPMakeLinkRelative" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPMakeLinkRelative.php" line="32" assertions="1" time="0.002344"/> | |
<testcase name="test_wp_make_link_relative_with_no_path" class="Tests_Formatting_WPMakeLinkRelative" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPMakeLinkRelative.php" line="41" assertions="1" time="0.002288"/> | |
</testsuite> | |
<testsuite name="Tests_Rel_No_Follow" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelNoFollow.php" tests="12" assertions="12" failures="0" errors="0" time="0.046856"> | |
<testcase name="test_add_no_follow" class="Tests_Rel_No_Follow" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelNoFollow.php" line="11" assertions="1" time="0.005644"/> | |
<testcase name="test_convert_no_follow" class="Tests_Rel_No_Follow" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelNoFollow.php" line="20" assertions="1" time="0.002986"/> | |
<testsuite name="Tests_Rel_No_Follow::test_wp_rel_nofollow" tests="9" assertions="9" failures="0" errors="0" time="0.035701"> | |
<testcase name="test_wp_rel_nofollow with data set #0" assertions="1" time="0.002475"/> | |
<testcase name="test_wp_rel_nofollow with data set #1" assertions="1" time="0.002752"/> | |
<testcase name="test_wp_rel_nofollow with data set #2" assertions="1" time="0.007214"/> | |
<testcase name="test_wp_rel_nofollow with data set #3" assertions="1" time="0.007491"/> | |
<testcase name="test_wp_rel_nofollow with data set #4" assertions="1" time="0.005061"/> | |
<testcase name="test_wp_rel_nofollow with data set #5" assertions="1" time="0.003412"/> | |
<testcase name="test_wp_rel_nofollow with data set #6" assertions="1" time="0.002531"/> | |
<testcase name="test_wp_rel_nofollow with data set #7" assertions="1" time="0.002423"/> | |
<testcase name="test_wp_rel_nofollow with data set #8" assertions="1" time="0.002342"/> | |
</testsuite> | |
<testcase name="test_append_no_follow_with_valueless_attribute" class="Tests_Rel_No_Follow" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelNoFollow.php" line="78" assertions="1" time="0.002525"/> | |
</testsuite> | |
<testsuite name="Tests_Rel_Ugc" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelUgc.php" tests="12" assertions="12" failures="0" errors="0" time="0.036843"> | |
<testcase name="test_add_ugc" class="Tests_Rel_Ugc" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelUgc.php" line="11" assertions="1" time="0.002553"/> | |
<testcase name="test_convert_ugc" class="Tests_Rel_Ugc" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelUgc.php" line="20" assertions="1" time="0.002556"/> | |
<testsuite name="Tests_Rel_Ugc::test_wp_rel_ugc" tests="9" assertions="9" failures="0" errors="0" time="0.029230"> | |
<testcase name="test_wp_rel_ugc with data set #0" assertions="1" time="0.002725"/> | |
<testcase name="test_wp_rel_ugc with data set #1" assertions="1" time="0.002662"/> | |
<testcase name="test_wp_rel_ugc with data set #2" assertions="1" time="0.006333"/> | |
<testcase name="test_wp_rel_ugc with data set #3" assertions="1" time="0.002821"/> | |
<testcase name="test_wp_rel_ugc with data set #4" assertions="1" time="0.002759"/> | |
<testcase name="test_wp_rel_ugc with data set #5" assertions="1" time="0.002705"/> | |
<testcase name="test_wp_rel_ugc with data set #6" assertions="1" time="0.003039"/> | |
<testcase name="test_wp_rel_ugc with data set #7" assertions="1" time="0.003412"/> | |
<testcase name="test_wp_rel_ugc with data set #8" assertions="1" time="0.002774"/> | |
</testsuite> | |
<testcase name="test_append_ugc_with_valueless_attribute" class="Tests_Rel_Ugc" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPRelUgc.php" line="78" assertions="1" time="0.002504"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPSpecialchars" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPSpecialchars.php" tests="10" assertions="274" failures="0" errors="0" time="0.028571"> | |
<testcase name="test_wp_specialchars_basics" class="Tests_Formatting_WPSpecialchars" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPSpecialchars.php" line="7" assertions="2" time="0.003354"/> | |
<testcase name="test_allowed_entity_names" class="Tests_Formatting_WPSpecialchars" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPSpecialchars.php" line="15" assertions="252" time="0.003633"/> | |
<testcase name="test_not_allowed_entity_names" class="Tests_Formatting_WPSpecialchars" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPSpecialchars.php" line="29" assertions="10" time="0.002688"/> | |
<testcase name="test_optionally_escapes_quotes" class="Tests_Formatting_WPSpecialchars" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPSpecialchars.php" line="39" assertions="4" time="0.002543"/> | |
<testsuite name="Tests_Formatting_WPSpecialchars::test_double_encoding" tests="3" assertions="3" failures="0" errors="0" time="0.008859"> | |
<testcase name="test_double_encoding with data set #0" assertions="1" time="0.002466"/> | |
<testcase name="test_double_encoding with data set #1" assertions="1" time="0.003025"/> | |
<testcase name="test_double_encoding with data set #2" assertions="1" time="0.003368"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPSpecialchars::test_no_double_encoding" tests="3" assertions="3" failures="0" errors="0" time="0.007494"> | |
<testcase name="test_no_double_encoding with data set #0" assertions="1" time="0.002511"/> | |
<testcase name="test_no_double_encoding with data set #1" assertions="1" time="0.002592"/> | |
<testcase name="test_no_double_encoding with data set #2" assertions="1" time="0.002391"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPStripAllTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPStripAllTags.php" tests="1" assertions="6" failures="0" errors="0" time="0.005260"> | |
<testcase name="test_wp_strip_all_tags" class="Tests_Formatting_WPStripAllTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPStripAllTags.php" line="9" assertions="6" time="0.005260"/> | |
</testsuite> | |
<testsuite name="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" tests="16" assertions="16" failures="0" errors="0" time="0.062609"> | |
<testcase name="test_add_to_links_with_target_blank" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="9" assertions="1" time="0.002606"/> | |
<testcase name="test_add_to_links_with_target_foo" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="15" assertions="1" time="0.002380"/> | |
<testcase name="test_target_as_first_attribute" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="21" assertions="1" time="0.003670"/> | |
<testcase name="test_add_to_existing_rel" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="27" assertions="1" time="0.002554"/> | |
<testcase name="test_no_duplicate_values_added" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="33" assertions="1" time="0.002511"/> | |
<testcase name="test_rel_with_single_quote_delimiter" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="39" assertions="1" time="0.002438"/> | |
<testcase name="test_rel_with_no_delimiter" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="45" assertions="1" time="0.002793"/> | |
<testcase name="test_rel_value_spaced_and_no_delimiter" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="51" assertions="1" time="0.002923"/> | |
<testcase name="test_escaped_quotes" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="57" assertions="1" time="0.003575"/> | |
<testcase name="test_ignore_links_with_no_target" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="63" assertions="1" time="0.002982"/> | |
<testcase name="test_ignore_if_wp_targeted_link_rel_nulled" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="74" assertions="1" time="0.002630"/> | |
<testcase name="test_wp_targeted_link_rel_filters_run" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="86" assertions="1" time="0.016351"/> | |
<testcase name="test_wp_targeted_link_rel_should_preserve_json" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="104" assertions="1" time="0.003382"/> | |
<testcase name="test_wp_targeted_link_rel_skips_style_and_scripts" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="115" assertions="1" time="0.003015"/> | |
<testcase name="test_ignore_entirely_serialized_content" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="126" assertions="1" time="0.005865"/> | |
<testcase name="test_wp_targeted_link_rel_tab_separated_values_are_split" class="Tests_Targeted_Link_Rel" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTargetedLinkRel.php" line="132" assertions="1" time="0.002934"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" tests="357" assertions="441" failures="0" errors="0" time="1.123060"> | |
<testcase name="test_dashes" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="7" assertions="2" time="0.002626"/> | |
<testcase name="test_disable" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="12" assertions="11" time="0.003892"/> | |
<testcase name="test_bracketed_quotes_1418" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="38" assertions="3" time="0.003019"/> | |
<testcase name="test_bracketed_quotes_3810" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="47" assertions="1" time="0.002720"/> | |
<testcase name="test_basic_quotes" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="54" assertions="11" time="0.002809"/> | |
<testcase name="test_full_sentences_with_unmatched_single_quotes" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="77" assertions="1" time="0.002415"/> | |
<testcase name="test_quotes" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="87" assertions="5" time="0.003929"/> | |
<testcase name="test_quotes_before_s" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="106" assertions="5" time="0.002856"/> | |
<testcase name="test_quotes_before_numbers" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="117" assertions="23" time="0.002975"/> | |
<testcase name="test_quotes_after_numbers" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="144" assertions="1" time="0.002623"/> | |
<testcase name="test_other_html" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="152" assertions="1" time="0.002601"/> | |
<testcase name="test_x" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="158" assertions="1" time="0.003829"/> | |
<testcase name="test_minutes_seconds" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="162" assertions="6" time="0.002766"/> | |
<testcase name="test_wptexturize_quotes_around_numbers" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="176" assertions="4" time="0.002703"/> | |
<testcase name="test_wptexturize_html_comments" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="186" assertions="3" time="0.002301"/> | |
<testcase name="test_entity_quote_cuddling" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="196" assertions="1" time="0.003033"/> | |
<testcase name="test_apostrophes_before_primes" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="204" assertions="1" time="0.002930"/> | |
<testcase name="test_spaces_around_hyphens" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="211" assertions="14" time="0.007698"/> | |
<testcase name="test_hyphens_at_start_and_end" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="234" assertions="6" time="0.003292"/> | |
<testcase name="test_spaces_around_quotes_never" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="251" assertions="1" time="0.002677"/> | |
<testsuite name="Tests_Formatting_WPTexturize::test_spaces_around_quotes" tests="9" assertions="9" failures="0" errors="0" time="0.025390"> | |
<testcase name="test_spaces_around_quotes with data set #0" assertions="1" time="0.003544"/> | |
<testcase name="test_spaces_around_quotes with data set #1" assertions="1" time="0.002681"/> | |
<testcase name="test_spaces_around_quotes with data set #2" assertions="1" time="0.002549"/> | |
<testcase name="test_spaces_around_quotes with data set #3" assertions="1" time="0.002459"/> | |
<testcase name="test_spaces_around_quotes with data set #4" assertions="1" time="0.002459"/> | |
<testcase name="test_spaces_around_quotes with data set #5" assertions="1" time="0.002667"/> | |
<testcase name="test_spaces_around_quotes with data set #6" assertions="1" time="0.003853"/> | |
<testcase name="test_spaces_around_quotes with data set #7" assertions="1" time="0.002555"/> | |
<testcase name="test_spaces_around_quotes with data set #8" assertions="1" time="0.002623"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_apos_before_digits" tests="6" assertions="6" failures="0" errors="0" time="0.017577"> | |
<testcase name="test_apos_before_digits with data set #0" assertions="1" time="0.002439"/> | |
<testcase name="test_apos_before_digits with data set #1" assertions="1" time="0.002792"/> | |
<testcase name="test_apos_before_digits with data set #2" assertions="1" time="0.003958"/> | |
<testcase name="test_apos_before_digits with data set #3" assertions="1" time="0.003266"/> | |
<testcase name="test_apos_before_digits with data set #4" assertions="1" time="0.002594"/> | |
<testcase name="test_apos_before_digits with data set #5" assertions="1" time="0.002528"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_opening_single_quote" tests="28" assertions="28" failures="0" errors="0" time="0.097354"> | |
<testcase name="test_opening_single_quote with data set #0" assertions="1" time="0.003665"/> | |
<testcase name="test_opening_single_quote with data set #1" assertions="1" time="0.005011"/> | |
<testcase name="test_opening_single_quote with data set #2" assertions="1" time="0.003635"/> | |
<testcase name="test_opening_single_quote with data set #3" assertions="1" time="0.002262"/> | |
<testcase name="test_opening_single_quote with data set #4" assertions="1" time="0.002450"/> | |
<testcase name="test_opening_single_quote with data set #5" assertions="1" time="0.002472"/> | |
<testcase name="test_opening_single_quote with data set #6" assertions="1" time="0.003934"/> | |
<testcase name="test_opening_single_quote with data set #7" assertions="1" time="0.003047"/> | |
<testcase name="test_opening_single_quote with data set #8" assertions="1" time="0.002552"/> | |
<testcase name="test_opening_single_quote with data set #9" assertions="1" time="0.002609"/> | |
<testcase name="test_opening_single_quote with data set #10" assertions="1" time="0.002787"/> | |
<testcase name="test_opening_single_quote with data set #11" assertions="1" time="0.003569"/> | |
<testcase name="test_opening_single_quote with data set #12" assertions="1" time="0.003220"/> | |
<testcase name="test_opening_single_quote with data set #13" assertions="1" time="0.002673"/> | |
<testcase name="test_opening_single_quote with data set #14" assertions="1" time="0.002707"/> | |
<testcase name="test_opening_single_quote with data set #15" assertions="1" time="0.002341"/> | |
<testcase name="test_opening_single_quote with data set #16" assertions="1" time="0.002632"/> | |
<testcase name="test_opening_single_quote with data set #17" assertions="1" time="0.003772"/> | |
<testcase name="test_opening_single_quote with data set #18" assertions="1" time="0.002795"/> | |
<testcase name="test_opening_single_quote with data set #19" assertions="1" time="0.002876"/> | |
<testcase name="test_opening_single_quote with data set #20" assertions="1" time="0.002776"/> | |
<testcase name="test_opening_single_quote with data set #21" assertions="1" time="0.002587"/> | |
<testcase name="test_opening_single_quote with data set #22" assertions="1" time="0.004013"/> | |
<testcase name="test_opening_single_quote with data set #23" assertions="1" time="0.003981"/> | |
<testcase name="test_opening_single_quote with data set #24" assertions="1" time="0.002798"/> | |
<testcase name="test_opening_single_quote with data set #25" assertions="1" time="0.002635"/> | |
<testcase name="test_opening_single_quote with data set #26" assertions="1" time="0.013741"/> | |
<testcase name="test_opening_single_quote with data set #27" assertions="1" time="0.003813"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_double_prime" tests="4" assertions="4" failures="0" errors="0" time="0.011421"> | |
<testcase name="test_double_prime with data set #0" assertions="1" time="0.002906"/> | |
<testcase name="test_double_prime with data set #1" assertions="1" time="0.003351"/> | |
<testcase name="test_double_prime with data set #2" assertions="1" time="0.002813"/> | |
<testcase name="test_double_prime with data set #3" assertions="1" time="0.002351"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_single_prime" tests="4" assertions="4" failures="0" errors="0" time="0.017327"> | |
<testcase name="test_single_prime with data set #0" assertions="1" time="0.002500"/> | |
<testcase name="test_single_prime with data set #1" assertions="1" time="0.002694"/> | |
<testcase name="test_single_prime with data set #2" assertions="1" time="0.008944"/> | |
<testcase name="test_single_prime with data set #3" assertions="1" time="0.003189"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_contractions" tests="6" assertions="6" failures="0" errors="0" time="0.018988"> | |
<testcase name="test_contractions with data set #0" assertions="1" time="0.002553"/> | |
<testcase name="test_contractions with data set #1" assertions="1" time="0.004456"/> | |
<testcase name="test_contractions with data set #2" assertions="1" time="0.003904"/> | |
<testcase name="test_contractions with data set #3" assertions="1" time="0.002522"/> | |
<testcase name="test_contractions with data set #4" assertions="1" time="0.002739"/> | |
<testcase name="test_contractions with data set #5" assertions="1" time="0.002814"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_opening_quote" tests="15" assertions="15" failures="0" errors="0" time="0.058246"> | |
<testcase name="test_opening_quote with data set #0" assertions="1" time="0.004626"/> | |
<testcase name="test_opening_quote with data set #1" assertions="1" time="0.002702"/> | |
<testcase name="test_opening_quote with data set #2" assertions="1" time="0.002570"/> | |
<testcase name="test_opening_quote with data set #3" assertions="1" time="0.002615"/> | |
<testcase name="test_opening_quote with data set #4" assertions="1" time="0.002703"/> | |
<testcase name="test_opening_quote with data set #5" assertions="1" time="0.003582"/> | |
<testcase name="test_opening_quote with data set #6" assertions="1" time="0.003091"/> | |
<testcase name="test_opening_quote with data set #7" assertions="1" time="0.002615"/> | |
<testcase name="test_opening_quote with data set #8" assertions="1" time="0.002525"/> | |
<testcase name="test_opening_quote with data set #9" assertions="1" time="0.002952"/> | |
<testcase name="test_opening_quote with data set #10" assertions="1" time="0.007913"/> | |
<testcase name="test_opening_quote with data set #11" assertions="1" time="0.006830"/> | |
<testcase name="test_opening_quote with data set #12" assertions="1" time="0.006327"/> | |
<testcase name="test_opening_quote with data set #13" assertions="1" time="0.004639"/> | |
<testcase name="test_opening_quote with data set #14" assertions="1" time="0.002556"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_closing_quote" tests="18" assertions="18" failures="0" errors="0" time="0.057853"> | |
<testcase name="test_closing_quote with data set #0" assertions="1" time="0.002428"/> | |
<testcase name="test_closing_quote with data set #1" assertions="1" time="0.002625"/> | |
<testcase name="test_closing_quote with data set #2" assertions="1" time="0.003718"/> | |
<testcase name="test_closing_quote with data set #3" assertions="1" time="0.002536"/> | |
<testcase name="test_closing_quote with data set #4" assertions="1" time="0.002564"/> | |
<testcase name="test_closing_quote with data set #5" assertions="1" time="0.002853"/> | |
<testcase name="test_closing_quote with data set #6" assertions="1" time="0.003027"/> | |
<testcase name="test_closing_quote with data set #7" assertions="1" time="0.004972"/> | |
<testcase name="test_closing_quote with data set #8" assertions="1" time="0.003000"/> | |
<testcase name="test_closing_quote with data set #9" assertions="1" time="0.002934"/> | |
<testcase name="test_closing_quote with data set #10" assertions="1" time="0.002838"/> | |
<testcase name="test_closing_quote with data set #11" assertions="1" time="0.002528"/> | |
<testcase name="test_closing_quote with data set #12" assertions="1" time="0.003644"/> | |
<testcase name="test_closing_quote with data set #13" assertions="1" time="0.002819"/> | |
<testcase name="test_closing_quote with data set #14" assertions="1" time="0.002598"/> | |
<testcase name="test_closing_quote with data set #15" assertions="1" time="0.002873"/> | |
<testcase name="test_closing_quote with data set #16" assertions="1" time="0.003552"/> | |
<testcase name="test_closing_quote with data set #17" assertions="1" time="0.006345"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_closing_single_quote" tests="18" assertions="18" failures="0" errors="0" time="0.053313"> | |
<testcase name="test_closing_single_quote with data set #0" assertions="1" time="0.002871"/> | |
<testcase name="test_closing_single_quote with data set #1" assertions="1" time="0.002805"/> | |
<testcase name="test_closing_single_quote with data set #2" assertions="1" time="0.003075"/> | |
<testcase name="test_closing_single_quote with data set #3" assertions="1" time="0.005153"/> | |
<testcase name="test_closing_single_quote with data set #4" assertions="1" time="0.002412"/> | |
<testcase name="test_closing_single_quote with data set #5" assertions="1" time="0.002602"/> | |
<testcase name="test_closing_single_quote with data set #6" assertions="1" time="0.002570"/> | |
<testcase name="test_closing_single_quote with data set #7" assertions="1" time="0.002972"/> | |
<testcase name="test_closing_single_quote with data set #8" assertions="1" time="0.003964"/> | |
<testcase name="test_closing_single_quote with data set #9" assertions="1" time="0.002897"/> | |
<testcase name="test_closing_single_quote with data set #10" assertions="1" time="0.002420"/> | |
<testcase name="test_closing_single_quote with data set #11" assertions="1" time="0.002439"/> | |
<testcase name="test_closing_single_quote with data set #12" assertions="1" time="0.002742"/> | |
<testcase name="test_closing_single_quote with data set #13" assertions="1" time="0.003412"/> | |
<testcase name="test_closing_single_quote with data set #14" assertions="1" time="0.003583"/> | |
<testcase name="test_closing_single_quote with data set #15" assertions="1" time="0.002618"/> | |
<testcase name="test_closing_single_quote with data set #16" assertions="1" time="0.002421"/> | |
<testcase name="test_closing_single_quote with data set #17" assertions="1" time="0.002357"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_multiplication" tests="8" assertions="8" failures="0" errors="0" time="0.028815"> | |
<testcase name="test_multiplication with data set #0" assertions="1" time="0.002337"/> | |
<testcase name="test_multiplication with data set #1" assertions="1" time="0.002588"/> | |
<testcase name="test_multiplication with data set #2" assertions="1" time="0.005317"/> | |
<testcase name="test_multiplication with data set #3" assertions="1" time="0.002810"/> | |
<testcase name="test_multiplication with data set #4" assertions="1" time="0.002342"/> | |
<testcase name="test_multiplication with data set #5" assertions="1" time="0.002562"/> | |
<testcase name="test_multiplication with data set #6" assertions="1" time="0.003582"/> | |
<testcase name="test_multiplication with data set #7" assertions="1" time="0.007277"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_ampersand" tests="12" assertions="12" failures="0" errors="0" time="0.034379"> | |
<testcase name="test_ampersand with data set #0" assertions="1" time="0.002566"/> | |
<testcase name="test_ampersand with data set #1" assertions="1" time="0.002708"/> | |
<testcase name="test_ampersand with data set #2" assertions="1" time="0.003802"/> | |
<testcase name="test_ampersand with data set #3" assertions="1" time="0.002953"/> | |
<testcase name="test_ampersand with data set #4" assertions="1" time="0.002660"/> | |
<testcase name="test_ampersand with data set #5" assertions="1" time="0.002523"/> | |
<testcase name="test_ampersand with data set #6" assertions="1" time="0.002635"/> | |
<testcase name="test_ampersand with data set #7" assertions="1" time="0.002856"/> | |
<testcase name="test_ampersand with data set #8" assertions="1" time="0.003724"/> | |
<testcase name="test_ampersand with data set #9" assertions="1" time="0.002583"/> | |
<testcase name="test_ampersand with data set #10" assertions="1" time="0.002752"/> | |
<testcase name="test_ampersand with data set #11" assertions="1" time="0.002617"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_cockney" tests="11" assertions="11" failures="0" errors="0" time="0.034423"> | |
<testcase name="test_cockney with data set #0" assertions="1" time="0.002452"/> | |
<testcase name="test_cockney with data set #1" assertions="1" time="0.005591"/> | |
<testcase name="test_cockney with data set #2" assertions="1" time="0.003259"/> | |
<testcase name="test_cockney with data set #3" assertions="1" time="0.002462"/> | |
<testcase name="test_cockney with data set #4" assertions="1" time="0.002348"/> | |
<testcase name="test_cockney with data set #5" assertions="1" time="0.002553"/> | |
<testcase name="test_cockney with data set #6" assertions="1" time="0.004977"/> | |
<testcase name="test_cockney with data set #7" assertions="1" time="0.002624"/> | |
<testcase name="test_cockney with data set #8" assertions="1" time="0.002500"/> | |
<testcase name="test_cockney with data set #9" assertions="1" time="0.002957"/> | |
<testcase name="test_cockney with data set #10" assertions="1" time="0.002700"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_smart_dashes" tests="9" assertions="9" failures="0" errors="0" time="0.025174"> | |
<testcase name="test_smart_dashes with data set #0" assertions="1" time="0.003999"/> | |
<testcase name="test_smart_dashes with data set #1" assertions="1" time="0.002584"/> | |
<testcase name="test_smart_dashes with data set #2" assertions="1" time="0.002532"/> | |
<testcase name="test_smart_dashes with data set #3" assertions="1" time="0.002330"/> | |
<testcase name="test_smart_dashes with data set #4" assertions="1" time="0.002304"/> | |
<testcase name="test_smart_dashes with data set #5" assertions="1" time="0.002507"/> | |
<testcase name="test_smart_dashes with data set #6" assertions="1" time="0.003912"/> | |
<testcase name="test_smart_dashes with data set #7" assertions="1" time="0.002528"/> | |
<testcase name="test_smart_dashes with data set #8" assertions="1" time="0.002478"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_misc_static_replacements" tests="10" assertions="10" failures="0" errors="0" time="0.032771"> | |
<testcase name="test_misc_static_replacements with data set #0" assertions="1" time="0.002414"/> | |
<testcase name="test_misc_static_replacements with data set #1" assertions="1" time="0.002502"/> | |
<testcase name="test_misc_static_replacements with data set #2" assertions="1" time="0.002888"/> | |
<testcase name="test_misc_static_replacements with data set #3" assertions="1" time="0.005310"/> | |
<testcase name="test_misc_static_replacements with data set #4" assertions="1" time="0.002710"/> | |
<testcase name="test_misc_static_replacements with data set #5" assertions="1" time="0.002619"/> | |
<testcase name="test_misc_static_replacements with data set #6" assertions="1" time="0.003267"/> | |
<testcase name="test_misc_static_replacements with data set #7" assertions="1" time="0.005874"/> | |
<testcase name="test_misc_static_replacements with data set #8" assertions="1" time="0.002618"/> | |
<testcase name="test_misc_static_replacements with data set #9" assertions="1" time="0.002569"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_quoted_numbers" tests="9" assertions="9" failures="0" errors="0" time="0.025760"> | |
<testcase name="test_quoted_numbers with data set #0" assertions="1" time="0.002588"/> | |
<testcase name="test_quoted_numbers with data set #1" assertions="1" time="0.002562"/> | |
<testcase name="test_quoted_numbers with data set #2" assertions="1" time="0.003837"/> | |
<testcase name="test_quoted_numbers with data set #3" assertions="1" time="0.002502"/> | |
<testcase name="test_quoted_numbers with data set #4" assertions="1" time="0.002959"/> | |
<testcase name="test_quoted_numbers with data set #5" assertions="1" time="0.002743"/> | |
<testcase name="test_quoted_numbers with data set #6" assertions="1" time="0.002572"/> | |
<testcase name="test_quoted_numbers with data set #7" assertions="1" time="0.003391"/> | |
<testcase name="test_quoted_numbers with data set #8" assertions="1" time="0.002606"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_quotes_and_dashes" tests="12" assertions="12" failures="0" errors="0" time="0.038184"> | |
<testcase name="test_quotes_and_dashes with data set #0" assertions="1" time="0.002706"/> | |
<testcase name="test_quotes_and_dashes with data set #1" assertions="1" time="0.002222"/> | |
<testcase name="test_quotes_and_dashes with data set #2" assertions="1" time="0.002843"/> | |
<testcase name="test_quotes_and_dashes with data set #3" assertions="1" time="0.002600"/> | |
<testcase name="test_quotes_and_dashes with data set #4" assertions="1" time="0.007817"/> | |
<testcase name="test_quotes_and_dashes with data set #5" assertions="1" time="0.003825"/> | |
<testcase name="test_quotes_and_dashes with data set #6" assertions="1" time="0.002401"/> | |
<testcase name="test_quotes_and_dashes with data set #7" assertions="1" time="0.002451"/> | |
<testcase name="test_quotes_and_dashes with data set #8" assertions="1" time="0.003681"/> | |
<testcase name="test_quotes_and_dashes with data set #9" assertions="1" time="0.002559"/> | |
<testcase name="test_quotes_and_dashes with data set #10" assertions="1" time="0.002561"/> | |
<testcase name="test_quotes_and_dashes with data set #11" assertions="1" time="0.002518"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_tag_avoidance" tests="52" assertions="52" failures="0" errors="0" time="0.161875"> | |
<testcase name="test_tag_avoidance with data set #0" assertions="1" time="0.002358"/> | |
<testcase name="test_tag_avoidance with data set #1" assertions="1" time="0.003394"/> | |
<testcase name="test_tag_avoidance with data set #2" assertions="1" time="0.003088"/> | |
<testcase name="test_tag_avoidance with data set #3" assertions="1" time="0.002657"/> | |
<testcase name="test_tag_avoidance with data set #4" assertions="1" time="0.002332"/> | |
<testcase name="test_tag_avoidance with data set #5" assertions="1" time="0.002546"/> | |
<testcase name="test_tag_avoidance with data set #6" assertions="1" time="0.002499"/> | |
<testcase name="test_tag_avoidance with data set #7" assertions="1" time="0.003743"/> | |
<testcase name="test_tag_avoidance with data set #8" assertions="1" time="0.002507"/> | |
<testcase name="test_tag_avoidance with data set #9" assertions="1" time="0.002669"/> | |
<testcase name="test_tag_avoidance with data set #10" assertions="1" time="0.002910"/> | |
<testcase name="test_tag_avoidance with data set #11" assertions="1" time="0.002538"/> | |
<testcase name="test_tag_avoidance with data set #12" assertions="1" time="0.002950"/> | |
<testcase name="test_tag_avoidance with data set #13" assertions="1" time="0.006093"/> | |
<testcase name="test_tag_avoidance with data set #14" assertions="1" time="0.002925"/> | |
<testcase name="test_tag_avoidance with data set #15" assertions="1" time="0.002548"/> | |
<testcase name="test_tag_avoidance with data set #16" assertions="1" time="0.002486"/> | |
<testcase name="test_tag_avoidance with data set #17" assertions="1" time="0.003698"/> | |
<testcase name="test_tag_avoidance with data set #18" assertions="1" time="0.002908"/> | |
<testcase name="test_tag_avoidance with data set #19" assertions="1" time="0.002555"/> | |
<testcase name="test_tag_avoidance with data set #20" assertions="1" time="0.002429"/> | |
<testcase name="test_tag_avoidance with data set #21" assertions="1" time="0.002459"/> | |
<testcase name="test_tag_avoidance with data set #22" assertions="1" time="0.002764"/> | |
<testcase name="test_tag_avoidance with data set #23" assertions="1" time="0.003771"/> | |
<testcase name="test_tag_avoidance with data set #24" assertions="1" time="0.002583"/> | |
<testcase name="test_tag_avoidance with data set #25" assertions="1" time="0.002612"/> | |
<testcase name="test_tag_avoidance with data set #26" assertions="1" time="0.002735"/> | |
<testcase name="test_tag_avoidance with data set #27" assertions="1" time="0.002404"/> | |
<testcase name="test_tag_avoidance with data set #28" assertions="1" time="0.003488"/> | |
<testcase name="test_tag_avoidance with data set #29" assertions="1" time="0.003208"/> | |
<testcase name="test_tag_avoidance with data set #30" assertions="1" time="0.002543"/> | |
<testcase name="test_tag_avoidance with data set #31" assertions="1" time="0.002616"/> | |
<testcase name="test_tag_avoidance with data set #32" assertions="1" time="0.002435"/> | |
<testcase name="test_tag_avoidance with data set #33" assertions="1" time="0.002377"/> | |
<testcase name="test_tag_avoidance with data set #34" assertions="1" time="0.004564"/> | |
<testcase name="test_tag_avoidance with data set #35" assertions="1" time="0.003474"/> | |
<testcase name="test_tag_avoidance with data set #36" assertions="1" time="0.002501"/> | |
<testcase name="test_tag_avoidance with data set #37" assertions="1" time="0.002418"/> | |
<testcase name="test_tag_avoidance with data set #38" assertions="1" time="0.002544"/> | |
<testcase name="test_tag_avoidance with data set #39" assertions="1" time="0.004354"/> | |
<testcase name="test_tag_avoidance with data set #40" assertions="1" time="0.002550"/> | |
<testcase name="test_tag_avoidance with data set #41" assertions="1" time="0.007349"/> | |
<testcase name="test_tag_avoidance with data set #42" assertions="1" time="0.002584"/> | |
<testcase name="test_tag_avoidance with data set #43" assertions="1" time="0.004087"/> | |
<testcase name="test_tag_avoidance with data set #44" assertions="1" time="0.002662"/> | |
<testcase name="test_tag_avoidance with data set #45" assertions="1" time="0.002382"/> | |
<testcase name="test_tag_avoidance with data set #46" assertions="1" time="0.002305"/> | |
<testcase name="test_tag_avoidance with data set #47" assertions="1" time="0.002342"/> | |
<testcase name="test_tag_avoidance with data set #48" assertions="1" time="0.003996"/> | |
<testcase name="test_tag_avoidance with data set #49" assertions="1" time="0.006106"/> | |
<testcase name="test_tag_avoidance with data set #50" assertions="1" time="0.004359"/> | |
<testcase name="test_tag_avoidance with data set #51" assertions="1" time="0.003470"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_year_abbr" tests="18" assertions="18" failures="0" errors="0" time="0.050648"> | |
<testcase name="test_year_abbr with data set #0" assertions="1" time="0.004148"/> | |
<testcase name="test_year_abbr with data set #1" assertions="1" time="0.002793"/> | |
<testcase name="test_year_abbr with data set #2" assertions="1" time="0.002347"/> | |
<testcase name="test_year_abbr with data set #3" assertions="1" time="0.002335"/> | |
<testcase name="test_year_abbr with data set #4" assertions="1" time="0.002440"/> | |
<testcase name="test_year_abbr with data set #5" assertions="1" time="0.003820"/> | |
<testcase name="test_year_abbr with data set #6" assertions="1" time="0.002490"/> | |
<testcase name="test_year_abbr with data set #7" assertions="1" time="0.002467"/> | |
<testcase name="test_year_abbr with data set #8" assertions="1" time="0.002431"/> | |
<testcase name="test_year_abbr with data set #9" assertions="1" time="0.002498"/> | |
<testcase name="test_year_abbr with data set #10" assertions="1" time="0.002514"/> | |
<testcase name="test_year_abbr with data set #11" assertions="1" time="0.003509"/> | |
<testcase name="test_year_abbr with data set #12" assertions="1" time="0.002557"/> | |
<testcase name="test_year_abbr with data set #13" assertions="1" time="0.002512"/> | |
<testcase name="test_year_abbr with data set #14" assertions="1" time="0.002406"/> | |
<testcase name="test_year_abbr with data set #15" assertions="1" time="0.002414"/> | |
<testcase name="test_year_abbr with data set #16" assertions="1" time="0.003347"/> | |
<testcase name="test_year_abbr with data set #17" assertions="1" time="0.003620"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_translate" tests="44" assertions="44" failures="0" errors="0" time="0.141060"> | |
<testcase name="test_translate with data set #0" assertions="1" time="0.002511"/> | |
<testcase name="test_translate with data set #1" assertions="1" time="0.002726"/> | |
<testcase name="test_translate with data set #2" assertions="1" time="0.003280"/> | |
<testcase name="test_translate with data set #3" assertions="1" time="0.003153"/> | |
<testcase name="test_translate with data set #4" assertions="1" time="0.005527"/> | |
<testcase name="test_translate with data set #5" assertions="1" time="0.002835"/> | |
<testcase name="test_translate with data set #6" assertions="1" time="0.002506"/> | |
<testcase name="test_translate with data set #7" assertions="1" time="0.002396"/> | |
<testcase name="test_translate with data set #8" assertions="1" time="0.003392"/> | |
<testcase name="test_translate with data set #9" assertions="1" time="0.003314"/> | |
<testcase name="test_translate with data set #10" assertions="1" time="0.002634"/> | |
<testcase name="test_translate with data set #11" assertions="1" time="0.002535"/> | |
<testcase name="test_translate with data set #12" assertions="1" time="0.002455"/> | |
<testcase name="test_translate with data set #13" assertions="1" time="0.002670"/> | |
<testcase name="test_translate with data set #14" assertions="1" time="0.004075"/> | |
<testcase name="test_translate with data set #15" assertions="1" time="0.002551"/> | |
<testcase name="test_translate with data set #16" assertions="1" time="0.002599"/> | |
<testcase name="test_translate with data set #17" assertions="1" time="0.002537"/> | |
<testcase name="test_translate with data set #18" assertions="1" time="0.002733"/> | |
<testcase name="test_translate with data set #19" assertions="1" time="0.002961"/> | |
<testcase name="test_translate with data set #20" assertions="1" time="0.003438"/> | |
<testcase name="test_translate with data set #21" assertions="1" time="0.002904"/> | |
<testcase name="test_translate with data set #22" assertions="1" time="0.003346"/> | |
<testcase name="test_translate with data set #23" assertions="1" time="0.002678"/> | |
<testcase name="test_translate with data set #24" assertions="1" time="0.002951"/> | |
<testcase name="test_translate with data set #25" assertions="1" time="0.005491"/> | |
<testcase name="test_translate with data set #26" assertions="1" time="0.003347"/> | |
<testcase name="test_translate with data set #27" assertions="1" time="0.002710"/> | |
<testcase name="test_translate with data set #28" assertions="1" time="0.002831"/> | |
<testcase name="test_translate with data set #29" assertions="1" time="0.004672"/> | |
<testcase name="test_translate with data set #30" assertions="1" time="0.002482"/> | |
<testcase name="test_translate with data set #31" assertions="1" time="0.002599"/> | |
<testcase name="test_translate with data set #32" assertions="1" time="0.002583"/> | |
<testcase name="test_translate with data set #33" assertions="1" time="0.002450"/> | |
<testcase name="test_translate with data set #34" assertions="1" time="0.002982"/> | |
<testcase name="test_translate with data set #35" assertions="1" time="0.003481"/> | |
<testcase name="test_translate with data set #36" assertions="1" time="0.003110"/> | |
<testcase name="test_translate with data set #37" assertions="1" time="0.002373"/> | |
<testcase name="test_translate with data set #38" assertions="1" time="0.002556"/> | |
<testcase name="test_translate with data set #39" assertions="1" time="0.002756"/> | |
<testcase name="test_translate with data set #40" assertions="1" time="0.007559"/> | |
<testcase name="test_translate with data set #41" assertions="1" time="0.004343"/> | |
<testcase name="test_translate with data set #42" assertions="1" time="0.002958"/> | |
<testcase name="test_translate with data set #43" assertions="1" time="0.005070"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_element_stack" tests="9" assertions="9" failures="0" errors="0" time="0.025158"> | |
<testcase name="test_element_stack with data set #0" assertions="1" time="0.003493"/> | |
<testcase name="test_element_stack with data set #1" assertions="1" time="0.002331"/> | |
<testcase name="test_element_stack with data set #2" assertions="1" time="0.002357"/> | |
<testcase name="test_element_stack with data set #3" assertions="1" time="0.002342"/> | |
<testcase name="test_element_stack with data set #4" assertions="1" time="0.003429"/> | |
<testcase name="test_element_stack with data set #5" assertions="1" time="0.003087"/> | |
<testcase name="test_element_stack with data set #6" assertions="1" time="0.002667"/> | |
<testcase name="test_element_stack with data set #7" assertions="1" time="0.002933"/> | |
<testcase name="test_element_stack with data set #8" assertions="1" time="0.002519"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_unregistered_shortcodes" tests="15" assertions="15" failures="0" errors="0" time="0.045721"> | |
<testcase name="test_unregistered_shortcodes with data set #0" assertions="1" time="0.002533"/> | |
<testcase name="test_unregistered_shortcodes with data set #1" assertions="1" time="0.003382"/> | |
<testcase name="test_unregistered_shortcodes with data set #2" assertions="1" time="0.002489"/> | |
<testcase name="test_unregistered_shortcodes with data set #3" assertions="1" time="0.002382"/> | |
<testcase name="test_unregistered_shortcodes with data set #4" assertions="1" time="0.002441"/> | |
<testcase name="test_unregistered_shortcodes with data set #5" assertions="1" time="0.002314"/> | |
<testcase name="test_unregistered_shortcodes with data set #6" assertions="1" time="0.002388"/> | |
<testcase name="test_unregistered_shortcodes with data set #7" assertions="1" time="0.004193"/> | |
<testcase name="test_unregistered_shortcodes with data set #8" assertions="1" time="0.002825"/> | |
<testcase name="test_unregistered_shortcodes with data set #9" assertions="1" time="0.002843"/> | |
<testcase name="test_unregistered_shortcodes with data set #10" assertions="1" time="0.003485"/> | |
<testcase name="test_unregistered_shortcodes with data set #11" assertions="1" time="0.002498"/> | |
<testcase name="test_unregistered_shortcodes with data set #12" assertions="1" time="0.006335"/> | |
<testcase name="test_unregistered_shortcodes with data set #13" assertions="1" time="0.003036"/> | |
<testcase name="test_unregistered_shortcodes with data set #14" assertions="1" time="0.002577"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_primes_vs_quotes" tests="8" assertions="8" failures="0" errors="0" time="0.022131"> | |
<testcase name="test_primes_vs_quotes with data set #0" assertions="1" time="0.002415"/> | |
<testcase name="test_primes_vs_quotes with data set #1" assertions="1" time="0.003202"/> | |
<testcase name="test_primes_vs_quotes with data set #2" assertions="1" time="0.002870"/> | |
<testcase name="test_primes_vs_quotes with data set #3" assertions="1" time="0.002321"/> | |
<testcase name="test_primes_vs_quotes with data set #4" assertions="1" time="0.002457"/> | |
<testcase name="test_primes_vs_quotes with data set #5" assertions="1" time="0.002497"/> | |
<testcase name="test_primes_vs_quotes with data set #6" assertions="1" time="0.002427"/> | |
<testcase name="test_primes_vs_quotes with data set #7" assertions="1" time="0.003943"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_primes_quotes_translation" tests="8" assertions="8" failures="0" errors="0" time="0.022017"> | |
<testcase name="test_primes_quotes_translation with data set #0" assertions="1" time="0.003037"/> | |
<testcase name="test_primes_quotes_translation with data set #1" assertions="1" time="0.002633"/> | |
<testcase name="test_primes_quotes_translation with data set #2" assertions="1" time="0.002486"/> | |
<testcase name="test_primes_quotes_translation with data set #3" assertions="1" time="0.002440"/> | |
<testcase name="test_primes_quotes_translation with data set #4" assertions="1" time="0.002496"/> | |
<testcase name="test_primes_quotes_translation with data set #5" assertions="1" time="0.003571"/> | |
<testcase name="test_primes_quotes_translation with data set #6" assertions="1" time="0.002612"/> | |
<testcase name="test_primes_quotes_translation with data set #7" assertions="1" time="0.002742"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTexturize::test_pcre_performance" tests="3" assertions="6" failures="0" errors="0" time="0.009652"> | |
<testcase name="test_pcre_performance with data set #0" assertions="2" time="0.002574"/> | |
<testcase name="test_pcre_performance with data set #1" assertions="2" time="0.002818"/> | |
<testcase name="test_pcre_performance with data set #2" assertions="2" time="0.004260"/> | |
</testsuite> | |
<testcase name="test_trailing_less_than" class="Tests_Formatting_WPTexturize" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTexturize.php" line="2105" assertions="1" time="0.004130"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" tests="9" assertions="13" failures="0" errors="0" time="0.031607"> | |
<testcase name="test_trims_to_55_by_default" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="17" assertions="1" time="0.002193"/> | |
<testcase name="test_trims_to_10" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="22" assertions="1" time="0.002304"/> | |
<testcase name="test_trims_to_5_and_uses_custom_more" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="27" assertions="1" time="0.004340"/> | |
<testcase name="test_strips_tags_before_trimming" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="32" assertions="1" time="0.002703"/> | |
<testcase name="test_strips_script_and_style_content" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="41" assertions="2" time="0.002795"/> | |
<testcase name="test_doesnt_trim_short_text" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="51" assertions="1" time="0.002442"/> | |
<testcase name="test_trims_to_20_counted_by_chars" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="59" assertions="1" time="0.006811"/> | |
<testcase name="test_trims_to_20_counted_by_chars_with_double_width_chars" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="70" assertions="1" time="0.005449"/> | |
<testcase name="test_works_with_non_numeric_num_words" class="Tests_Formatting_WPTrimWords" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WPTrimWords.php" line="82" assertions="4" time="0.002571"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WpHtmlEditPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpHtmlEditPre.php" tests="2" assertions="4" failures="0" errors="0" time="0.011733"> | |
<testcase name="test_wp_htmledit_pre_charset_iso_8859_1" class="Tests_Formatting_WpHtmlEditPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpHtmlEditPre.php" line="17" assertions="2" time="0.008742"/> | |
<testcase name="test_wp_htmledit_pre_charset_utf_8" class="Tests_Formatting_WpHtmlEditPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpHtmlEditPre.php" line="31" assertions="2" time="0.002991"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WpHtmlSplit" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpHtmlSplit.php" tests="7" assertions="7" failures="0" errors="0" time="0.023435"> | |
<testsuite name="Tests_Formatting_WpHtmlSplit::test_basic_features" tests="4" assertions="4" failures="0" errors="0" time="0.014851"> | |
<testcase name="test_basic_features with data set #0" assertions="1" time="0.006820"/> | |
<testcase name="test_basic_features with data set #1" assertions="1" time="0.003147"/> | |
<testcase name="test_basic_features with data set #2" assertions="1" time="0.002486"/> | |
<testcase name="test_basic_features with data set #3" assertions="1" time="0.002398"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WpHtmlSplit::test_pcre_performance" tests="3" assertions="3" failures="0" errors="0" time="0.008584"> | |
<testcase name="test_pcre_performance with data set #0" assertions="1" time="0.002873"/> | |
<testcase name="test_pcre_performance with data set #1" assertions="1" time="0.003145"/> | |
<testcase name="test_pcre_performance with data set #2" assertions="1" time="0.002566"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WpReplaceInTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpReplaceInHtmlTags.php" tests="4" assertions="4" failures="0" errors="0" time="0.011220"> | |
<testsuite name="Tests_Formatting_WpReplaceInTags::test_wp_replace_in_html_tags" tests="4" assertions="4" failures="0" errors="0" time="0.011220"> | |
<testcase name="test_wp_replace_in_html_tags with data set #0" assertions="1" time="0.002120"/> | |
<testcase name="test_wp_replace_in_html_tags with data set #1" assertions="1" time="0.002567"/> | |
<testcase name="test_wp_replace_in_html_tags with data set #2" assertions="1" time="0.004033"/> | |
<testcase name="test_wp_replace_in_html_tags with data set #3" assertions="1" time="0.002500"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WpRichEditPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpRichEditPre.php" tests="2" assertions="4" failures="0" errors="0" time="0.006882"> | |
<testcase name="test_wp_richedit_pre_charset_iso_8859_1" class="Tests_Formatting_WpRichEditPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpRichEditPre.php" line="17" assertions="2" time="0.002462"/> | |
<testcase name="test_wp_richedit_pre_charset_utf_8" class="Tests_Formatting_WpRichEditPre" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpRichEditPre.php" line="31" assertions="2" time="0.004420"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_WpTrimExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpTrimExcerpt.php" tests="2" assertions="2" failures="0" errors="0" time="0.076258"> | |
<testcase name="test_secondary_loop_respect_more" class="Tests_Formatting_WpTrimExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpTrimExcerpt.php" line="11" assertions="1" time="0.039094"/> | |
<testcase name="test_secondary_loop_respect_nextpage" class="Tests_Formatting_WpTrimExcerpt" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/WpTrimExcerpt.php" line="42" assertions="1" time="0.037164"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Zeroise" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Zeroise.php" tests="2" assertions="2" failures="0" errors="0" time="0.005152"> | |
<testcase name="test_pads_with_leading_zeroes" class="Tests_Formatting_Zeroise" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Zeroise.php" line="7" assertions="1" time="0.002649"/> | |
<testcase name="test_does_nothing_if_input_is_already_longer" class="Tests_Formatting_Zeroise" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/Zeroise.php" line="11" assertions="1" time="0.002503"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" tests="108" assertions="139" failures="0" errors="0" time="0.338545"> | |
<testsuite name="Tests_Formatting_BalanceTags::test_detects_traditional_tag_names" tests="6" assertions="6" failures="0" errors="0" time="0.017320"> | |
<testcase name="test_detects_traditional_tag_names with data set #0" assertions="1" time="0.002694"/> | |
<testcase name="test_detects_traditional_tag_names with data set #1" assertions="1" time="0.002641"/> | |
<testcase name="test_detects_traditional_tag_names with data set #2" assertions="1" time="0.002574"/> | |
<testcase name="test_detects_traditional_tag_names with data set #3" assertions="1" time="0.002553"/> | |
<testcase name="test_detects_traditional_tag_names with data set #4" assertions="1" time="0.002433"/> | |
<testcase name="test_detects_traditional_tag_names with data set #5" assertions="1" time="0.004425"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags::test_detects_supported_custom_element_tag_names" tests="7" assertions="7" failures="0" errors="0" time="0.019345"> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #0" assertions="1" time="0.002572"/> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #1" assertions="1" time="0.002724"/> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #2" assertions="1" time="0.002421"/> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #3" assertions="1" time="0.002333"/> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #4" assertions="1" time="0.003543"/> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #5" assertions="1" time="0.003296"/> | |
<testcase name="test_detects_supported_custom_element_tag_names with data set #6" assertions="1" time="0.002456"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags::test_ignores_invalid_tag_names" tests="2" assertions="2" failures="0" errors="0" time="0.004944"> | |
<testcase name="test_ignores_invalid_tag_names with data set #0" assertions="1" time="0.002458"/> | |
<testcase name="test_ignores_invalid_tag_names with data set #1" assertions="1" time="0.002486"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags::test_ignores_unsupported_custom_tag_names" tests="29" assertions="29" failures="0" errors="0" time="0.101275"> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #0" assertions="1" time="0.002436"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #1" assertions="1" time="0.006453"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #2" assertions="1" time="0.003662"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #3" assertions="1" time="0.002592"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #4" assertions="1" time="0.002588"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #5" assertions="1" time="0.004059"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #6" assertions="1" time="0.002549"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #7" assertions="1" time="0.003126"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #8" assertions="1" time="0.002719"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #9" assertions="1" time="0.002395"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #10" assertions="1" time="0.002886"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #11" assertions="1" time="0.003565"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #12" assertions="1" time="0.002284"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #13" assertions="1" time="0.002899"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #14" assertions="1" time="0.002419"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #15" assertions="1" time="0.008753"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #16" assertions="1" time="0.002944"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #17" assertions="1" time="0.002530"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #18" assertions="1" time="0.002671"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #19" assertions="1" time="0.002620"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #20" assertions="1" time="0.009192"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #21" assertions="1" time="0.003146"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #22" assertions="1" time="0.002607"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #23" assertions="1" time="0.004352"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #24" assertions="1" time="0.002733"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #25" assertions="1" time="0.003351"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #26" assertions="1" time="0.002901"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #27" assertions="1" time="0.002756"/> | |
<testcase name="test_ignores_unsupported_custom_tag_names with data set #28" assertions="1" time="0.004087"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags::test_detects_supported_invalid_tag_names" tests="8" assertions="8" failures="0" errors="0" time="0.021672"> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #0" assertions="1" time="0.002506"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #1" assertions="1" time="0.002445"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #2" assertions="1" time="0.002420"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #3" assertions="1" time="0.002504"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #4" assertions="1" time="0.002802"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #5" assertions="1" time="0.003946"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #6" assertions="1" time="0.002529"/> | |
<testcase name="test_detects_supported_invalid_tag_names with data set #7" assertions="1" time="0.002520"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags::test_selfcloses_unclosed_known_single_tags" tests="16" assertions="16" failures="0" errors="0" time="0.048472"> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #0" assertions="1" time="0.002459"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #1" assertions="1" time="0.002768"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #2" assertions="1" time="0.006142"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #3" assertions="1" time="0.003463"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #4" assertions="1" time="0.002548"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #5" assertions="1" time="0.002508"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #6" assertions="1" time="0.003041"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #7" assertions="1" time="0.003765"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #8" assertions="1" time="0.002578"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #9" assertions="1" time="0.002494"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #10" assertions="1" time="0.002648"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #11" assertions="1" time="0.002747"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #12" assertions="1" time="0.003752"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #13" assertions="1" time="0.002509"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #14" assertions="1" time="0.002525"/> | |
<testcase name="test_selfcloses_unclosed_known_single_tags with data set #15" assertions="1" time="0.002525"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_BalanceTags::test_selfcloses_known_single_tags_having_closing_tag" tests="16" assertions="16" failures="0" errors="0" time="0.051177"> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #0" assertions="1" time="0.002381"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #1" assertions="1" time="0.003341"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #2" assertions="1" time="0.003169"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #3" assertions="1" time="0.003301"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #4" assertions="1" time="0.003426"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #5" assertions="1" time="0.002972"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #6" assertions="1" time="0.006470"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #7" assertions="1" time="0.003593"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #8" assertions="1" time="0.002619"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #9" assertions="1" time="0.002913"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #10" assertions="1" time="0.004319"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #11" assertions="1" time="0.002542"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #12" assertions="1" time="0.002397"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #13" assertions="1" time="0.002648"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #14" assertions="1" time="0.002501"/> | |
<testcase name="test_selfcloses_known_single_tags_having_closing_tag with data set #15" assertions="1" time="0.002585"/> | |
</testsuite> | |
<testcase name="test_closes_unknown_single_tags_with_closing_tag" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="216" assertions="5" time="0.003640"/> | |
<testcase name="test_closes_unclosed_single_tags_having_attributes" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="239" assertions="2" time="0.002834"/> | |
<testcase name="test_allows_validly_closed_single_tags" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="254" assertions="4" time="0.002776"/> | |
<testsuite name="Tests_Formatting_BalanceTags::test_balances_nestable_tags" tests="5" assertions="15" failures="0" errors="0" time="0.014946"> | |
<testcase name="test_balances_nestable_tags with data set #0" assertions="3" time="0.002493"/> | |
<testcase name="test_balances_nestable_tags with data set #1" assertions="3" time="0.002533"/> | |
<testcase name="test_balances_nestable_tags with data set #2" assertions="3" time="0.004167"/> | |
<testcase name="test_balances_nestable_tags with data set #3" assertions="3" time="0.002760"/> | |
<testcase name="test_balances_nestable_tags with data set #4" assertions="3" time="0.002993"/> | |
</testsuite> | |
<testcase name="test_allows_adjacent_nestable_tags" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="287" assertions="5" time="0.002683"/> | |
<testcase name="test_allows_immediately_nested_object_tags" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="304" assertions="1" time="0.002499"/> | |
<testcase name="test_balances_nested_non_nestable_tags" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="309" assertions="2" time="0.007844"/> | |
<testcase name="test_fixes_improper_closing_tag_sequence" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="324" assertions="2" time="0.003810"/> | |
<testcase name="test_adds_missing_closing_tags" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="339" assertions="5" time="0.002477"/> | |
<testcase name="test_removes_extraneous_closing_tags" class="Tests_Formatting_BalanceTags" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/balanceTags.php" line="360" assertions="4" time="0.002420"/> | |
<testsuite name="Tests_Formatting_BalanceTags::test_custom_elements" tests="10" assertions="10" failures="0" errors="0" time="0.028411"> | |
<testcase name="test_custom_elements with data set #0" assertions="1" time="0.004090"/> | |
<testcase name="test_custom_elements with data set #1" assertions="1" time="0.002698"/> | |
<testcase name="test_custom_elements with data set #2" assertions="1" time="0.002470"/> | |
<testcase name="test_custom_elements with data set #3" assertions="1" time="0.002334"/> | |
<testcase name="test_custom_elements with data set #4" assertions="1" time="0.002502"/> | |
<testcase name="test_custom_elements with data set #5" assertions="1" time="0.003526"/> | |
<testcase name="test_custom_elements with data set #6" assertions="1" time="0.003046"/> | |
<testcase name="test_custom_elements with data set #7" assertions="1" time="0.002538"/> | |
<testcase name="test_custom_elements with data set #8" assertions="1" time="0.002708"/> | |
<testcase name="test_custom_elements with data set #9" assertions="1" time="0.002499"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" tests="15" assertions="29" failures="0" errors="0" time="0.077679"> | |
<testcase name="test_get_date_from_gmt_outside_of_dst" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="14" assertions="1" time="0.004423"/> | |
<testcase name="test_get_date_from_gmt_during_dst" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="26" assertions="1" time="0.005456"/> | |
<testcase name="test_get_gmt_from_date_outside_of_dst" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="36" assertions="1" time="0.005281"/> | |
<testcase name="test_get_gmt_from_date_during_dst" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="46" assertions="1" time="0.007760"/> | |
<testcase name="test_get_date_and_time_from_gmt_no_timezone" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="56" assertions="1" time="0.002894"/> | |
<testcase name="test_get_gmt_from_date_no_timezone" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="65" assertions="1" time="0.002514"/> | |
<testcase name="test_get_gmt_from_date_short_date" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="74" assertions="1" time="0.006968"/> | |
<testcase name="test_get_gmt_from_date_string_date" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="84" assertions="1" time="0.006820"/> | |
<testcase name="test_get_gmt_from_date_string_date_no_timezone" class="Tests_Formatting_Date" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/date.php" line="94" assertions="1" time="0.002928"/> | |
<testsuite name="Tests_Formatting_Date::test_gmt_from_date_correct_time" tests="2" assertions="2" failures="0" errors="0" time="0.010223"> | |
<testcase name="test_gmt_from_date_correct_time with data set #0" assertions="1" time="0.005671"/> | |
<testcase name="test_gmt_from_date_correct_time with data set #1" assertions="1" time="0.004552"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Date::test_date_from_gmt_correct_time" tests="2" assertions="2" failures="0" errors="0" time="0.011367"> | |
<testcase name="test_date_from_gmt_correct_time with data set #0" assertions="1" time="0.006054"/> | |
<testcase name="test_date_from_gmt_correct_time with data set #1" assertions="1" time="0.005313"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Date::test_is8601_to_datetime_correct_time" tests="2" assertions="16" failures="0" errors="0" time="0.011046"> | |
<testcase name="test_is8601_to_datetime_correct_time with data set #0" assertions="8" time="0.005879"/> | |
<testcase name="test_is8601_to_datetime_correct_time with data set #1" assertions="8" time="0.005167"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Ent2NCR" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/ent2ncr.php" tests="251" assertions="251" failures="0" errors="0" time="0.799099"> | |
<testsuite name="Tests_Formatting_Ent2NCR::test_converts_named_entities_to_numeric_character_references" tests="251" assertions="251" failures="0" errors="0" time="0.799099"> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #0" assertions="1" time="0.002476"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #1" assertions="1" time="0.002566"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #2" assertions="1" time="0.002451"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #3" assertions="1" time="0.004392"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #4" assertions="1" time="0.002556"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #5" assertions="1" time="0.002769"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #6" assertions="1" time="0.003431"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #7" assertions="1" time="0.002767"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #8" assertions="1" time="0.004017"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #9" assertions="1" time="0.002858"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #10" assertions="1" time="0.003095"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #11" assertions="1" time="0.003344"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #12" assertions="1" time="0.003305"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #13" assertions="1" time="0.003401"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #14" assertions="1" time="0.002414"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #15" assertions="1" time="0.002404"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #16" assertions="1" time="0.002685"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #17" assertions="1" time="0.002693"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #18" assertions="1" time="0.006006"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #19" assertions="1" time="0.003426"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #20" assertions="1" time="0.002662"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #21" assertions="1" time="0.002647"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #22" assertions="1" time="0.003176"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #23" assertions="1" time="0.003561"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #24" assertions="1" time="0.002441"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #25" assertions="1" time="0.002482"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #26" assertions="1" time="0.002438"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #27" assertions="1" time="0.002364"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #28" assertions="1" time="0.003731"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #29" assertions="1" time="0.002690"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #30" assertions="1" time="0.002792"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #31" assertions="1" time="0.002360"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #32" assertions="1" time="0.002874"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #33" assertions="1" time="0.003489"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #34" assertions="1" time="0.008542"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #35" assertions="1" time="0.002948"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #36" assertions="1" time="0.002522"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #37" assertions="1" time="0.006759"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #38" assertions="1" time="0.003096"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #39" assertions="1" time="0.002621"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #40" assertions="1" time="0.002555"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #41" assertions="1" time="0.003953"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #42" assertions="1" time="0.003145"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #43" assertions="1" time="0.002651"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #44" assertions="1" time="0.002528"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #45" assertions="1" time="0.002511"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #46" assertions="1" time="0.002603"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #47" assertions="1" time="0.003992"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #48" assertions="1" time="0.002586"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #49" assertions="1" time="0.002633"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #50" assertions="1" time="0.002565"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #51" assertions="1" time="0.002357"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #52" assertions="1" time="0.003803"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #53" assertions="1" time="0.003168"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #54" assertions="1" time="0.002967"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #55" assertions="1" time="0.002437"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #56" assertions="1" time="0.002400"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #57" assertions="1" time="0.002796"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #58" assertions="1" time="0.006093"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #59" assertions="1" time="0.003248"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #60" assertions="1" time="0.002789"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #61" assertions="1" time="0.002537"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #62" assertions="1" time="0.004408"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #63" assertions="1" time="0.002823"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #64" assertions="1" time="0.002616"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #65" assertions="1" time="0.002473"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #66" assertions="1" time="0.002607"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #67" assertions="1" time="0.003184"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #68" assertions="1" time="0.003346"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #69" assertions="1" time="0.002659"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #70" assertions="1" time="0.002598"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #71" assertions="1" time="0.002727"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #72" assertions="1" time="0.002697"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #73" assertions="1" time="0.003616"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #74" assertions="1" time="0.002656"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #75" assertions="1" time="0.002673"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #76" assertions="1" time="0.004149"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #77" assertions="1" time="0.002605"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #78" assertions="1" time="0.006087"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #79" assertions="1" time="0.003221"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #80" assertions="1" time="0.002630"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #81" assertions="1" time="0.002525"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #82" assertions="1" time="0.004145"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #83" assertions="1" time="0.003072"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #84" assertions="1" time="0.002607"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #85" assertions="1" time="0.002595"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #86" assertions="1" time="0.002538"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #87" assertions="1" time="0.003038"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #88" assertions="1" time="0.003254"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #89" assertions="1" time="0.002872"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #90" assertions="1" time="0.002354"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #91" assertions="1" time="0.002627"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #92" assertions="1" time="0.002491"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #93" assertions="1" time="0.006106"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #94" assertions="1" time="0.005336"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #95" assertions="1" time="0.002392"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #96" assertions="1" time="0.002375"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #97" assertions="1" time="0.005944"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #98" assertions="1" time="0.003372"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #99" assertions="1" time="0.002485"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #100" assertions="1" time="0.002458"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #101" assertions="1" time="0.003403"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #102" assertions="1" time="0.003972"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #103" assertions="1" time="0.004147"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #104" assertions="1" time="0.003135"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #105" assertions="1" time="0.002750"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #106" assertions="1" time="0.003912"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #107" assertions="1" time="0.002549"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #108" assertions="1" time="0.002498"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #109" assertions="1" time="0.002498"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #110" assertions="1" time="0.002408"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #111" assertions="1" time="0.002970"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #112" assertions="1" time="0.003623"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #113" assertions="1" time="0.002466"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #114" assertions="1" time="0.002947"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #115" assertions="1" time="0.002827"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #116" assertions="1" time="0.003204"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #117" assertions="1" time="0.007330"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #118" assertions="1" time="0.002576"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #119" assertions="1" time="0.002438"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #120" assertions="1" time="0.002356"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #121" assertions="1" time="0.004133"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #122" assertions="1" time="0.002762"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #123" assertions="1" time="0.002655"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #124" assertions="1" time="0.002599"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #125" assertions="1" time="0.002534"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #126" assertions="1" time="0.002960"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #127" assertions="1" time="0.003470"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #128" assertions="1" time="0.002518"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #129" assertions="1" time="0.002847"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #130" assertions="1" time="0.002891"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #131" assertions="1" time="0.003510"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #132" assertions="1" time="0.007927"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #133" assertions="1" time="0.003605"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #134" assertions="1" time="0.002751"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #135" assertions="1" time="0.006814"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #136" assertions="1" time="0.003335"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #137" assertions="1" time="0.002748"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #138" assertions="1" time="0.002517"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #139" assertions="1" time="0.003955"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #140" assertions="1" time="0.003185"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #141" assertions="1" time="0.002892"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #142" assertions="1" time="0.002251"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #143" assertions="1" time="0.005119"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #144" assertions="1" time="0.004675"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #145" assertions="1" time="0.002843"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #146" assertions="1" time="0.002331"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #147" assertions="1" time="0.002735"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #148" assertions="1" time="0.002661"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #149" assertions="1" time="0.009288"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #150" assertions="1" time="0.002830"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #151" assertions="1" time="0.002562"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #152" assertions="1" time="0.004444"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #153" assertions="1" time="0.004170"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #154" assertions="1" time="0.002580"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #155" assertions="1" time="0.002624"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #156" assertions="1" time="0.002685"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #157" assertions="1" time="0.004202"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #158" assertions="1" time="0.002577"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #159" assertions="1" time="0.002568"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #160" assertions="1" time="0.003057"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #161" assertions="1" time="0.002789"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #162" assertions="1" time="0.003757"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #163" assertions="1" time="0.002776"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #164" assertions="1" time="0.002642"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #165" assertions="1" time="0.002456"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #166" assertions="1" time="0.002450"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #167" assertions="1" time="0.002748"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #168" assertions="1" time="0.004121"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #169" assertions="1" time="0.002524"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #170" assertions="1" time="0.002499"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #171" assertions="1" time="0.002518"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #172" assertions="1" time="0.002572"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #173" assertions="1" time="0.004653"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #174" assertions="1" time="0.004347"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #175" assertions="1" time="0.002519"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #176" assertions="1" time="0.002410"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #177" assertions="1" time="0.002597"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #178" assertions="1" time="0.003945"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #179" assertions="1" time="0.002733"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #180" assertions="1" time="0.002430"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #181" assertions="1" time="0.002489"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #182" assertions="1" time="0.002477"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #183" assertions="1" time="0.003339"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #184" assertions="1" time="0.003232"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #185" assertions="1" time="0.002554"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #186" assertions="1" time="0.002636"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #187" assertions="1" time="0.002462"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #188" assertions="1" time="0.002417"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #189" assertions="1" time="0.003338"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #190" assertions="1" time="0.003116"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #191" assertions="1" time="0.002531"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #192" assertions="1" time="0.002661"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #193" assertions="1" time="0.002452"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #194" assertions="1" time="0.002616"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #195" assertions="1" time="0.005707"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #196" assertions="1" time="0.003354"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #197" assertions="1" time="0.003241"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #198" assertions="1" time="0.003230"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #199" assertions="1" time="0.004590"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #200" assertions="1" time="0.002760"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #201" assertions="1" time="0.002809"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #202" assertions="1" time="0.002811"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #203" assertions="1" time="0.002615"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #204" assertions="1" time="0.003695"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #205" assertions="1" time="0.002677"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #206" assertions="1" time="0.002631"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #207" assertions="1" time="0.002291"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #208" assertions="1" time="0.002940"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #209" assertions="1" time="0.002947"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #210" assertions="1" time="0.008912"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #211" assertions="1" time="0.003019"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #212" assertions="1" time="0.002877"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #213" assertions="1" time="0.006020"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #214" assertions="1" time="0.003192"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #215" assertions="1" time="0.002510"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #216" assertions="1" time="0.002480"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #217" assertions="1" time="0.002988"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #218" assertions="1" time="0.003825"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #219" assertions="1" time="0.002550"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #220" assertions="1" time="0.002491"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #221" assertions="1" time="0.002311"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #222" assertions="1" time="0.002527"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #223" assertions="1" time="0.003385"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #224" assertions="1" time="0.003122"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #225" assertions="1" time="0.002605"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #226" assertions="1" time="0.002422"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #227" assertions="1" time="0.002468"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #228" assertions="1" time="0.002628"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #229" assertions="1" time="0.004068"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #230" assertions="1" time="0.002611"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #231" assertions="1" time="0.002614"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #232" assertions="1" time="0.003092"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #233" assertions="1" time="0.003426"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #234" assertions="1" time="0.006317"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #235" assertions="1" time="0.003221"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #236" assertions="1" time="0.002549"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #237" assertions="1" time="0.002540"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #238" assertions="1" time="0.003875"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #239" assertions="1" time="0.002928"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #240" assertions="1" time="0.002696"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #241" assertions="1" time="0.002455"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #242" assertions="1" time="0.002327"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #243" assertions="1" time="0.002625"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #244" assertions="1" time="0.003534"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #245" assertions="1" time="0.002630"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #246" assertions="1" time="0.002742"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #247" assertions="1" time="0.002483"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #248" assertions="1" time="0.002466"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #249" assertions="1" time="0.003110"/> | |
<testcase name="test_converts_named_entities_to_numeric_character_references with data set #250" assertions="1" time="0.003609"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Test_WP_ISO_Descrambler" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/isoDescrambler.php" tests="1" assertions="1" failures="0" errors="0" time="0.002586"> | |
<testcase name="test_decodes_iso_8859_1_rfc2047_q_encoding" class="Test_WP_ISO_Descrambler" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/isoDescrambler.php" line="11" assertions="1" time="0.002586"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Redirect" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/redirect.php" tests="73" assertions="85" failures="0" errors="0" time="0.227084"> | |
<testsuite name="Tests_Formatting_Redirect::test_wp_redirect_bad_status_code" tests="5" assertions="5" failures="0" errors="0" time="0.017840"> | |
<testcase name="test_wp_redirect_bad_status_code with data set #0" assertions="1" time="0.005853"/> | |
<testcase name="test_wp_redirect_bad_status_code with data set #1" assertions="1" time="0.003292"/> | |
<testcase name="test_wp_redirect_bad_status_code with data set #2" assertions="1" time="0.002565"/> | |
<testcase name="test_wp_redirect_bad_status_code with data set #3" assertions="1" time="0.002511"/> | |
<testcase name="test_wp_redirect_bad_status_code with data set #4" assertions="1" time="0.003619"/> | |
</testsuite> | |
<testcase name="test_wp_sanitize_redirect" class="Tests_Formatting_Redirect" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/redirect.php" line="48" assertions="12" time="0.003304"/> | |
<testcase name="test_wp_sanitize_redirect_should_encode_spaces" class="Tests_Formatting_Redirect" file="/tmp/wp-current-test/tests/phpunit/tests/formatting/redirect.php" line="67" assertions="2" time="0.002538"/> | |
<testsuite name="Tests_Formatting_Redirect::test_wp_validate_redirect_valid_url" tests="11" assertions="11" failures="0" errors="0" time="0.030350"> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #0" assertions="1" time="0.002199"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #1" assertions="1" time="0.002349"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #2" assertions="1" time="0.002948"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #3" assertions="1" time="0.003389"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #4" assertions="1" time="0.002727"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #5" assertions="1" time="0.002798"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #6" assertions="1" time="0.002530"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #7" assertions="1" time="0.002494"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #8" assertions="1" time="0.003493"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #9" assertions="1" time="0.002663"/> | |
<testcase name="test_wp_validate_redirect_valid_url with data set #10" assertions="1" time="0.002760"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Redirect::test_wp_validate_redirect_invalid_url" tests="48" assertions="48" failures="0" errors="0" time="0.152996"> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #0" assertions="1" time="0.002295"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #1" assertions="1" time="0.002837"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #2" assertions="1" time="0.002672"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #3" assertions="1" time="0.008700"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #4" assertions="1" time="0.003521"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #5" assertions="1" time="0.002638"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #6" assertions="1" time="0.004462"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #7" assertions="1" time="0.006875"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #8" assertions="1" time="0.002422"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #9" assertions="1" time="0.002659"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #10" assertions="1" time="0.003617"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #11" assertions="1" time="0.003010"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #12" assertions="1" time="0.002457"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #13" assertions="1" time="0.002384"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #14" assertions="1" time="0.002436"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #15" assertions="1" time="0.002664"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #16" assertions="1" time="0.004197"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #17" assertions="1" time="0.002760"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #18" assertions="1" time="0.002611"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #19" assertions="1" time="0.002447"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #20" assertions="1" time="0.002592"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #21" assertions="1" time="0.004629"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #22" assertions="1" time="0.004583"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #23" assertions="1" time="0.002988"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #24" assertions="1" time="0.002835"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #25" assertions="1" time="0.002876"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #26" assertions="1" time="0.003754"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #27" assertions="1" time="0.002393"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #28" assertions="1" time="0.002523"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #29" assertions="1" time="0.002538"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #30" assertions="1" time="0.002498"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #31" assertions="1" time="0.003666"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #32" assertions="1" time="0.002855"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #33" assertions="1" time="0.002509"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #34" assertions="1" time="0.002365"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #35" assertions="1" time="0.002373"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #36" assertions="1" time="0.002772"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #37" assertions="1" time="0.003787"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #38" assertions="1" time="0.002567"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #39" assertions="1" time="0.002410"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #40" assertions="1" time="0.002427"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #41" assertions="1" time="0.002754"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #42" assertions="1" time="0.002756"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #43" assertions="1" time="0.005750"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #44" assertions="1" time="0.003033"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #45" assertions="1" time="0.002652"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #46" assertions="1" time="0.002598"/> | |
<testcase name="test_wp_validate_redirect_invalid_url with data set #47" assertions="1" time="0.003849"/> | |
</testsuite> | |
<testsuite name="Tests_Formatting_Redirect::test_wp_validate_redirect_relative_url" tests="7" assertions="7" failures="0" errors="0" time="0.020055"> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #0" assertions="1" time="0.003117"/> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #1" assertions="1" time="0.002852"/> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #2" assertions="1" time="0.002507"/> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #3" assertions="1" time="0.002495"/> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #4" assertions="1" time="0.002943"/> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #5" assertions="1" time="0.003217"/> | |
<testcase name="test_wp_validate_redirect_relative_url with data set #6" assertions="1" time="0.002924"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" tests="257" assertions="814" failures="0" errors="0" time="0.852216"> | |
<testcase name="test_wp_parse_args_object" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="7" assertions="2" time="0.002347"/> | |
<testcase name="test_wp_parse_args_array" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="24" assertions="2" time="0.002618"/> | |
<testcase name="test_wp_parse_args_defaults" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="43" assertions="2" time="0.008727"/> | |
<testcase name="test_wp_parse_args_other" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="69" assertions="2" time="0.003079"/> | |
<testcase name="test_wp_parse_args_boolean_strings" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="81" assertions="2" time="0.002820"/> | |
<testcase name="test_bool_from_yn" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="90" assertions="3" time="0.003728"/> | |
<testcase name="test_path_is_absolute" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="96" assertions="10" time="0.004650"/> | |
<testcase name="test_path_is_not_absolute" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="114" assertions="10" time="0.002939"/> | |
<testsuite name="Tests_Functions::test_wp_normalize_path" tests="14" assertions="14" failures="0" errors="0" time="0.040286"> | |
<testcase name="test_wp_normalize_path with data set #0" assertions="1" time="0.002360"/> | |
<testcase name="test_wp_normalize_path with data set #1" assertions="1" time="0.002627"/> | |
<testcase name="test_wp_normalize_path with data set #2" assertions="1" time="0.003853"/> | |
<testcase name="test_wp_normalize_path with data set #3" assertions="1" time="0.002573"/> | |
<testcase name="test_wp_normalize_path with data set #4" assertions="1" time="0.002458"/> | |
<testcase name="test_wp_normalize_path with data set #5" assertions="1" time="0.002433"/> | |
<testcase name="test_wp_normalize_path with data set #6" assertions="1" time="0.002451"/> | |
<testcase name="test_wp_normalize_path with data set #7" assertions="1" time="0.002344"/> | |
<testcase name="test_wp_normalize_path with data set #8" assertions="1" time="0.003635"/> | |
<testcase name="test_wp_normalize_path with data set #9" assertions="1" time="0.002394"/> | |
<testcase name="test_wp_normalize_path with data set #10" assertions="1" time="0.002549"/> | |
<testcase name="test_wp_normalize_path with data set #11" assertions="1" time="0.003657"/> | |
<testcase name="test_wp_normalize_path with data set #12" assertions="1" time="0.002551"/> | |
<testcase name="test_wp_normalize_path with data set #13" assertions="1" time="0.004401"/> | |
</testsuite> | |
<testcase name="test_wp_unique_filename" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="166" assertions="12" time="0.004470"/> | |
<testcase name="test_unique_filename_with_dimension_like_filename" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="202" assertions="3" time="0.003028"/> | |
<testsuite name="Tests_Functions::test_maybe_serialize" tests="14" assertions="14" failures="0" errors="0" time="0.041365"> | |
<testcase name="test_maybe_serialize with data set #0" assertions="1" time="0.002319"/> | |
<testcase name="test_maybe_serialize with data set #1" assertions="1" time="0.002408"/> | |
<testcase name="test_maybe_serialize with data set #2" assertions="1" time="0.005458"/> | |
<testcase name="test_maybe_serialize with data set #3" assertions="1" time="0.003104"/> | |
<testcase name="test_maybe_serialize with data set #4" assertions="1" time="0.002422"/> | |
<testcase name="test_maybe_serialize with data set #5" assertions="1" time="0.002504"/> | |
<testcase name="test_maybe_serialize with data set #6" assertions="1" time="0.002452"/> | |
<testcase name="test_maybe_serialize with data set #7" assertions="1" time="0.003685"/> | |
<testcase name="test_maybe_serialize with data set #8" assertions="1" time="0.002997"/> | |
<testcase name="test_maybe_serialize with data set #9" assertions="1" time="0.002407"/> | |
<testcase name="test_maybe_serialize with data set #10" assertions="1" time="0.002494"/> | |
<testcase name="test_maybe_serialize with data set #11" assertions="1" time="0.002772"/> | |
<testcase name="test_maybe_serialize with data set #12" assertions="1" time="0.003500"/> | |
<testcase name="test_maybe_serialize with data set #13" assertions="1" time="0.002843"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_maybe_serialize_with_double_serialization" tests="12" assertions="12" failures="0" errors="0" time="0.035549"> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #0" assertions="1" time="0.002454"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #1" assertions="1" time="0.002609"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #2" assertions="1" time="0.002592"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #3" assertions="1" time="0.002701"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #4" assertions="1" time="0.003524"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #5" assertions="1" time="0.002674"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #6" assertions="1" time="0.002610"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #7" assertions="1" time="0.002536"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #8" assertions="1" time="0.002441"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #9" assertions="1" time="0.002804"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #10" assertions="1" time="0.005796"/> | |
<testcase name="test_maybe_serialize_with_double_serialization with data set #11" assertions="1" time="0.002808"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_maybe_unserialize" tests="26" assertions="26" failures="0" errors="0" time="0.083843"> | |
<testcase name="test_maybe_unserialize with data set #0" assertions="1" time="0.002334"/> | |
<testcase name="test_maybe_unserialize with data set #1" assertions="1" time="0.002504"/> | |
<testcase name="test_maybe_unserialize with data set #2" assertions="1" time="0.002686"/> | |
<testcase name="test_maybe_unserialize with data set #3" assertions="1" time="0.004343"/> | |
<testcase name="test_maybe_unserialize with data set #4" assertions="1" time="0.003648"/> | |
<testcase name="test_maybe_unserialize with data set #5" assertions="1" time="0.004016"/> | |
<testcase name="test_maybe_unserialize with data set #6" assertions="1" time="0.002743"/> | |
<testcase name="test_maybe_unserialize with data set #7" assertions="1" time="0.003948"/> | |
<testcase name="test_maybe_unserialize with data set #8" assertions="1" time="0.002628"/> | |
<testcase name="test_maybe_unserialize with data set #9" assertions="1" time="0.002481"/> | |
<testcase name="test_maybe_unserialize with data set #10" assertions="1" time="0.002454"/> | |
<testcase name="test_maybe_unserialize with data set #11" assertions="1" time="0.002558"/> | |
<testcase name="test_maybe_unserialize with data set #12" assertions="1" time="0.003774"/> | |
<testcase name="test_maybe_unserialize with data set #13" assertions="1" time="0.007047"/> | |
<testcase name="test_maybe_unserialize with data set #14" assertions="1" time="0.002534"/> | |
<testcase name="test_maybe_unserialize with data set #15" assertions="1" time="0.002479"/> | |
<testcase name="test_maybe_unserialize with data set #16" assertions="1" time="0.005908"/> | |
<testcase name="test_maybe_unserialize with data set #17" assertions="1" time="0.003398"/> | |
<testcase name="test_maybe_unserialize with data set #18" assertions="1" time="0.002589"/> | |
<testcase name="test_maybe_unserialize with data set #19" assertions="1" time="0.002441"/> | |
<testcase name="test_maybe_unserialize with data set #20" assertions="1" time="0.003127"/> | |
<testcase name="test_maybe_unserialize with data set #21" assertions="1" time="0.003771"/> | |
<testcase name="test_maybe_unserialize with data set #22" assertions="1" time="0.002560"/> | |
<testcase name="test_maybe_unserialize with data set #23" assertions="1" time="0.002787"/> | |
<testcase name="test_maybe_unserialize with data set #24" assertions="1" time="0.002617"/> | |
<testcase name="test_maybe_unserialize with data set #25" assertions="1" time="0.002468"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_is_serialized" tests="26" assertions="26" failures="0" errors="0" time="0.078449"> | |
<testcase name="test_is_serialized with data set #0" assertions="1" time="0.003697"/> | |
<testcase name="test_is_serialized with data set #1" assertions="1" time="0.002670"/> | |
<testcase name="test_is_serialized with data set #2" assertions="1" time="0.002662"/> | |
<testcase name="test_is_serialized with data set #3" assertions="1" time="0.002474"/> | |
<testcase name="test_is_serialized with data set #4" assertions="1" time="0.002792"/> | |
<testcase name="test_is_serialized with data set #5" assertions="1" time="0.003147"/> | |
<testcase name="test_is_serialized with data set #6" assertions="1" time="0.003453"/> | |
<testcase name="test_is_serialized with data set #7" assertions="1" time="0.002408"/> | |
<testcase name="test_is_serialized with data set #8" assertions="1" time="0.002647"/> | |
<testcase name="test_is_serialized with data set #9" assertions="1" time="0.002652"/> | |
<testcase name="test_is_serialized with data set #10" assertions="1" time="0.002762"/> | |
<testcase name="test_is_serialized with data set #11" assertions="1" time="0.006065"/> | |
<testcase name="test_is_serialized with data set #12" assertions="1" time="0.003098"/> | |
<testcase name="test_is_serialized with data set #13" assertions="1" time="0.002508"/> | |
<testcase name="test_is_serialized with data set #14" assertions="1" time="0.002862"/> | |
<testcase name="test_is_serialized with data set #15" assertions="1" time="0.003063"/> | |
<testcase name="test_is_serialized with data set #16" assertions="1" time="0.003619"/> | |
<testcase name="test_is_serialized with data set #17" assertions="1" time="0.002528"/> | |
<testcase name="test_is_serialized with data set #18" assertions="1" time="0.002430"/> | |
<testcase name="test_is_serialized with data set #19" assertions="1" time="0.002530"/> | |
<testcase name="test_is_serialized with data set #20" assertions="1" time="0.002590"/> | |
<testcase name="test_is_serialized with data set #21" assertions="1" time="0.003439"/> | |
<testcase name="test_is_serialized with data set #22" assertions="1" time="0.003012"/> | |
<testcase name="test_is_serialized with data set #23" assertions="1" time="0.003349"/> | |
<testcase name="test_is_serialized with data set #24" assertions="1" time="0.002993"/> | |
<testcase name="test_is_serialized with data set #25" assertions="1" time="0.002999"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_is_serialized_should_return_true_for_large_floats" tests="2" assertions="2" failures="0" errors="0" time="0.011473"> | |
<testcase name="test_is_serialized_should_return_true_for_large_floats with data set #0" assertions="1" time="0.006506"/> | |
<testcase name="test_is_serialized_should_return_true_for_large_floats with data set #1" assertions="1" time="0.004967"/> | |
</testsuite> | |
<testcase name="test_no_new_serializable_types" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="342" assertions="1" time="0.002364"/> | |
<testcase name="test_add_query_arg" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="349" assertions="152" time="0.003569"/> | |
<testcase name="test_add_query_arg_numeric_keys" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="537" assertions="3" time="0.005590"/> | |
<testcase name="test_get_allowed_mime_types" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="557" assertions="6" time="0.003003"/> | |
<testcase name="test_wp_get_mime_types" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="577" assertions="11" time="0.002587"/> | |
<testcase name="test_canonical_charset" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="609" assertions="9" time="0.008437"/> | |
<testsuite name="Tests_Functions::test_wp_parse_list" tests="11" assertions="11" failures="0" errors="0" time="0.037327"> | |
<testcase name="test_wp_parse_list with data set #0" assertions="1" time="0.003300"/> | |
<testcase name="test_wp_parse_list with data set #1" assertions="1" time="0.002842"/> | |
<testcase name="test_wp_parse_list with data set #2" assertions="1" time="0.003055"/> | |
<testcase name="test_wp_parse_list with data set #3" assertions="1" time="0.007545"/> | |
<testcase name="test_wp_parse_list with data set #4" assertions="1" time="0.003520"/> | |
<testcase name="test_wp_parse_list with data set #5" assertions="1" time="0.003312"/> | |
<testcase name="test_wp_parse_list with data set #6" assertions="1" time="0.003130"/> | |
<testcase name="test_wp_parse_list with data set #7" assertions="1" time="0.003261"/> | |
<testcase name="test_wp_parse_list with data set #8" assertions="1" time="0.002439"/> | |
<testcase name="test_wp_parse_list with data set #9" assertions="1" time="0.002633"/> | |
<testcase name="test_wp_parse_list with data set #10" assertions="1" time="0.002290"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_wp_parse_id_list" tests="7" assertions="7" failures="0" errors="0" time="0.025574"> | |
<testcase name="test_wp_parse_id_list with data set #0" assertions="1" time="0.002840"/> | |
<testcase name="test_wp_parse_id_list with data set #1" assertions="1" time="0.002766"/> | |
<testcase name="test_wp_parse_id_list with data set #2" assertions="1" time="0.006506"/> | |
<testcase name="test_wp_parse_id_list with data set #3" assertions="1" time="0.003475"/> | |
<testcase name="test_wp_parse_id_list with data set #4" assertions="1" time="0.003029"/> | |
<testcase name="test_wp_parse_id_list with data set #5" assertions="1" time="0.002969"/> | |
<testcase name="test_wp_parse_id_list with data set #6" assertions="1" time="0.003989"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_wp_parse_slug_list" tests="4" assertions="4" failures="0" errors="0" time="0.011995"> | |
<testcase name="test_wp_parse_slug_list with data set #0" assertions="1" time="0.002560"/> | |
<testcase name="test_wp_parse_slug_list with data set #1" assertions="1" time="0.003093"/> | |
<testcase name="test_wp_parse_slug_list with data set #2" assertions="1" time="0.003278"/> | |
<testcase name="test_wp_parse_slug_list with data set #3" assertions="1" time="0.003064"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_device_can_upload" tests="9" assertions="9" failures="0" errors="0" time="0.025631"> | |
<testcase name="test_device_can_upload with data set #0" assertions="1" time="0.003226"/> | |
<testcase name="test_device_can_upload with data set #1" assertions="1" time="0.002401"/> | |
<testcase name="test_device_can_upload with data set #2" assertions="1" time="0.002806"/> | |
<testcase name="test_device_can_upload with data set #3" assertions="1" time="0.002694"/> | |
<testcase name="test_device_can_upload with data set #4" assertions="1" time="0.002633"/> | |
<testcase name="test_device_can_upload with data set #5" assertions="1" time="0.003669"/> | |
<testcase name="test_device_can_upload with data set #6" assertions="1" time="0.003130"/> | |
<testcase name="test_device_can_upload with data set #7" assertions="1" time="0.002630"/> | |
<testcase name="test_device_can_upload with data set #8" assertions="1" time="0.002442"/> | |
</testsuite> | |
<testcase name="test_wp_extract_urls" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="765" assertions="14" time="0.003110"/> | |
<testcase name="test_wp_json_encode" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="932" assertions="1" time="0.004582"/> | |
<testcase name="test_wp_json_encode_utf8" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="939" assertions="1" time="0.004305"/> | |
<testcase name="test_wp_json_encode_non_utf8" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="946" assertions="2" time="0.002648"/> | |
<testcase name="test_wp_json_encode_non_utf8_in_array" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="971" assertions="2" time="0.002645"/> | |
<testcase name="test_wp_json_encode_array" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="996" assertions="1" time="0.002946"/> | |
<testcase name="test_wp_json_encode_object" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1003" assertions="1" time="0.004067"/> | |
<testcase name="test_wp_json_encode_depth" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1012" assertions="2" time="0.002510"/> | |
<testsuite name="Tests_Functions::test_mysql_to_rfc3339" tests="5" assertions="20" failures="0" errors="0" time="0.014116"> | |
<testcase name="test_mysql_to_rfc3339 with data set #0" assertions="4" time="0.002799"/> | |
<testcase name="test_mysql_to_rfc3339 with data set #1" assertions="4" time="0.002585"/> | |
<testcase name="test_mysql_to_rfc3339 with data set #2" assertions="4" time="0.002713"/> | |
<testcase name="test_mysql_to_rfc3339 with data set #3" assertions="4" time="0.003015"/> | |
<testcase name="test_mysql_to_rfc3339 with data set #4" assertions="4" time="0.003004"/> | |
</testsuite> | |
<testcase name="test_wp_get_ext_types" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1048" assertions="5" time="0.002758"/> | |
<testcase name="test_wp_ext2type" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1067" assertions="199" time="0.003232"/> | |
<testcase name="test_wp_raise_memory_limit" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1088" assertions="3" time="0.002963"/> | |
<testcase name="test_wp_generate_uuid4" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1108" assertions="21" time="0.003174"/> | |
<testcase name="test_wp_is_valid_uuid" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1126" assertions="28" time="0.003154"/> | |
<testcase name="test_wp_unique_id" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1176" assertions="62" time="0.002574"/> | |
<testsuite name="Tests_Functions::test_wp_get_image_mime" tests="5" assertions="5" failures="0" errors="0" time="0.019128"> | |
<testcase name="test_wp_get_image_mime with data set #0" assertions="1" time="0.003083"/> | |
<testcase name="test_wp_get_image_mime with data set #1" assertions="1" time="0.003174"/> | |
<testcase name="test_wp_get_image_mime with data set #2" assertions="1" time="0.003065"/> | |
<testcase name="test_wp_get_image_mime with data set #3" assertions="1" time="0.005814"/> | |
<testcase name="test_wp_get_image_mime with data set #4" assertions="1" time="0.003992"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_wp_check_filetype_and_ext" tests="15" assertions="15" failures="0" errors="0" time="0.073223"> | |
<testcase name="test_wp_check_filetype_and_ext with data set #0" assertions="1" time="0.003089"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #1" assertions="1" time="0.004580"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #2" assertions="1" time="0.003354"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #3" assertions="1" time="0.006181"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #4" assertions="1" time="0.003539"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #5" assertions="1" time="0.004665"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #6" assertions="1" time="0.004361"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #7" assertions="1" time="0.004494"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #8" assertions="1" time="0.005458"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #9" assertions="1" time="0.005052"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #10" assertions="1" time="0.003711"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #11" assertions="1" time="0.007998"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #12" assertions="1" time="0.007553"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #13" assertions="1" time="0.005894"/> | |
<testcase name="test_wp_check_filetype_and_ext with data set #14" assertions="1" time="0.003294"/> | |
</testsuite> | |
<testcase name="test_wp_check_filetype_and_ext_with_filtered_svg" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1226" assertions="1" time="0.002813"/> | |
<testcase name="test_wp_check_filetype_and_ext_with_filtered_woff" class="Tests_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/functions.php" line="1251" assertions="1" time="0.014126"/> | |
<testsuite name="Tests_Functions::test_validate_file" tests="21" assertions="21" failures="0" errors="0" time="0.061764"> | |
<testcase name="test_validate_file with data set #0" assertions="1" time="0.003087"/> | |
<testcase name="test_validate_file with data set #1" assertions="1" time="0.002554"/> | |
<testcase name="test_validate_file with data set #2" assertions="1" time="0.002351"/> | |
<testcase name="test_validate_file with data set #3" assertions="1" time="0.003283"/> | |
<testcase name="test_validate_file with data set #4" assertions="1" time="0.002969"/> | |
<testcase name="test_validate_file with data set #5" assertions="1" time="0.002617"/> | |
<testcase name="test_validate_file with data set #6" assertions="1" time="0.002558"/> | |
<testcase name="test_validate_file with data set #7" assertions="1" time="0.002626"/> | |
<testcase name="test_validate_file with data set #8" assertions="1" time="0.002464"/> | |
<testcase name="test_validate_file with data set #9" assertions="1" time="0.005024"/> | |
<testcase name="test_validate_file with data set #10" assertions="1" time="0.003410"/> | |
<testcase name="test_validate_file with data set #11" assertions="1" time="0.002610"/> | |
<testcase name="test_validate_file with data set #12" assertions="1" time="0.002590"/> | |
<testcase name="test_validate_file with data set #13" assertions="1" time="0.002383"/> | |
<testcase name="test_validate_file with data set #14" assertions="1" time="0.003885"/> | |
<testcase name="test_validate_file with data set #15" assertions="1" time="0.002628"/> | |
<testcase name="test_validate_file with data set #16" assertions="1" time="0.002543"/> | |
<testcase name="test_validate_file with data set #17" assertions="1" time="0.002575"/> | |
<testcase name="test_validate_file with data set #18" assertions="1" time="0.002915"/> | |
<testcase name="test_validate_file with data set #19" assertions="1" time="0.003743"/> | |
<testcase name="test_validate_file with data set #20" assertions="1" time="0.002949"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_wp_is_stream" tests="9" assertions="9" failures="0" errors="0" time="0.025458"> | |
<testcase name="test_wp_is_stream with data set #0" assertions="1" time="0.003148"/> | |
<testcase name="test_wp_is_stream with data set #1" assertions="1" time="0.002957"/> | |
<testcase name="test_wp_is_stream with data set #2" assertions="1" time="0.002890"/> | |
<testcase name="test_wp_is_stream with data set #3" assertions="1" time="0.003455"/> | |
<testcase name="test_wp_is_stream with data set #4" assertions="1" time="0.002944"/> | |
<testcase name="test_wp_is_stream with data set #5" assertions="1" time="0.002563"/> | |
<testcase name="test_wp_is_stream with data set #6" assertions="1" time="0.002504"/> | |
<testcase name="test_wp_is_stream with data set #7" assertions="1" time="0.002602"/> | |
<testcase name="test_wp_is_stream with data set #8" assertions="1" time="0.002395"/> | |
</testsuite> | |
<testsuite name="Tests_Functions::test_human_readable_duration" tests="45" assertions="45" failures="0" errors="0" time="0.141472"> | |
<testcase name="test_human_readable_duration with data set #0" assertions="1" time="0.004897"/> | |
<testcase name="test_human_readable_duration with data set #1" assertions="1" time="0.003229"/> | |
<testcase name="test_human_readable_duration with data set #2" assertions="1" time="0.002357"/> | |
<testcase name="test_human_readable_duration with data set #3" assertions="1" time="0.002684"/> | |
<testcase name="test_human_readable_duration with data set #4" assertions="1" time="0.002438"/> | |
<testcase name="test_human_readable_duration with data set #5" assertions="1" time="0.003819"/> | |
<testcase name="test_human_readable_duration with data set #6" assertions="1" time="0.002511"/> | |
<testcase name="test_human_readable_duration with data set #7" assertions="1" time="0.002680"/> | |
<testcase name="test_human_readable_duration with data set #8" assertions="1" time="0.002685"/> | |
<testcase name="test_human_readable_duration with data set #9" assertions="1" time="0.002439"/> | |
<testcase name="test_human_readable_duration with data set #10" assertions="1" time="0.002901"/> | |
<testcase name="test_human_readable_duration with data set #11" assertions="1" time="0.003319"/> | |
<testcase name="test_human_readable_duration with data set #12" assertions="1" time="0.002440"/> | |
<testcase name="test_human_readable_duration with data set #13" assertions="1" time="0.002377"/> | |
<testcase name="test_human_readable_duration with data set #14" assertions="1" time="0.002547"/> | |
<testcase name="test_human_readable_duration with data set #15" assertions="1" time="0.002403"/> | |
<testcase name="test_human_readable_duration with data set #16" assertions="1" time="0.003660"/> | |
<testcase name="test_human_readable_duration with data set #17" assertions="1" time="0.002976"/> | |
<testcase name="test_human_readable_duration with data set #18" assertions="1" time="0.002510"/> | |
<testcase name="test_human_readable_duration with data set #19" assertions="1" time="0.002442"/> | |
<testcase name="test_human_readable_duration with data set #20" assertions="1" time="0.002686"/> | |
<testcase name="test_human_readable_duration with data set #21" assertions="1" time="0.002620"/> | |
<testcase name="test_human_readable_duration with data set #22" assertions="1" time="0.005646"/> | |
<testcase name="test_human_readable_duration with data set #23" assertions="1" time="0.002459"/> | |
<testcase name="test_human_readable_duration with data set #24" assertions="1" time="0.002410"/> | |
<testcase name="test_human_readable_duration with data set #25" assertions="1" time="0.002214"/> | |
<testcase name="test_human_readable_duration with data set #26" assertions="1" time="0.003033"/> | |
<testcase name="test_human_readable_duration with data set #27" assertions="1" time="0.010539"/> | |
<testcase name="test_human_readable_duration with data set #28" assertions="1" time="0.004018"/> | |
<testcase name="test_human_readable_duration with data set #29" assertions="1" time="0.003299"/> | |
<testcase name="test_human_readable_duration with data set #30" assertions="1" time="0.003276"/> | |
<testcase name="test_human_readable_duration with data set #31" assertions="1" time="0.002655"/> | |
<testcase name="test_human_readable_duration with data set #32" assertions="1" time="0.002807"/> | |
<testcase name="test_human_readable_duration with data set #33" assertions="1" time="0.003059"/> | |
<testcase name="test_human_readable_duration with data set #34" assertions="1" time="0.003904"/> | |
<testcase name="test_human_readable_duration with data set #35" assertions="1" time="0.003127"/> | |
<testcase name="test_human_readable_duration with data set #36" assertions="1" time="0.002727"/> | |
<testcase name="test_human_readable_duration with data set #37" assertions="1" time="0.002394"/> | |
<testcase name="test_human_readable_duration with data set #38" assertions="1" time="0.002510"/> | |
<testcase name="test_human_readable_duration with data set #39" assertions="1" time="0.002640"/> | |
<testcase name="test_human_readable_duration with data set #40" assertions="1" time="0.004764"/> | |
<testcase name="test_human_readable_duration with data set #41" assertions="1" time="0.003808"/> | |
<testcase name="test_human_readable_duration with data set #42" assertions="1" time="0.002550"/> | |
<testcase name="test_human_readable_duration with data set #43" assertions="1" time="0.002447"/> | |
<testcase name="test_human_readable_duration with data set #44" assertions="1" time="0.002565"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_AllowedProtocols" file="/tmp/wp-current-test/tests/phpunit/tests/functions/allowedProtocols.php" tests="22" assertions="42" failures="0" errors="0" time="0.064589"> | |
<testcase name="test_data_is_not_an_allowed_protocol" class="Tests_Functions_AllowedProtocols" file="/tmp/wp-current-test/tests/phpunit/tests/functions/allowedProtocols.php" line="12" assertions="1" time="0.002604"/> | |
<testcase name="test_allowed_protocol_has_an_example" class="Tests_Functions_AllowedProtocols" file="/tmp/wp-current-test/tests/phpunit/tests/functions/allowedProtocols.php" line="16" assertions="1" time="0.002634"/> | |
<testsuite name="Tests_Functions_AllowedProtocols::test_allowed_protocols" tests="20" assertions="40" failures="0" errors="0" time="0.059351"> | |
<testcase name="test_allowed_protocols with data set #0" assertions="2" time="0.002906"/> | |
<testcase name="test_allowed_protocols with data set #1" assertions="2" time="0.003603"/> | |
<testcase name="test_allowed_protocols with data set #2" assertions="2" time="0.002591"/> | |
<testcase name="test_allowed_protocols with data set #3" assertions="2" time="0.002602"/> | |
<testcase name="test_allowed_protocols with data set #4" assertions="2" time="0.002684"/> | |
<testcase name="test_allowed_protocols with data set #5" assertions="2" time="0.003498"/> | |
<testcase name="test_allowed_protocols with data set #6" assertions="2" time="0.002719"/> | |
<testcase name="test_allowed_protocols with data set #7" assertions="2" time="0.002532"/> | |
<testcase name="test_allowed_protocols with data set #8" assertions="2" time="0.002839"/> | |
<testcase name="test_allowed_protocols with data set #9" assertions="2" time="0.005452"/> | |
<testcase name="test_allowed_protocols with data set #10" assertions="2" time="0.002633"/> | |
<testcase name="test_allowed_protocols with data set #11" assertions="2" time="0.002541"/> | |
<testcase name="test_allowed_protocols with data set #12" assertions="2" time="0.003850"/> | |
<testcase name="test_allowed_protocols with data set #13" assertions="2" time="0.002573"/> | |
<testcase name="test_allowed_protocols with data set #14" assertions="2" time="0.002560"/> | |
<testcase name="test_allowed_protocols with data set #15" assertions="2" time="0.002431"/> | |
<testcase name="test_allowed_protocols with data set #16" assertions="2" time="0.003600"/> | |
<testcase name="test_allowed_protocols with data set #17" assertions="2" time="0.002586"/> | |
<testcase name="test_allowed_protocols with data set #18" assertions="2" time="0.002580"/> | |
<testcase name="test_allowed_protocols with data set #19" assertions="2" time="0.002571"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" tests="37" assertions="37" failures="0" errors="0" time="0.111906"> | |
<testsuite name="Tests_Functions_Anonymization::test_wp_privacy_anonymize_ip" tests="31" assertions="31" failures="0" errors="0" time="0.096065"> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #0" assertions="1" time="0.002458"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #1" assertions="1" time="0.002335"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #2" assertions="1" time="0.002411"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #3" assertions="1" time="0.002540"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #4" assertions="1" time="0.002721"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #5" assertions="1" time="0.005689"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #6" assertions="1" time="0.003054"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #7" assertions="1" time="0.002456"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #8" assertions="1" time="0.002567"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #9" assertions="1" time="0.002882"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #10" assertions="1" time="0.003476"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #11" assertions="1" time="0.002500"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #12" assertions="1" time="0.002564"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #13" assertions="1" time="0.002635"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #14" assertions="1" time="0.003162"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #15" assertions="1" time="0.003438"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #16" assertions="1" time="0.002503"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #17" assertions="1" time="0.002654"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #18" assertions="1" time="0.002301"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #19" assertions="1" time="0.002817"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #20" assertions="1" time="0.002582"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #21" assertions="1" time="0.008200"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #22" assertions="1" time="0.002933"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #23" assertions="1" time="0.002766"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #24" assertions="1" time="0.002745"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #25" assertions="1" time="0.005621"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #26" assertions="1" time="0.002648"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #27" assertions="1" time="0.002510"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #28" assertions="1" time="0.002445"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #29" assertions="1" time="0.002948"/> | |
<testcase name="test_wp_privacy_anonymize_ip with data set #30" assertions="1" time="0.003504"/> | |
</testsuite> | |
<testcase name="test_anonymize_email" class="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" line="214" assertions="1" time="0.002324"/> | |
<testcase name="test_anonymize_url" class="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" line="221" assertions="1" time="0.002281"/> | |
<testcase name="test_anonymize_date" class="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" line="228" assertions="1" time="0.002549"/> | |
<testcase name="test_anonymize_text" class="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" line="235" assertions="1" time="0.002531"/> | |
<testcase name="test_anonymize_long_text" class="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" line="243" assertions="1" time="0.003207"/> | |
<testcase name="test_anonymize_with_filter" class="Tests_Functions_Anonymization" file="/tmp/wp-current-test/tests/phpunit/tests/functions/anonymization.php" line="253" assertions="1" time="0.002949"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" tests="11" assertions="19" failures="0" errors="0" time="0.040641"> | |
<testcase name="test_utf_8_lower" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="11" assertions="1" time="0.002641"/> | |
<testcase name="test_utf_8_upper" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="15" assertions="1" time="0.002423"/> | |
<testcase name="test_utf_8_mixxed" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="19" assertions="1" time="0.002993"/> | |
<testcase name="test_utf_8" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="23" assertions="1" time="0.003031"/> | |
<testcase name="test_iso_lower" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="27" assertions="1" time="0.003741"/> | |
<testcase name="test_iso_upper" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="31" assertions="1" time="0.002679"/> | |
<testcase name="test_iso_mixxed" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="35" assertions="1" time="0.002290"/> | |
<testcase name="test_iso" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="39" assertions="1" time="0.002401"/> | |
<testcase name="test_random" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="43" assertions="1" time="0.005972"/> | |
<testcase name="test_empty" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="47" assertions="1" time="0.003248"/> | |
<testcase name="test_update_option_blog_charset" class="Tests_Functions_canonical_charset" file="/tmp/wp-current-test/tests/phpunit/tests/functions/canonical-charset.php" line="54" assertions="9" time="0.009222"/> | |
</testsuite> | |
<testsuite name="Test_Functions_Deprecated" file="/tmp/wp-current-test/tests/phpunit/tests/functions/deprecated.php" tests="2" assertions="3" failures="0" errors="0" time="0.028462"> | |
<testcase name="test_wp_save_image_file_deprecated_with_gd_resource" class="Test_Functions_Deprecated" file="/tmp/wp-current-test/tests/phpunit/tests/functions/deprecated.php" line="151" assertions="2" time="0.013339"/> | |
<testcase name="test_wp_save_image_file_not_deprecated_with_wp_image_editor" class="Test_Functions_Deprecated" file="/tmp/wp-current-test/tests/phpunit/tests/functions/deprecated.php" line="174" assertions="1" time="0.015123"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_DoEnclose" file="/tmp/wp-current-test/tests/phpunit/tests/functions/doEnclose.php" tests="26" assertions="27" failures="0" errors="0" time="0.496441"> | |
<testsuite name="Tests_Functions_DoEnclose::test_function_with_explicit_content_input" tests="11" assertions="11" failures="0" errors="0" time="0.206832"> | |
<testcase name="test_function_with_explicit_content_input with data set "null"" assertions="1" time="0.017718"/> | |
<testcase name="test_function_with_explicit_content_input with data set "empty"" assertions="1" time="0.016641"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-bare-movie"" assertions="1" time="0.016741"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-bare-audio"" assertions="1" time="0.017468"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-relative-movie"" assertions="1" time="0.021251"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-relative-audio"" assertions="1" time="0.021507"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-unknown"" assertions="1" time="0.016596"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-movie"" assertions="1" time="0.023353"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-audio"" assertions="1" time="0.018092"/> | |
<testcase name="test_function_with_explicit_content_input with data set "single-movie-query"" assertions="1" time="0.017049"/> | |
<testcase name="test_function_with_explicit_content_input with data set "multi"" assertions="1" time="0.020416"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_DoEnclose::test_function_with_implicit_content_input" tests="11" assertions="11" failures="0" errors="0" time="0.216017"> | |
<testcase name="test_function_with_implicit_content_input with data set "null"" assertions="1" time="0.020738"/> | |
<testcase name="test_function_with_implicit_content_input with data set "empty"" assertions="1" time="0.016651"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-bare-movie"" assertions="1" time="0.017274"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-bare-audio"" assertions="1" time="0.018812"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-relative-movie"" assertions="1" time="0.019896"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-relative-audio"" assertions="1" time="0.019058"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-unknown"" assertions="1" time="0.017554"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-movie"" assertions="1" time="0.021741"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-audio"" assertions="1" time="0.018591"/> | |
<testcase name="test_function_with_implicit_content_input with data set "single-movie-query"" assertions="1" time="0.017705"/> | |
<testcase name="test_function_with_implicit_content_input with data set "multi"" assertions="1" time="0.027997"/> | |
</testsuite> | |
<testcase name="test_function_should_return_false_when_invalid_post_id" class="Tests_Functions_DoEnclose" file="/tmp/wp-current-test/tests/phpunit/tests/functions/doEnclose.php" line="146" assertions="1" time="0.004062"/> | |
<testcase name="test_function_should_delete_enclosed_link_when_no_longer_in_post_content" class="Tests_Functions_DoEnclose" file="/tmp/wp-current-test/tests/phpunit/tests/functions/doEnclose.php" line="157" assertions="2" time="0.032707"/> | |
<testcase name="test_function_should_support_post_object_input" class="Tests_Functions_DoEnclose" file="/tmp/wp-current-test/tests/phpunit/tests/functions/doEnclose.php" line="191" assertions="1" time="0.018890"/> | |
<testcase name="test_function_enclosure_links_should_be_filterable" class="Tests_Functions_DoEnclose" file="/tmp/wp-current-test/tests/phpunit/tests/functions/doEnclose.php" line="211" assertions="1" time="0.017933"/> | |
</testsuite> | |
<testsuite name="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" tests="9" assertions="10" failures="0" errors="0" time="0.054456"> | |
<testcase name="test_wp_get_archives_default" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="32" assertions="1" time="0.002922"/> | |
<testcase name="test_wp_get_archives_type" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="37" assertions="1" time="0.002972"/> | |
<testcase name="test_wp_get_archives_limit" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="52" assertions="1" time="0.005691"/> | |
<testcase name="test_wp_get_archives_format" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="88" assertions="1" time="0.002941"/> | |
<testcase name="test_wp_get_archives_before_and_after" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="103" assertions="1" time="0.002652"/> | |
<testcase name="test_wp_get_archives_show_post_count" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="120" assertions="1" time="0.002780"/> | |
<testcase name="test_wp_get_archives_echo" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="135" assertions="1" time="0.003271"/> | |
<testcase name="test_wp_get_archives_order" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="141" assertions="2" time="0.021856"/> | |
<testcase name="test_wp_get_archives_post_type" class="Tests_Get_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getArchives.php" line="188" assertions="1" time="0.009371"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_get_status_header_desc" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getStatusHeaderDesc.php" tests="7" assertions="7" failures="0" errors="0" time="0.018368"> | |
<testsuite name="Tests_Functions_get_status_header_desc::test_get_status_header_desc" tests="7" assertions="7" failures="0" errors="0" time="0.018368"> | |
<testcase name="test_get_status_header_desc with data set #0" assertions="1" time="0.002369"/> | |
<testcase name="test_get_status_header_desc with data set #1" assertions="1" time="0.002365"/> | |
<testcase name="test_get_status_header_desc with data set #2" assertions="1" time="0.002503"/> | |
<testcase name="test_get_status_header_desc with data set #3" assertions="1" time="0.002786"/> | |
<testcase name="test_get_status_header_desc with data set #4" assertions="1" time="0.002584"/> | |
<testcase name="test_get_status_header_desc with data set #5" assertions="1" time="0.003327"/> | |
<testcase name="test_get_status_header_desc with data set #6" assertions="1" time="0.002435"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_GetWeekstartend" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getWeekstartend.php" tests="4" assertions="4" failures="0" errors="0" time="0.019396"> | |
<testcase name="test_default_start_of_week_option_is_monday" class="Tests_Functions_GetWeekstartend" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getWeekstartend.php" line="8" assertions="1" time="0.002737"/> | |
<testcase name="test_start_of_week_sunday" class="Tests_Functions_GetWeekstartend" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getWeekstartend.php" line="17" assertions="1" time="0.002540"/> | |
<testcase name="test_start_of_week_should_fall_back_on_start_of_week_option" class="Tests_Functions_GetWeekstartend" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getWeekstartend.php" line="26" assertions="1" time="0.007879"/> | |
<testcase name="test_start_of_week_should_fall_back_on_sunday_when_option_is_missing" class="Tests_Functions_GetWeekstartend" file="/tmp/wp-current-test/tests/phpunit/tests/functions/getWeekstartend.php" line="37" assertions="1" time="0.006240"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_is_new_date" file="/tmp/wp-current-test/tests/phpunit/tests/functions/isNewDay.php" tests="3" assertions="3" failures="0" errors="0" time="0.007415"> | |
<testsuite name="Tests_Functions_is_new_date::test_is_new_date" tests="3" assertions="3" failures="0" errors="0" time="0.007415"> | |
<testcase name="test_is_new_date with data set #0" assertions="1" time="0.002491"/> | |
<testcase name="test_is_new_date with data set #1" assertions="1" time="0.002537"/> | |
<testcase name="test_is_new_date with data set #2" assertions="1" time="0.002387"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_Is_Serialized_String" file="/tmp/wp-current-test/tests/phpunit/tests/functions/isSerializedString.php" tests="12" assertions="12" failures="0" errors="0" time="0.032434"> | |
<testsuite name="Tests_Functions_Is_Serialized_String::test_is_serialized_string" tests="12" assertions="12" failures="0" errors="0" time="0.032434"> | |
<testcase name="test_is_serialized_string with data set #0" assertions="1" time="0.002804"/> | |
<testcase name="test_is_serialized_string with data set #1" assertions="1" time="0.002766"/> | |
<testcase name="test_is_serialized_string with data set #2" assertions="1" time="0.002427"/> | |
<testcase name="test_is_serialized_string with data set #3" assertions="1" time="0.002527"/> | |
<testcase name="test_is_serialized_string with data set #4" assertions="1" time="0.002749"/> | |
<testcase name="test_is_serialized_string with data set #5" assertions="1" time="0.002694"/> | |
<testcase name="test_is_serialized_string with data set #6" assertions="1" time="0.003671"/> | |
<testcase name="test_is_serialized_string with data set #7" assertions="1" time="0.002456"/> | |
<testcase name="test_is_serialized_string with data set #8" assertions="1" time="0.002406"/> | |
<testcase name="test_is_serialized_string with data set #9" assertions="1" time="0.002543"/> | |
<testcase name="test_is_serialized_string with data set #10" assertions="1" time="0.002716"/> | |
<testcase name="test_is_serialized_string with data set #11" assertions="1" time="0.002674"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_ListFiles" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFiles.php" tests="2" assertions="4" failures="0" errors="0" time="0.007961"> | |
<testcase name="test_list_files_returns_a_list_of_files" class="Tests_Functions_ListFiles" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFiles.php" line="9" assertions="3" time="0.003928"/> | |
<testcase name="test_list_files_can_exclude_files" class="Tests_Functions_ListFiles" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFiles.php" line="16" assertions="1" time="0.004033"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" tests="21" assertions="42" failures="0" errors="0" time="0.058460"> | |
<testcase name="test_filter_object_list_and" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="43" assertions="3" time="0.002081"/> | |
<testcase name="test_filter_object_list_or" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="57" assertions="4" time="0.002352"/> | |
<testcase name="test_filter_object_list_not" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="72" assertions="2" time="0.002420"/> | |
<testcase name="test_filter_object_list_and_field" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="85" assertions="1" time="0.002481"/> | |
<testcase name="test_filter_object_list_or_field" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="104" assertions="1" time="0.002891"/> | |
<testcase name="test_filter_object_list_not_field" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="123" assertions="1" time="0.004076"/> | |
<testcase name="test_wp_list_pluck" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="136" assertions="2" time="0.002814"/> | |
<testcase name="test_wp_list_pluck_index_key" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="161" assertions="1" time="0.002430"/> | |
<testcase name="test_wp_list_pluck_object_index_key" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="176" assertions="1" time="0.002245"/> | |
<testcase name="test_wp_list_pluck_missing_index_key" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="191" assertions="1" time="0.003078"/> | |
<testcase name="test_wp_list_pluck_partial_missing_index_key" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="206" assertions="1" time="0.002471"/> | |
<testcase name="test_wp_list_pluck_mixed_index_key" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="223" assertions="1" time="0.003462"/> | |
<testcase name="test_wp_list_pluck_containing_references" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="240" assertions="5" time="0.002316"/> | |
<testcase name="test_wp_list_pluck_containing_references_keys" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="265" assertions="5" time="0.002207"/> | |
<testcase name="test_filter_object_list_nested_array_and" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="287" assertions="2" time="0.002266"/> | |
<testcase name="test_filter_object_list_nested_array_not" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="293" assertions="3" time="0.003265"/> | |
<testcase name="test_filter_object_list_nested_array_or" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="300" assertions="3" time="0.002497"/> | |
<testcase name="test_filter_object_list_nested_array_or_singular" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="314" assertions="2" time="0.005190"/> | |
<testcase name="test_filter_object_list_nested_array_and_field" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="321" assertions="1" time="0.002894"/> | |
<testcase name="test_filter_object_list_nested_array_not_field" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="326" assertions="1" time="0.002412"/> | |
<testcase name="test_filter_object_list_nested_array_or_field" class="Tests_Functions_ListFilter" file="/tmp/wp-current-test/tests/phpunit/tests/functions/listFilter.php" line="337" assertions="1" time="0.002612"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_Number_Format_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/functions/numberFormatI18n.php" tests="4" assertions="8" failures="0" errors="0" time="0.011639"> | |
<testcase name="test_should_fall_back_to_number_format_when_wp_locale_is_not_set" class="Tests_Functions_Number_Format_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/functions/numberFormatI18n.php" line="10" assertions="2" time="0.003052"/> | |
<testcase name="test_should_respect_number_format_of_locale" class="Tests_Functions_Number_Format_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/functions/numberFormatI18n.php" line="23" assertions="2" time="0.003318"/> | |
<testcase name="test_should_default_to_en_us_format" class="Tests_Functions_Number_Format_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/functions/numberFormatI18n.php" line="40" assertions="2" time="0.002724"/> | |
<testcase name="test_should_handle_negative_precision" class="Tests_Functions_Number_Format_I18n" file="/tmp/wp-current-test/tests/phpunit/tests/functions/numberFormatI18n.php" line="45" assertions="2" time="0.002545"/> | |
</testsuite> | |
<testsuite name="Tests_Plugin_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/functions/pluginBasename.php" tests="2" assertions="2" failures="0" errors="0" time="0.010275"> | |
<testcase name="test_return_correct_basename_for_symlinked_plugins" class="Tests_Plugin_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/functions/pluginBasename.php" line="39" assertions="1" time="0.007339"/> | |
<testcase name="test_return_correct_basename_for_symlinked_plugins_with_path_conflicts" class="Tests_Plugin_Basename" file="/tmp/wp-current-test/tests/phpunit/tests/functions/pluginBasename.php" line="53" assertions="1" time="0.002936"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" tests="15" assertions="15" failures="0" errors="0" time="0.044031"> | |
<testcase name="test_from_request_relative_referrer" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="35" assertions="1" time="0.003304"/> | |
<testcase name="test_from_request_same_url" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="41" assertions="1" time="0.002817"/> | |
<testcase name="test_from_request_different_resource" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="47" assertions="1" time="0.002466"/> | |
<testcase name="test_from_request_different_query_args" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="53" assertions="1" time="0.002577"/> | |
<testcase name="test_from_request_subfolder_install" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="62" assertions="1" time="0.002455"/> | |
<testcase name="test_from_request_subfolder_install_different_resource" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="75" assertions="1" time="0.002443"/> | |
<testcase name="test_relative_referrer" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="85" assertions="1" time="0.004272"/> | |
<testcase name="test_same_url" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="91" assertions="1" time="0.002621"/> | |
<testcase name="test_different_resource" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="97" assertions="1" time="0.002347"/> | |
<testcase name="test_different_server" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="107" assertions="1" time="0.002763"/> | |
<testcase name="test_different_server_allowed_redirect_host" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="117" assertions="1" time="0.002432"/> | |
<testcase name="test_raw_referer_empty" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="128" assertions="1" time="0.005189"/> | |
<testcase name="test_raw_referer" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="135" assertions="1" time="0.003582"/> | |
<testcase name="test_raw_referer_from_request" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="143" assertions="1" time="0.002445"/> | |
<testcase name="test_raw_referer_both" class="Tests_Functions_Referer" file="/tmp/wp-current-test/tests/phpunit/tests/functions/referer.php" line="151" assertions="1" time="0.002318"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_RemoveQueryArg" file="/tmp/wp-current-test/tests/phpunit/tests/functions/removeQueryArg.php" tests="6" assertions="11" failures="0" errors="0" time="0.017158"> | |
<testsuite name="Tests_Functions_RemoveQueryArg::test_remove_query_arg" tests="5" assertions="10" failures="0" errors="0" time="0.014121"> | |
<testcase name="test_remove_query_arg with data set #0" assertions="2" time="0.003799"/> | |
<testcase name="test_remove_query_arg with data set #1" assertions="2" time="0.002494"/> | |
<testcase name="test_remove_query_arg with data set #2" assertions="2" time="0.002641"/> | |
<testcase name="test_remove_query_arg with data set #3" assertions="2" time="0.002813"/> | |
<testcase name="test_remove_query_arg with data set #4" assertions="2" time="0.002374"/> | |
</testsuite> | |
<testcase name="test_should_fall_back_on_current_url" class="Tests_Functions_RemoveQueryArg" file="/tmp/wp-current-test/tests/phpunit/tests/functions/removeQueryArg.php" line="27" assertions="1" time="0.003037"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_Size_Format" file="/tmp/wp-current-test/tests/phpunit/tests/functions/sizeFormat.php" tests="27" assertions="27" failures="0" errors="0" time="0.085443"> | |
<testsuite name="Tests_Functions_Size_Format::test_size_format" tests="27" assertions="27" failures="0" errors="0" time="0.085443"> | |
<testcase name="test_size_format with data set #0" assertions="1" time="0.002080"/> | |
<testcase name="test_size_format with data set #1" assertions="1" time="0.005140"/> | |
<testcase name="test_size_format with data set #2" assertions="1" time="0.005778"/> | |
<testcase name="test_size_format with data set #3" assertions="1" time="0.006013"/> | |
<testcase name="test_size_format with data set #4" assertions="1" time="0.004713"/> | |
<testcase name="test_size_format with data set #5" assertions="1" time="0.002591"/> | |
<testcase name="test_size_format with data set #6" assertions="1" time="0.005259"/> | |
<testcase name="test_size_format with data set #7" assertions="1" time="0.002847"/> | |
<testcase name="test_size_format with data set #8" assertions="1" time="0.002348"/> | |
<testcase name="test_size_format with data set #9" assertions="1" time="0.002531"/> | |
<testcase name="test_size_format with data set #10" assertions="1" time="0.002530"/> | |
<testcase name="test_size_format with data set #11" assertions="1" time="0.003904"/> | |
<testcase name="test_size_format with data set #12" assertions="1" time="0.002440"/> | |
<testcase name="test_size_format with data set #13" assertions="1" time="0.002295"/> | |
<testcase name="test_size_format with data set #14" assertions="1" time="0.002298"/> | |
<testcase name="test_size_format with data set #15" assertions="1" time="0.002252"/> | |
<testcase name="test_size_format with data set #16" assertions="1" time="0.002466"/> | |
<testcase name="test_size_format with data set #17" assertions="1" time="0.003791"/> | |
<testcase name="test_size_format with data set #18" assertions="1" time="0.002358"/> | |
<testcase name="test_size_format with data set #19" assertions="1" time="0.002369"/> | |
<testcase name="test_size_format with data set #20" assertions="1" time="0.002901"/> | |
<testcase name="test_size_format with data set #21" assertions="1" time="0.002433"/> | |
<testcase name="test_size_format with data set #22" assertions="1" time="0.002929"/> | |
<testcase name="test_size_format with data set #23" assertions="1" time="0.003577"/> | |
<testcase name="test_size_format with data set #24" assertions="1" time="0.002353"/> | |
<testcase name="test_size_format with data set #25" assertions="1" time="0.002368"/> | |
<testcase name="test_size_format with data set #26" assertions="1" time="0.002879"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" tests="6" assertions="6" failures="0" errors="0" time="0.022635"> | |
<testcase name="test__return_true" class="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" line="11" assertions="1" time="0.003247"/> | |
<testcase name="test__return_false" class="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" line="15" assertions="1" time="0.003823"/> | |
<testcase name="test__return_zero" class="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" line="19" assertions="1" time="0.005761"/> | |
<testcase name="test__return_empty_array" class="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" line="23" assertions="1" time="0.004010"/> | |
<testcase name="test__return_null" class="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" line="27" assertions="1" time="0.002585"/> | |
<testcase name="test__return_empty_string" class="Tests_Functions_Underscore_Return" file="/tmp/wp-current-test/tests/phpunit/tests/functions/underscoreReturn.php" line="31" assertions="1" time="0.003209"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_WP" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wp.php" tests="1" assertions="3" failures="0" errors="0" time="0.004797"> | |
<testcase name="test_wp_sets_global_vars" class="Tests_Functions_WP" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wp.php" line="9" assertions="3" time="0.004797"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_WpArraySliceAssoc" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpArraySliceAssoc.php" tests="13" assertions="13" failures="0" errors="0" time="0.039809"> | |
<testsuite name="Tests_Functions_WpArraySliceAssoc::test_wp_array_slice_assoc" tests="13" assertions="13" failures="0" errors="0" time="0.039809"> | |
<testcase name="test_wp_array_slice_assoc with data set #0" assertions="1" time="0.003182"/> | |
<testcase name="test_wp_array_slice_assoc with data set #1" assertions="1" time="0.004117"/> | |
<testcase name="test_wp_array_slice_assoc with data set #2" assertions="1" time="0.003693"/> | |
<testcase name="test_wp_array_slice_assoc with data set #3" assertions="1" time="0.004836"/> | |
<testcase name="test_wp_array_slice_assoc with data set #4" assertions="1" time="0.002881"/> | |
<testcase name="test_wp_array_slice_assoc with data set #5" assertions="1" time="0.002433"/> | |
<testcase name="test_wp_array_slice_assoc with data set #6" assertions="1" time="0.002250"/> | |
<testcase name="test_wp_array_slice_assoc with data set #7" assertions="1" time="0.003022"/> | |
<testcase name="test_wp_array_slice_assoc with data set #8" assertions="1" time="0.002842"/> | |
<testcase name="test_wp_array_slice_assoc with data set #9" assertions="1" time="0.002457"/> | |
<testcase name="test_wp_array_slice_assoc with data set #10" assertions="1" time="0.002412"/> | |
<testcase name="test_wp_array_slice_assoc with data set #11" assertions="1" time="0.002311"/> | |
<testcase name="test_wp_array_slice_assoc with data set #12" assertions="1" time="0.003373"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_Functions_WP_Auth_Check" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpAuthCheck.php" tests="3" assertions="6" failures="0" errors="0" time="0.010241"> | |
<testcase name="test_wp_auth_check_user_not_logged_in" class="Tests_Functions_WP_Auth_Check" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpAuthCheck.php" line="15" assertions="2" time="0.003284"/> | |
<testcase name="test_wp_auth_check_user_logged_in" class="Tests_Functions_WP_Auth_Check" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpAuthCheck.php" line="29" assertions="2" time="0.003893"/> | |
<testcase name="test_wp_auth_check_user_logged_in_login_grace_period_set" class="Tests_Functions_WP_Auth_Check" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpAuthCheck.php" line="46" assertions="2" time="0.003064"/> | |
</testsuite> | |
<testsuite name="Tests_wp_get_mime_types" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpGetMimeTypes.php" tests="1" assertions="6" failures="0" errors="0" time="0.002008"> | |
<testcase name="test_all_mime_match" class="Tests_wp_get_mime_types" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpGetMimeTypes.php" line="13" assertions="6" time="0.002008"/> | |
</testsuite> | |
<testsuite name="Tests_WP_List_Util" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpListUtil.php" tests="31" assertions="32" failures="0" errors="0" time="0.093101"> | |
<testsuite name="Tests_WP_List_Util::test_wp_list_pluck" tests="6" assertions="6" failures="0" errors="0" time="0.017876"> | |
<testcase name="test_wp_list_pluck with data set "arrays"" assertions="1" time="0.001985"/> | |
<testcase name="test_wp_list_pluck with data set "arrays with index key"" assertions="1" time="0.002229"/> | |
<testcase name="test_wp_list_pluck with data set "arrays with index key missing"" assertions="1" time="0.003023"/> | |
<testcase name="test_wp_list_pluck with data set "objects"" assertions="1" time="0.005807"/> | |
<testcase name="test_wp_list_pluck with data set "objects with index key"" assertions="1" time="0.002317"/> | |
<testcase name="test_wp_list_pluck with data set "objects with index key missing"" assertions="1" time="0.002515"/> | |
</testsuite> | |
<testsuite name="Tests_WP_List_Util::test_wp_list_filter" tests="8" assertions="8" failures="0" errors="0" time="0.021467"> | |
<testcase name="test_wp_list_filter with data set "string instead of array"" assertions="1" time="0.002205"/> | |
<testcase name="test_wp_list_filter with data set "object instead of array"" assertions="1" time="0.003057"/> | |
<testcase name="test_wp_list_filter with data set "empty args"" assertions="1" time="0.003687"/> | |
<testcase name="test_wp_list_filter with data set "invalid operator"" assertions="1" time="0.002277"/> | |
<testcase name="test_wp_list_filter with data set "single argument to match"" assertions="1" time="0.002409"/> | |
<testcase name="test_wp_list_filter with data set "all must match"" assertions="1" time="0.002365"/> | |
<testcase name="test_wp_list_filter with data set "any must match"" assertions="1" time="0.002392"/> | |
<testcase name="test_wp_list_filter with data set "none must match"" assertions="1" time="0.003075"/> | |
</testsuite> | |
<testsuite name="Tests_WP_List_Util::test_wp_list_sort" tests="7" assertions="7" failures="0" errors="0" time="0.024616"> | |
<testcase name="test_wp_list_sort with data set "single orderby ascending"" assertions="1" time="0.003310"/> | |
<testcase name="test_wp_list_sort with data set "single orderby descending"" assertions="1" time="0.002972"/> | |
<testcase name="test_wp_list_sort with data set "single orderby array ascending"" assertions="1" time="0.002828"/> | |
<testcase name="test_wp_list_sort with data set "single orderby array descending"" assertions="1" time="0.002972"/> | |
<testcase name="test_wp_list_sort with data set "multiple orderby ascending"" assertions="1" time="0.004691"/> | |
<testcase name="test_wp_list_sort with data set "multiple orderby descending"" assertions="1" time="0.004568"/> | |
<testcase name="test_wp_list_sort with data set "multiple orderby mixed"" assertions="1" time="0.003275"/> | |
</testsuite> | |
<testsuite name="Tests_WP_List_Util::test_wp_list_sort_preserve_keys" tests="7" assertions="7" failures="0" errors="0" time="0.020539"> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "single orderby ascending"" assertions="1" time="0.002227"/> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "single orderby descending"" assertions="1" time="0.002531"/> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "single orderby array ascending"" assertions="1" time="0.005697"/> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "single orderby array descending"" assertions="1" time="0.002897"/> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "multiple orderby ascending"" assertions="1" time="0.002336"/> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "multiple orderby descending"" assertions="1" time="0.002366"/> | |
<testcase name="test_wp_list_sort_preserve_keys with data set "multiple orderby mixed"" assertions="1" time="0.002485"/> | |
</testsuite> | |
<testcase name="test_wp_list_util_get_input" class="Tests_WP_List_Util" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpListUtil.php" line="1021" assertions="1" time="0.003782"/> | |
<testcase name="test_wp_list_util_get_output_immediately" class="Tests_WP_List_Util" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpListUtil.php" line="1028" assertions="1" time="0.002362"/> | |
<testcase name="test_wp_list_util_get_output" class="Tests_WP_List_Util" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpListUtil.php" line="1035" assertions="2" time="0.002459"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_WpValidateBoolean" file="/tmp/wp-current-test/tests/phpunit/tests/functions/wpValidateBoolean.php" tests="23" assertions="23" failures="0" errors="0" time="0.073117"> | |
<testsuite name="Tests_Functions_WpValidateBoolean::test_wp_validate_boolean" tests="23" assertions="23" failures="0" errors="0" time="0.073117"> | |
<testcase name="test_wp_validate_boolean with data set #0" assertions="1" time="0.002445"/> | |
<testcase name="test_wp_validate_boolean with data set #1" assertions="1" time="0.004433"/> | |
<testcase name="test_wp_validate_boolean with data set #2" assertions="1" time="0.003708"/> | |
<testcase name="test_wp_validate_boolean with data set #3" assertions="1" time="0.002946"/> | |
<testcase name="test_wp_validate_boolean with data set #4" assertions="1" time="0.002271"/> | |
<testcase name="test_wp_validate_boolean with data set #5" assertions="1" time="0.002209"/> | |
<testcase name="test_wp_validate_boolean with data set #6" assertions="1" time="0.003632"/> | |
<testcase name="test_wp_validate_boolean with data set #7" assertions="1" time="0.002683"/> | |
<testcase name="test_wp_validate_boolean with data set #8" assertions="1" time="0.002297"/> | |
<testcase name="test_wp_validate_boolean with data set #9" assertions="1" time="0.002272"/> | |
<testcase name="test_wp_validate_boolean with data set #10" assertions="1" time="0.002388"/> | |
<testcase name="test_wp_validate_boolean with data set #11" assertions="1" time="0.002140"/> | |
<testcase name="test_wp_validate_boolean with data set #12" assertions="1" time="0.002512"/> | |
<testcase name="test_wp_validate_boolean with data set #13" assertions="1" time="0.006092"/> | |
<testcase name="test_wp_validate_boolean with data set #14" assertions="1" time="0.003030"/> | |
<testcase name="test_wp_validate_boolean with data set #15" assertions="1" time="0.002805"/> | |
<testcase name="test_wp_validate_boolean with data set #16" assertions="1" time="0.005862"/> | |
<testcase name="test_wp_validate_boolean with data set #17" assertions="1" time="0.005872"/> | |
<testcase name="test_wp_validate_boolean with data set #18" assertions="1" time="0.002500"/> | |
<testcase name="test_wp_validate_boolean with data set #19" assertions="1" time="0.002239"/> | |
<testcase name="test_wp_validate_boolean with data set #20" assertions="1" time="0.003372"/> | |
<testcase name="test_wp_validate_boolean with data set #21" assertions="1" time="0.003100"/> | |
<testcase name="test_wp_validate_boolean with data set #22" assertions="1" time="0.002308"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_General_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/general/archives.php" tests="1" assertions="37" failures="0" errors="0" time="0.034803"> | |
<testcase name="test_get_archives_cache" class="Tests_General_Archives" file="/tmp/wp-current-test/tests/phpunit/tests/general/archives.php" line="16" assertions="37" time="0.034803"/> | |
</testsuite> | |
<testsuite name="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" tests="18" assertions="32" failures="0" errors="0" time="0.136863"> | |
<testcase name="test__wp_render_title_tag" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="62" assertions="1" time="0.008798"/> | |
<testcase name="test__wp_render_title_no_theme_support" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="69" assertions="1" time="0.006319"/> | |
<testcase name="test_short_circuiting_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="78" assertions="1" time="0.004994"/> | |
<testcase name="test_front_page_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="90" assertions="8" time="0.013393"/> | |
<testcase name="test_home_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="120" assertions="1" time="0.011764"/> | |
<testcase name="test_paged_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="135" assertions="5" time="0.006838"/> | |
<testcase name="test_singular_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="152" assertions="4" time="0.006817"/> | |
<testcase name="test_category_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="168" assertions="1" time="0.004870"/> | |
<testcase name="test_search_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="174" assertions="1" time="0.006487"/> | |
<testcase name="test_author_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="180" assertions="1" time="0.008331"/> | |
<testcase name="test_post_type_archive_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="186" assertions="1" time="0.009945"/> | |
<testcase name="test_year_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="209" assertions="1" time="0.007080"/> | |
<testcase name="test_month_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="215" assertions="1" time="0.008246"/> | |
<testcase name="test_day_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="221" assertions="1" time="0.007294"/> | |
<testcase name="test_404_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="227" assertions="1" time="0.005037"/> | |
<testcase name="test_paged_post_title" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="233" assertions="1" time="0.007197"/> | |
<testcase name="test_rearrange_title_parts" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="250" assertions="1" time="0.005273"/> | |
<testcase name="test_change_title_separator" class="Tests_General_DocumentTitle" file="/tmp/wp-current-test/tests/phpunit/tests/general/document-title.php" line="267" assertions="1" time="0.008180"/> | |
</testsuite> | |
<testsuite name="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" tests="11" assertions="41" failures="0" errors="0" time="0.049588"> | |
<testcase name="test_defaults" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="13" assertions="1" time="0.005671"/> | |
<testcase name="test_format" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="31" assertions="1" time="0.004819"/> | |
<testcase name="test_prev_next_false" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="54" assertions="1" time="0.004107"/> | |
<testcase name="test_prev_next_true" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="79" assertions="1" time="0.003788"/> | |
<testcase name="test_paginate_links_number_format" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="113" assertions="1" time="0.005106"/> | |
<testcase name="test_paginate_links_base_value" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="135" assertions="10" time="0.004852"/> | |
<testcase name="test_paginate_links_query_args" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="216" assertions="10" time="0.004308"/> | |
<testcase name="test_paginate_links_with_custom_query_args" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="254" assertions="10" time="0.004989"/> | |
<testcase name="test_paginate_links_should_allow_non_default_format_without_add_args" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="294" assertions="4" time="0.003993"/> | |
<testcase name="test_paginate_links_should_allow_add_args_to_be_bool_false" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="320" assertions="1" time="0.004234"/> | |
<testcase name="test_custom_base_query_arg_should_be_stripped_from_current_url_before_generating_pag_links" class="Tests_Paginate_Links" file="/tmp/wp-current-test/tests/phpunit/tests/general/paginateLinks.php" line="342" assertions="1" time="0.003721"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" tests="11" assertions="13" failures="0" errors="0" time="0.043105"> | |
<testcase name="test_should_have_defaults_on_frontend" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="33" assertions="1" time="0.004163"/> | |
<testcase name="test_dns_prefetching" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="41" assertions="1" time="0.003975"/> | |
<testcase name="test_preconnect" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="72" assertions="1" time="0.003350"/> | |
<testcase name="test_prerender" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="100" assertions="1" time="0.004575"/> | |
<testcase name="test_parse_url_dns_prefetch" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="126" assertions="1" time="0.002995"/> | |
<testcase name="test_dns_prefetch_styles" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="147" assertions="1" time="0.003676"/> | |
<testcase name="test_dns_prefetch_scripts" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="166" assertions="1" time="0.003648"/> | |
<testcase name="test_dns_prefetch_scripts_does_not_included_registered_only" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="184" assertions="2" time="0.004628"/> | |
<testcase name="test_deregistered_scripts_are_ignored" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="201" assertions="1" time="0.003777"/> | |
<testcase name="test_malformed_urls" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="214" assertions="2" time="0.004388"/> | |
<testcase name="test_custom_attributes" class="Tests_WP_Resource_Hints" file="/tmp/wp-current-test/tests/phpunit/tests/general/resourceHints.php" line="249" assertions="1" time="0.003930"/> | |
</testsuite> | |
<testsuite name="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" tests="19" assertions="32" failures="0" errors="0" time="0.407553"> | |
<testcase name="test_get_site_icon_url" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="37" assertions="3" time="0.022144"/> | |
<testcase name="test_site_icon_url" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="50" assertions="1" time="0.026028"/> | |
<testcase name="test_has_site_icon" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="62" assertions="3" time="0.021280"/> | |
<testcase name="test_wp_site_icon" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="100" assertions="1" time="0.022598"/> | |
<testcase name="test_wp_site_icon_with_filter" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="121" assertions="1" time="0.022406"/> | |
<testcase name="test_customize_preview_wp_site_icon_empty" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="146" assertions="1" time="0.038549"/> | |
<testcase name="test_customize_preview_wp_site_icon_dirty" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="163" assertions="1" time="0.046455"/> | |
<testcase name="test_has_custom_logo" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="247" assertions="3" time="0.021999"/> | |
<testcase name="test_get_custom_logo" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="287" assertions="4" time="0.021177"/> | |
<testcase name="test_the_custom_logo" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="333" assertions="1" time="0.021454"/> | |
<testcase name="test_the_custom_logo_with_alt" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="359" assertions="1" time="0.025357"/> | |
<testcase name="test_get_the_modified_time_default" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="424" assertions="1" time="0.019766"/> | |
<testcase name="test_get_the_modified_time_failures_are_filtered" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="447" assertions="2" time="0.009317"/> | |
<testcase name="test_get_the_modified_date_with_post_id" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="476" assertions="1" time="0.019578"/> | |
<testcase name="test_get_the_modified_date_default" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="495" assertions="1" time="0.024500"/> | |
<testcase name="test_get_the_modified_date_failures_are_filtered" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="518" assertions="2" time="0.006524"/> | |
<testcase name="test_get_the_modified_time_with_post_id" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="547" assertions="1" time="0.021931"/> | |
<testcase name="test_wp_no_robots" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="619" assertions="2" time="0.008874"/> | |
<testcase name="test_get_template_part_returns_nothing" class="Tests_General_Template" file="/tmp/wp-current-test/tests/phpunit/tests/general/template.php" line="634" assertions="2" time="0.007616"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" tests="78" assertions="78" failures="0" errors="0" time="0.242681"> | |
<testcase name="test_WP_Error_should_be_of_type_WP_Error" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="28" assertions="1" time="0.003887"/> | |
<testcase name="test_WP_Error_with_default_empty_parameters_should_add_no_errors" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="32" assertions="1" time="0.002577"/> | |
<testcase name="test_WP_Error_with_empty_code_should_add_no_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="36" assertions="1" time="0.002623"/> | |
<testcase name="test_WP_Error_with_empty_code_should_add_no_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="40" assertions="1" time="0.003776"/> | |
<testcase name="test_WP_Error_with_empty_code_should_add_no_error_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="44" assertions="1" time="0.002356"/> | |
<testcase name="test_WP_Error_with_code_and_empty_message_should_add_error_with_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="48" assertions="1" time="0.002916"/> | |
<testcase name="test_WP_Error_with_code_and_empty_message_should_add_error_with_that_code_and_empty_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="54" assertions="1" time="0.002670"/> | |
<testcase name="test_WP_Error_with_code_and_empty_message_and_empty_data_should_add_error_but_not_associated_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="60" assertions="1" time="0.002313"/> | |
<testcase name="test_WP_Error_with_code_and_empty_message_and_non_empty_data_should_add_error_with_empty_message_and_that_stored_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="66" assertions="1" time="0.003881"/> | |
<testcase name="test_WP_Error_with_code_and_message_should_add_error_with_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="72" assertions="1" time="0.002859"/> | |
<testcase name="test_WP_Error_with_code_and_message_should_add_error_with_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="78" assertions="1" time="0.003486"/> | |
<testcase name="test_WP_Error_with_code_and_message_and_data_should_add_error_with_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="84" assertions="1" time="0.002638"/> | |
<testcase name="test_WP_Error_with_code_and_message_and_data_should_add_error_with_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="90" assertions="1" time="0.002139"/> | |
<testcase name="test_WP_Error_with_code_and_message_and_data_should_add_error_with_that_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="96" assertions="1" time="0.002973"/> | |
<testcase name="test_get_error_codes_with_no_errors_should_return_empty_array" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="105" assertions="1" time="0.003213"/> | |
<testcase name="test_get_error_codes_with_one_error_should_return_an_array_with_only_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="112" assertions="1" time="0.002331"/> | |
<testcase name="test_get_error_codes_with_multiple_errors_should_return_an_array_of_those_codes" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="121" assertions="1" time="0.003400"/> | |
<testcase name="test_get_error_code_with_no_errors_should_return_an_empty_string" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="133" assertions="1" time="0.002422"/> | |
<testcase name="test_get_error_code_with_one_error_should_return_that_error_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="140" assertions="1" time="0.002470"/> | |
<testcase name="test_get_error_code_with_multiple_errors_should_return_only_the_first_error_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="149" assertions="1" time="0.004821"/> | |
<testcase name="test_get_error_messages_with_empty_code_and_no_errors_should_return_an_empty_array" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="159" assertions="1" time="0.003630"/> | |
<testcase name="test_get_error_messages_with_empty_code_one_error_should_return_an_array_with_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="166" assertions="1" time="0.002831"/> | |
<testcase name="test_get_error_messages_with_empty_code_multiple_errors_should_return_an_array_of_messages" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="175" assertions="1" time="0.002479"/> | |
<testcase name="test_get_error_messages_with_an_invalid_code_should_return_an_empty_array" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="185" assertions="1" time="0.002573"/> | |
<testcase name="test_get_error_messages_with_one_error_should_return_an_array_with_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="192" assertions="1" time="0.004052"/> | |
<testcase name="test_get_error_messages_with_multiple_errors_same_code_should_return_an_array_with_all_messages" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="201" assertions="1" time="0.002708"/> | |
<testcase name="test_get_error_message_with_empty_code_and_no_errors_should_return_an_empty_string" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="211" assertions="1" time="0.002982"/> | |
<testcase name="test_get_error_message_with_empty_code_and_one_error_should_return_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="218" assertions="1" time="0.002634"/> | |
<testcase name="test_get_error_message_with_empty_code_and_multiple_errors_should_return_the_first_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="227" assertions="1" time="0.002701"/> | |
<testcase name="test_get_error_message_with_empty_code_and_multiple_errors_multiple_codes_should_return_the_first_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="237" assertions="1" time="0.003734"/> | |
<testcase name="test_get_error_message_with_invalid_code_and_no_errors_should_return_empty_string" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="248" assertions="1" time="0.002552"/> | |
<testcase name="test_get_error_message_with_invalid_code_and_one_error_should_return_an_empty_string" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="255" assertions="1" time="0.003168"/> | |
<testcase name="test_get_error_message_with_invalid_code_and_multiple_errors_should_return_an_empty_string" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="264" assertions="1" time="0.002465"/> | |
<testcase name="test_get_error_data_with_empty_code_and_no_errors_should_evaluate_as_null" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="274" assertions="1" time="0.002583"/> | |
<testcase name="test_get_error_data_with_empty_code_one_error_no_data_should_evaluate_as_null" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="281" assertions="1" time="0.002892"/> | |
<testcase name="test_get_error_data_with_empty_code_multiple_errors_no_data_should_evaluate_as_null" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="290" assertions="1" time="0.003476"/> | |
<testcase name="test_get_error_data_with_empty_code_and_one_error_with_data_should_return_that_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="300" assertions="1" time="0.002899"/> | |
<testcase name="test_get_error_data_with_empty_code_and_multiple_errors_different_codes_should_return_the_last_data_of_the_first_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="310" assertions="1" time="0.002895"/> | |
<testcase name="test_get_error_data_with_empty_code_and_multiple_errors_same_code_should_return_the_last_data_of_the_first_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="321" assertions="1" time="0.002643"/> | |
<testcase name="test_get_error_data_with_code_and_no_errors_should_evaluate_as_null" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="332" assertions="1" time="0.007244"/> | |
<testcase name="test_get_error_data_with_code_and_one_error_with_no_data_should_evaluate_as_null" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="339" assertions="1" time="0.004420"/> | |
<testcase name="test_get_error_data_with_code_and_one_error_with_data_should_return_that_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="348" assertions="1" time="0.002707"/> | |
<testcase name="test_get_error_data_with_code_and_multiple_errors_different_codes_should_return_the_last_stored_data_of_the_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="358" assertions="1" time="0.002465"/> | |
<testcase name="test_get_error_data_with_code_and_multiple_errors_same_code_should_return_the_last_stored_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="370" assertions="1" time="0.002723"/> | |
<testcase name="test_has_errors_with_no_errors_returns_false" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="381" assertions="1" time="0.002419"/> | |
<testcase name="test_has_errors_with_errors_returns_true" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="388" assertions="1" time="0.002462"/> | |
<testcase name="test_add_with_empty_code_empty_message_empty_data_should_add_empty_key_to_errors_array" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="396" assertions="1" time="0.003249"/> | |
<testcase name="test_add_with_empty_code_empty_message_empty_data_should_add_empty_message_to_errors_array_under_empty_key" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="405" assertions="1" time="0.002517"/> | |
<testcase name="test_add_with_empty_code_empty_message_empty_data_should_not_alter_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="414" assertions="1" time="0.002535"/> | |
<testcase name="test_add_with_empty_code_empty_message_non_empty_data_should_store_data_under_an_empty_code_key" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="423" assertions="1" time="0.005561"/> | |
<testcase name="test_add_with_code_empty_message_empty_data_should_add_error_with_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="432" assertions="1" time="0.005405"/> | |
<testcase name="test_add_with_code_empty_message_empty_data_should_add_error_with_empty_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="441" assertions="1" time="0.002909"/> | |
<testcase name="test_add_with_code_empty_message_empty_data_should_not_add_error_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="450" assertions="1" time="0.002841"/> | |
<testcase name="test_add_with_code_and_message_and_empty_data_should_should_add_error_with_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="459" assertions="1" time="0.004001"/> | |
<testcase name="test_add_with_code_and_message_and_empty_data_should_not_alter_stored_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="468" assertions="1" time="0.002468"/> | |
<testcase name="test_add_with_code_and_empty_message_and_data_should_add_error_with_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="477" assertions="1" time="0.003310"/> | |
<testcase name="test_add_with_code_and_empty_message_and_data_should_store_that_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="486" assertions="1" time="0.002637"/> | |
<testcase name="test_add_with_code_and_message_and_data_should_add_an_error_with_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="495" assertions="1" time="0.002484"/> | |
<testcase name="test_add_with_code_and_message_and_data_should_add_an_error_with_that_message" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="504" assertions="1" time="0.005125"/> | |
<testcase name="test_add_with_code_and_message_and_data_should_store_that_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="513" assertions="1" time="0.003641"/> | |
<testcase name="test_add_multiple_times_with_the_same_code_should_add_additional_messages_for_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="522" assertions="1" time="0.002889"/> | |
<testcase name="test_add_multiple_times_with_the_same_code_and_different_data_should_store_only_the_last_added_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="534" assertions="1" time="0.002600"/> | |
<testcase name="test_add_data_with_empty_data_empty_code_should_create_orphaned_data_with_no_error" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="544" assertions="1" time="0.002486"/> | |
<testcase name="test_add_data_with_empty_data_empty_code_no_errors_should_create_data_under_an_empty_code_key" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="553" assertions="1" time="0.003908"/> | |
<testcase name="test_add_data_with_data_empty_code_and_one_error_should_store_the_data_under_that_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="562" assertions="1" time="0.003073"/> | |
<testcase name="test_add_data_with_data_empty_code_and_multiple_errors_with_different_codes_should_store_it_under_the_first_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="572" assertions="1" time="0.003006"/> | |
<testcase name="test_add_data_with_data_empty_code_and_multiple_errors_with_same_code_should_store_it_under_the_first_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="584" assertions="1" time="0.002584"/> | |
<testcase name="test_add_data_with_data_and_code_and_no_errors_should_create_orphaned_data_with_no_error" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="597" assertions="1" time="0.002652"/> | |
<testcase name="test_add_data_with_data_and_code_no_errors_should_create_data_under_that_code_key" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="606" assertions="1" time="0.003770"/> | |
<testcase name="test_add_data_with_data_and_code_one_error_different_code_should_create_orphaned_data_with_no_error" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="615" assertions="1" time="0.002684"/> | |
<testcase name="test_add_data_with_data_and_code_one_error_different_code_should_create_data_under_that_code_key" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="626" assertions="1" time="0.004251"/> | |
<testcase name="test_add_data_with_data_and_code_should_add_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="637" assertions="1" time="0.002512"/> | |
<testcase name="test_remove_with_no_errors_should_affect_nothing" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="648" assertions="1" time="0.003233"/> | |
<testcase name="test_remove_empty_code_no_errors_should_affect_nothing" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="661" assertions="1" time="0.003177"/> | |
<testcase name="test_remove_empty_code_and_one_error_with_empty_string_code_should_remove_error" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="674" assertions="1" time="0.002703"/> | |
<testcase name="test_remove_empty_code_and_one_error_with_empty_string_code_should_remove_error_data" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="689" assertions="1" time="0.003051"/> | |
<testcase name="test_remove_should_remove_the_error_with_the_given_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="702" assertions="1" time="0.002715"/> | |
<testcase name="test_remove_should_remove_the_error_data_associated_with_the_given_code" class="Tests_WP_Error" file="/tmp/wp-current-test/tests/phpunit/tests/general/wpError.php" line="713" assertions="1" time="0.002616"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" tests="14" assertions="23" failures="0" errors="0" time="0.039059"> | |
<testcase name="test_add_filter_with_function" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="13" assertions="2" time="0.002902"/> | |
<testcase name="test_add_filter_with_object" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="27" assertions="2" time="0.002544"/> | |
<testcase name="test_add_filter_with_static_method" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="42" assertions="2" time="0.002439"/> | |
<testcase name="test_add_two_filters_with_same_priority" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="56" assertions="2" time="0.002518"/> | |
<testcase name="test_add_two_filters_with_different_priority" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="71" assertions="3" time="0.003977"/> | |
<testcase name="test_readd_filter" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="87" assertions="2" time="0.002474"/> | |
<testcase name="test_readd_filter_with_different_priority" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="101" assertions="3" time="0.003064"/> | |
<testcase name="test_sort_after_add_filter" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="116" assertions="1" time="0.002446"/> | |
<testcase name="test_remove_and_add" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="130" assertions="1" time="0.002388"/> | |
<testcase name="test_remove_and_add_last_filter" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="144" assertions="1" time="0.003176"/> | |
<testcase name="test_remove_and_recurse_and_add" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="158" assertions="1" time="0.002677"/> | |
<testcase name="test_remove_and_add_action" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="203" assertions="1" time="0.002531"/> | |
<testcase name="test_remove_and_add_last_action" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="218" assertions="1" time="0.002946"/> | |
<testcase name="test_remove_and_recurse_and_add_action" class="Tests_WP_Hook_Add_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/addFilter.php" line="233" assertions="1" time="0.002977"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Apply_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/applyFilters.php" tests="2" assertions="4" failures="0" errors="0" time="0.005038"> | |
<testcase name="test_apply_filters_with_callback" class="Tests_WP_Hook_Apply_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/applyFilters.php" line="10" assertions="2" time="0.002484"/> | |
<testcase name="test_apply_filters_with_multiple_calls" class="Tests_WP_Hook_Apply_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/applyFilters.php" line="27" assertions="2" time="0.002554"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" tests="8" assertions="10" failures="0" errors="0" time="0.027595"> | |
<testcase name="test_do_action_with_callback" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="18" assertions="1" time="0.002662"/> | |
<testcase name="test_do_action_with_multiple_calls" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="33" assertions="1" time="0.002946"/> | |
<testcase name="test_do_action_with_multiple_callbacks_on_same_priority" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="49" assertions="2" time="0.006690"/> | |
<testcase name="test_do_action_with_multiple_callbacks_on_different_priorities" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="68" assertions="2" time="0.003348"/> | |
<testcase name="test_do_action_with_no_accepted_args" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="87" assertions="1" time="0.002672"/> | |
<testcase name="test_do_action_with_one_accepted_arg" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="101" assertions="1" time="0.002854"/> | |
<testcase name="test_do_action_with_more_accepted_args" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="115" assertions="1" time="0.003744"/> | |
<testcase name="test_do_action_doesnt_change_value" class="Tests_WP_Hook_Do_Action" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAction.php" line="129" assertions="1" time="0.002679"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Do_All_Hook" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAllHook.php" tests="1" assertions="1" failures="0" errors="0" time="0.002342"> | |
<testcase name="test_do_all_hook_with_multiple_calls" class="Tests_WP_Hook_Do_All_Hook" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/doAllHook.php" line="10" assertions="1" time="0.002342"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" tests="7" assertions="7" failures="0" errors="0" time="0.024792"> | |
<testcase name="test_has_filter_with_function" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="10" assertions="1" time="0.002419"/> | |
<testcase name="test_has_filter_with_object" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="22" assertions="1" time="0.002726"/> | |
<testcase name="test_has_filter_with_static_method" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="35" assertions="1" time="0.003039"/> | |
<testcase name="test_has_filter_without_callback" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="47" assertions="1" time="0.002873"/> | |
<testcase name="test_not_has_filter_without_callback" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="59" assertions="1" time="0.002731"/> | |
<testcase name="test_not_has_filter_with_callback" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="64" assertions="1" time="0.005235"/> | |
<testcase name="test_has_filter_with_wrong_callback" class="Tests_WP_Hook_Has_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilter.php" line="72" assertions="1" time="0.005769"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Has_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilters.php" tests="4" assertions="4" failures="0" errors="0" time="0.014235"> | |
<testcase name="test_has_filters_with_callback" class="Tests_WP_Hook_Has_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilters.php" line="10" assertions="1" time="0.002492"/> | |
<testcase name="test_has_filters_without_callback" class="Tests_WP_Hook_Has_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilters.php" line="22" assertions="1" time="0.005756"/> | |
<testcase name="test_not_has_filters_with_removed_callback" class="Tests_WP_Hook_Has_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilters.php" line="27" assertions="1" time="0.003441"/> | |
<testcase name="test_not_has_filter_with_directly_removed_callback" class="Tests_WP_Hook_Has_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/hasFilters.php" line="39" assertions="1" time="0.002546"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Iterator" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/iterator.php" tests="1" assertions="2" failures="0" errors="0" time="0.003438"> | |
<testcase name="test_foreach" class="Tests_WP_Hook_Iterator" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/iterator.php" line="10" assertions="2" time="0.003438"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Preinit_Hooks" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/preinitHooks.php" tests="1" assertions="2" failures="0" errors="0" time="0.002415"> | |
<testcase name="test_array_to_hooks" class="Tests_WP_Hook_Preinit_Hooks" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/preinitHooks.php" line="10" assertions="2" time="0.002415"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Remove_All_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeAllFilters.php" tests="2" assertions="4" failures="0" errors="0" time="0.006029"> | |
<testcase name="test_remove_all_filters" class="Tests_WP_Hook_Remove_All_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeAllFilters.php" line="10" assertions="1" time="0.002720"/> | |
<testcase name="test_remove_all_filters_with_priority" class="Tests_WP_Hook_Remove_All_Filters" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeAllFilters.php" line="24" assertions="3" time="0.003309"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Hook_Remove_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeFilter.php" tests="5" assertions="6" failures="0" errors="0" time="0.014823"> | |
<testcase name="test_remove_filter_with_function" class="Tests_WP_Hook_Remove_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeFilter.php" line="10" assertions="1" time="0.002323"/> | |
<testcase name="test_remove_filter_with_object" class="Tests_WP_Hook_Remove_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeFilter.php" line="23" assertions="1" time="0.002545"/> | |
<testcase name="test_remove_filter_with_static_method" class="Tests_WP_Hook_Remove_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeFilter.php" line="37" assertions="1" time="0.003852"/> | |
<testcase name="test_remove_filters_with_another_at_same_priority" class="Tests_WP_Hook_Remove_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeFilter.php" line="50" assertions="1" time="0.003311"/> | |
<testcase name="test_remove_filter_with_another_at_different_priority" class="Tests_WP_Hook_Remove_Filter" file="/tmp/wp-current-test/tests/phpunit/tests/hooks/removeFilter.php" line="66" assertions="2" time="0.002792"/> | |
</testsuite> | |
<testsuite name="Tests_HTTP_GetHttpHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/getHttpHeaders.php" tests="3" assertions="3" failures="0" errors="0" time="0.014962"> | |
<testcase name="test_wp_get_http_headers_valid_url" class="Tests_HTTP_GetHttpHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/getHttpHeaders.php" line="31" assertions="1" time="0.005551"/> | |
<testcase name="test_wp_get_http_headers_invalid_url" class="Tests_HTTP_GetHttpHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/getHttpHeaders.php" line="39" assertions="1" time="0.006690"/> | |
<testcase name="test_wp_get_http_headers_deprecated_argument" class="Tests_HTTP_GetHttpHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/getHttpHeaders.php" line="47" assertions="1" time="0.002721"/> | |
</testsuite> | |
<testsuite name="Tests_HTTP_HTTP" file="/tmp/wp-current-test/tests/phpunit/tests/http/http.php" tests="91" assertions="95" failures="0" errors="0" time="0.275056"> | |
<testsuite name="Tests_HTTP_HTTP::test_make_absolute_url" tests="25" assertions="25" failures="0" errors="0" time="0.073184"> | |
<testcase name="test_make_absolute_url with data set #0" assertions="1" time="0.003210"/> | |
<testcase name="test_make_absolute_url with data set #1" assertions="1" time="0.002663"/> | |
<testcase name="test_make_absolute_url with data set #2" assertions="1" time="0.002841"/> | |
<testcase name="test_make_absolute_url with data set #3" assertions="1" time="0.002444"/> | |
<testcase name="test_make_absolute_url with data set #4" assertions="1" time="0.002291"/> | |
<testcase name="test_make_absolute_url with data set #5" assertions="1" time="0.002714"/> | |
<testcase name="test_make_absolute_url with data set #6" assertions="1" time="0.003129"/> | |
<testcase name="test_make_absolute_url with data set #7" assertions="1" time="0.002746"/> | |
<testcase name="test_make_absolute_url with data set #8" assertions="1" time="0.002932"/> | |
<testcase name="test_make_absolute_url with data set #9" assertions="1" time="0.002403"/> | |
<testcase name="test_make_absolute_url with data set #10" assertions="1" time="0.002490"/> | |
<testcase name="test_make_absolute_url with data set #11" assertions="1" time="0.003992"/> | |
<testcase name="test_make_absolute_url with data set #12" assertions="1" time="0.002611"/> | |
<testcase name="test_make_absolute_url with data set #13" assertions="1" time="0.002898"/> | |
<testcase name="test_make_absolute_url with data set #14" assertions="1" time="0.002619"/> | |
<testcase name="test_make_absolute_url with data set #15" assertions="1" time="0.002647"/> | |
<testcase name="test_make_absolute_url with data set #16" assertions="1" time="0.002852"/> | |
<testcase name="test_make_absolute_url with data set #17" assertions="1" time="0.005681"/> | |
<testcase name="test_make_absolute_url with data set #18" assertions="1" time="0.003017"/> | |
<testcase name="test_make_absolute_url with data set #19" assertions="1" time="0.002518"/> | |
<testcase name="test_make_absolute_url with data set #20" assertions="1" time="0.002397"/> | |
<testcase name="test_make_absolute_url with data set #21" assertions="1" time="0.003680"/> | |
<testcase name="test_make_absolute_url with data set #22" assertions="1" time="0.002787"/> | |
<testcase name="test_make_absolute_url with data set #23" assertions="1" time="0.003127"/> | |
<testcase name="test_make_absolute_url with data set #24" assertions="1" time="0.002494"/> | |
</testsuite> | |
<testsuite name="Tests_HTTP_HTTP::test_wp_parse_url" tests="14" assertions="14" failures="0" errors="0" time="0.040585"> | |
<testcase name="test_wp_parse_url with data set #0" assertions="1" time="0.002321"/> | |
<testcase name="test_wp_parse_url with data set #1" assertions="1" time="0.002571"/> | |
<testcase name="test_wp_parse_url with data set #2" assertions="1" time="0.003683"/> | |
<testcase name="test_wp_parse_url with data set #3" assertions="1" time="0.002724"/> | |
<testcase name="test_wp_parse_url with data set #4" assertions="1" time="0.002775"/> | |
<testcase name="test_wp_parse_url with data set #5" assertions="1" time="0.002436"/> | |
<testcase name="test_wp_parse_url with data set #6" assertions="1" time="0.002321"/> | |
<testcase name="test_wp_parse_url with data set #7" assertions="1" time="0.002945"/> | |
<testcase name="test_wp_parse_url with data set #8" assertions="1" time="0.003232"/> | |
<testcase name="test_wp_parse_url with data set #9" assertions="1" time="0.002811"/> | |
<testcase name="test_wp_parse_url with data set #10" assertions="1" time="0.002502"/> | |
<testcase name="test_wp_parse_url with data set #11" assertions="1" time="0.002808"/> | |
<testcase name="test_wp_parse_url with data set #12" assertions="1" time="0.002383"/> | |
<testcase name="test_wp_parse_url with data set #13" assertions="1" time="0.005073"/> | |
</testsuite> | |
<testcase name="test_wp_parse_url_with_default_component" class="Tests_HTTP_HTTP" file="/tmp/wp-current-test/tests/phpunit/tests/http/http.php" line="184" assertions="1" time="0.004150"/> | |
<testsuite name="Tests_HTTP_HTTP::test_wp_parse_url_with_component" tests="33" assertions="33" failures="0" errors="0" time="0.101171"> | |
<testcase name="test_wp_parse_url_with_component with data set #0" assertions="1" time="0.002557"/> | |
<testcase name="test_wp_parse_url_with_component with data set #1" assertions="1" time="0.002410"/> | |
<testcase name="test_wp_parse_url_with_component with data set #2" assertions="1" time="0.002725"/> | |
<testcase name="test_wp_parse_url_with_component with data set #3" assertions="1" time="0.008136"/> | |
<testcase name="test_wp_parse_url_with_component with data set #4" assertions="1" time="0.002810"/> | |
<testcase name="test_wp_parse_url_with_component with data set #5" assertions="1" time="0.002424"/> | |
<testcase name="test_wp_parse_url_with_component with data set #6" assertions="1" time="0.003353"/> | |
<testcase name="test_wp_parse_url_with_component with data set #7" assertions="1" time="0.002852"/> | |
<testcase name="test_wp_parse_url_with_component with data set #8" assertions="1" time="0.003122"/> | |
<testcase name="test_wp_parse_url_with_component with data set #9" assertions="1" time="0.002495"/> | |
<testcase name="test_wp_parse_url_with_component with data set #10" assertions="1" time="0.002400"/> | |
<testcase name="test_wp_parse_url_with_component with data set #11" assertions="1" time="0.002502"/> | |
<testcase name="test_wp_parse_url_with_component with data set #12" assertions="1" time="0.003773"/> | |
<testcase name="test_wp_parse_url_with_component with data set #13" assertions="1" time="0.002409"/> | |
<testcase name="test_wp_parse_url_with_component with data set #14" assertions="1" time="0.002999"/> | |
<testcase name="test_wp_parse_url_with_component with data set #15" assertions="1" time="0.002722"/> | |
<testcase name="test_wp_parse_url_with_component with data set #16" assertions="1" time="0.002465"/> | |
<testcase name="test_wp_parse_url_with_component with data set #17" assertions="1" time="0.003258"/> | |
<testcase name="test_wp_parse_url_with_component with data set #18" assertions="1" time="0.005184"/> | |
<testcase name="test_wp_parse_url_with_component with data set #19" assertions="1" time="0.003201"/> | |
<testcase name="test_wp_parse_url_with_component with data set #20" assertions="1" time="0.002890"/> | |
<testcase name="test_wp_parse_url_with_component with data set #21" assertions="1" time="0.003201"/> | |
<testcase name="test_wp_parse_url_with_component with data set #22" assertions="1" time="0.003522"/> | |
<testcase name="test_wp_parse_url_with_component with data set #23" assertions="1" time="0.002487"/> | |
<testcase name="test_wp_parse_url_with_component with data set #24" assertions="1" time="0.002984"/> | |
<testcase name="test_wp_parse_url_with_component with data set #25" assertions="1" time="0.002433"/> | |
<testcase name="test_wp_parse_url_with_component with data set #26" assertions="1" time="0.002475"/> | |
<testcase name="test_wp_parse_url_with_component with data set #27" assertions="1" time="0.003515"/> | |
<testcase name="test_wp_parse_url_with_component with data set #28" assertions="1" time="0.002744"/> | |
<testcase name="test_wp_parse_url_with_component with data set #29" assertions="1" time="0.003006"/> | |
<testcase name="test_wp_parse_url_with_component with data set #30" assertions="1" time="0.002455"/> | |
<testcase name="test_wp_parse_url_with_component with data set #31" assertions="1" time="0.002774"/> | |
<testcase name="test_wp_parse_url_with_component with data set #32" assertions="1" time="0.002888"/> | |
</testsuite> | |
<testcase name="test_http_response_code_constants" class="Tests_HTTP_HTTP" file="/tmp/wp-current-test/tests/phpunit/tests/http/http.php" line="265" assertions="1" time="0.003711"/> | |
<testcase name="test_normalize_cookies_scalar_values" class="Tests_HTTP_HTTP" file="/tmp/wp-current-test/tests/phpunit/tests/http/http.php" line="281" assertions="5" time="0.002868"/> | |
<testsuite name="Tests_HTTP_HTTP::test_get_component_from_parsed_url_array" tests="6" assertions="6" failures="0" errors="0" time="0.019711"> | |
<testcase name="test_get_component_from_parsed_url_array with data set #0" assertions="1" time="0.002504"/> | |
<testcase name="test_get_component_from_parsed_url_array with data set #1" assertions="1" time="0.002663"/> | |
<testcase name="test_get_component_from_parsed_url_array with data set #2" assertions="1" time="0.003581"/> | |
<testcase name="test_get_component_from_parsed_url_array with data set #3" assertions="1" time="0.005488"/> | |
<testcase name="test_get_component_from_parsed_url_array with data set #4" assertions="1" time="0.003081"/> | |
<testcase name="test_get_component_from_parsed_url_array with data set #5" assertions="1" time="0.002394"/> | |
</testsuite> | |
<testsuite name="Tests_HTTP_HTTP::test_wp_translate_php_url_constant_to_key" tests="10" assertions="10" failures="0" errors="0" time="0.029676"> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #0" assertions="1" time="0.002364"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #1" assertions="1" time="0.003016"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #2" assertions="1" time="0.003103"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #3" assertions="1" time="0.003023"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #4" assertions="1" time="0.003881"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #5" assertions="1" time="0.002629"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #6" assertions="1" time="0.003356"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #7" assertions="1" time="0.002637"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #8" assertions="1" time="0.002979"/> | |
<testcase name="test_wp_translate_php_url_constant_to_key with data set #9" assertions="1" time="0.002688"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_HTTP_RemoteRetrieveHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/remoteRetrieveHeaders.php" tests="3" assertions="3" failures="0" errors="0" time="0.008747"> | |
<testcase name="test_remote_retrieve_headers_valid_response" class="Tests_HTTP_RemoteRetrieveHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/remoteRetrieveHeaders.php" line="11" assertions="1" time="0.002692"/> | |
<testcase name="test_remote_retrieve_headers_is_error" class="Tests_HTTP_RemoteRetrieveHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/remoteRetrieveHeaders.php" line="22" assertions="1" time="0.003424"/> | |
<testcase name="test_remote_retrieve_headers_invalid_response" class="Tests_HTTP_RemoteRetrieveHeaders" file="/tmp/wp-current-test/tests/phpunit/tests/http/remoteRetrieveHeaders.php" line="32" assertions="1" time="0.002631"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" tests="12" assertions="28" failures="0" errors="0" time="0.041047"> | |
<testcase name="test_400x400_no_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="9" assertions="2" time="0.002093"/> | |
<testcase name="test_400x0_no_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="21" assertions="2" time="0.002246"/> | |
<testcase name="test_0x400_no_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="33" assertions="2" time="0.007200"/> | |
<testcase name="test_800x800_no_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="45" assertions="2" time="0.005027"/> | |
<testcase name="test_800x0_no_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="57" assertions="2" time="0.003257"/> | |
<testcase name="test_0x800_no_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="69" assertions="2" time="0.004536"/> | |
<testcase name="test_400x400_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="83" assertions="2" time="0.003058"/> | |
<testcase name="test_400x0_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="95" assertions="2" time="0.002688"/> | |
<testcase name="test_0x400_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="107" assertions="2" time="0.002486"/> | |
<testcase name="test_400x500_crop" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="119" assertions="2" time="0.002598"/> | |
<testcase name="test_640x480" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="131" assertions="4" time="0.003297"/> | |
<testcase name="test_crop_anchors" class="Tests_Image_Dimensions" file="/tmp/wp-current-test/tests/phpunit/tests/image/dimensions.php" line="159" assertions="4" time="0.002561"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" tests="6" assertions="18" failures="0" errors="0" time="0.021030"> | |
<testcase name="test_get_editor_load_returns_true" class="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" line="30" assertions="1" time="0.002810"/> | |
<testcase name="test_get_editor_load_returns_false" class="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" line="41" assertions="1" time="0.002575"/> | |
<testcase name="test_set_quality" class="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" line="70" assertions="7" time="0.004169"/> | |
<testcase name="test_generate_filename" class="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" line="117" assertions="5" time="0.002910"/> | |
<testcase name="test_get_size" class="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" line="153" assertions="2" time="0.003678"/> | |
<testcase name="test_get_suffix" class="Tests_Image_Editor" file="/tmp/wp-current-test/tests/phpunit/tests/image/editor.php" line="177" assertions="2" time="0.004888"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" tests="15" assertions="41" failures="0" errors="0" time="0.132923"> | |
<testcase name="test_supports_mime_type_jpeg" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="35" assertions="1" time="0.004763"/> | |
<testcase name="test_supports_mime_type_png" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="41" assertions="1" time="0.002815"/> | |
<testcase name="test_supports_mime_type_gif" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="47" assertions="1" time="0.002494"/> | |
<testcase name="test_resize" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="56" assertions="1" time="0.010756"/> | |
<testcase name="test_single_multi_resize" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="76" assertions="3" time="0.010290"/> | |
<testcase name="test_multi_resize_does_not_create" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="118" assertions="1" time="0.005710"/> | |
<testcase name="test_multi_resize" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="186" assertions="22" time="0.053311"/> | |
<testcase name="test_resize_and_crop" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="390" assertions="1" time="0.012821"/> | |
<testcase name="test_crop" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="410" assertions="1" time="0.003720"/> | |
<testcase name="test_rotate" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="430" assertions="1" time="0.003635"/> | |
<testcase name="test_flip" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="449" assertions="1" time="0.005377"/> | |
<testcase name="test_image_preserves_alpha_on_resize" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="470" assertions="2" time="0.003639"/> | |
<testcase name="test_image_preserves_alpha" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="497" assertions="2" time="0.003791"/> | |
<testcase name="test_image_preserves_alpha_on_rotate" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="522" assertions="2" time="0.003396"/> | |
<testcase name="test_image_non_existent_extension" class="Tests_Image_Editor_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorGd.php" line="551" assertions="1" time="0.006405"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" tests="14" assertions="43" failures="0" errors="0" time="0.164350"> | |
<testcase name="test_supports_mime_type" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="38" assertions="3" time="0.003801"/> | |
<testcase name="test_resize" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="49" assertions="1" time="0.011269"/> | |
<testcase name="test_single_multi_resize" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="69" assertions="3" time="0.009618"/> | |
<testcase name="test_multi_resize_does_not_create" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="111" assertions="1" time="0.006708"/> | |
<testcase name="test_multi_resize" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="179" assertions="22" time="0.066349"/> | |
<testcase name="test_resize_and_crop" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="383" assertions="1" time="0.010421"/> | |
<testcase name="test_crop" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="403" assertions="1" time="0.004162"/> | |
<testcase name="test_rotate" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="423" assertions="1" time="0.004004"/> | |
<testcase name="test_flip" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="442" assertions="1" time="0.003564"/> | |
<testcase name="test_image_preserves_alpha_on_resize" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="463" assertions="2" time="0.009956"/> | |
<testcase name="test_image_preserves_alpha" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="490" assertions="2" time="0.005680"/> | |
<testcase name="test_image_preserves_alpha_on_rotate" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="515" assertions="2" time="0.007717"/> | |
<testcase name="test_image_non_existent_extension" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="540" assertions="1" time="0.003872"/> | |
<testcase name="test_remove_orientation_data_on_rotate" class="Tests_Image_Editor_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/editorImagick.php" line="552" assertions="2" time="0.017229"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" tests="17" assertions="113" failures="3" errors="1" time="2.813294"> | |
<testcase name="test_is_image_positive" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="48" assertions="12" time="0.003486"/> | |
<testcase name="test_is_image_negative" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="74" assertions="3" time="0.002608"/> | |
<testcase name="test_is_displayable_image_positive" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="87" assertions="4" time="0.002951"/> | |
<testcase name="test_is_displayable_image_negative" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="105" assertions="8" time="0.002492"/> | |
<testcase name="test_wp_save_image_file" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="131" assertions="18" time="0.393264"/> | |
<testcase name="test_mime_overrides_filename" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="184" assertions="6" time="0.217568"/> | |
<testcase name="test_inferred_mime_types" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="223" assertions="38" time="0.581318"/> | |
<testcase name="test_load_directory" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="279" assertions="7" time="0.003576"/> | |
<testcase name="test_wp_crop_image_file" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="304" assertions="4" time="0.020047"/> | |
<testcase name="test_wp_crop_image_url" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="328" assertions="4" time="0.906614"/> | |
<testcase name="test_wp_crop_image_file_not_exist" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="358" assertions="1" time="0.006132"/> | |
<testcase name="test_wp_crop_image_url_not_exist" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="371" assertions="1" time="0.600070"/> | |
<testcase name="test_wp_crop_image_error_on_saving" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="395" assertions="1" time="0.006209"/> | |
<testcase name="test_wp_generate_attachment_metadata_pdf" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="417" assertions="2" time="0.021065"> | |
<failure type="PHPUnit_Framework_ExpectationFailedException">Tests_Image_Functions::test_wp_generate_attachment_metadata_pdf | |
Failed asserting that Array &0 () is identical to Array &0 ( | |
'sizes' => Array &1 ( | |
'full' => Array &2 ( | |
'file' => 'wordpress-gsoc-flyer-pdf.jpg' | |
'width' => 1088 | |
'height' => 1408 | |
'mime-type' => 'image/jpeg' | |
) | |
'medium' => Array &3 ( | |
'file' => 'wordpress-gsoc-flyer-pdf-232x300.jpg' | |
'width' => 232 | |
'height' => 300 | |
'mime-type' => 'image/jpeg' | |
) | |
'large' => Array &4 ( | |
'file' => 'wordpress-gsoc-flyer-pdf-791x1024.jpg' | |
'width' => 791 | |
'height' => 1024 | |
'mime-type' => 'image/jpeg' | |
) | |
'thumbnail' => Array &5 ( | |
'file' => 'wordpress-gsoc-flyer-pdf-116x150.jpg' | |
'width' => 116 | |
'height' => 150 | |
'mime-type' => 'image/jpeg' | |
) | |
) | |
). | |
/tmp/wp-current-test/tests/phpunit/tests/image/functions.php:466 | |
</failure> | |
</testcase> | |
<testcase name="test_crop_setting_for_pdf" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="479" assertions="2" time="0.012528"> | |
<failure type="PHPUnit_Framework_ExpectationFailedException">Tests_Image_Functions::test_crop_setting_for_pdf | |
Failed asserting that Array &0 () is identical to Array &0 ( | |
'sizes' => Array &1 ( | |
'full' => Array &2 ( | |
'file' => 'wordpress-gsoc-flyer-pdf.jpg' | |
'width' => 1088 | |
'height' => 1408 | |
'mime-type' => 'image/jpeg' | |
) | |
'medium' => Array &3 ( | |
'file' => 'wordpress-gsoc-flyer-pdf-300x300.jpg' | |
'width' => 300 | |
'height' => 300 | |
'mime-type' => 'image/jpeg' | |
) | |
'large' => Array &4 ( | |
'file' => 'wordpress-gsoc-flyer-pdf-791x1024.jpg' | |
'width' => 791 | |
'height' => 1024 | |
'mime-type' => 'image/jpeg' | |
) | |
'thumbnail' => Array &5 ( | |
'file' => 'wordpress-gsoc-flyer-pdf-116x150.jpg' | |
'width' => 116 | |
'height' => 150 | |
'mime-type' => 'image/jpeg' | |
) | |
) | |
). | |
/tmp/wp-current-test/tests/phpunit/tests/image/functions.php:531 | |
</failure> | |
</testcase> | |
<testcase name="test_fallback_intermediate_image_sizes" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="542" assertions="2" time="0.018853"> | |
<failure type="PHPUnit_Framework_ExpectationFailedException">Tests_Image_Functions::test_fallback_intermediate_image_sizes | |
The `test-size` was not added to the metadata. | |
Failed asserting that false is true. | |
/tmp/wp-current-test/tests/phpunit/tests/image/functions.php:572 | |
</failure> | |
</testcase> | |
<testcase name="test_pdf_preview_doesnt_overwrite_existing_jpeg" class="Tests_Image_Functions" file="/tmp/wp-current-test/tests/phpunit/tests/image/functions.php" line="596" assertions="0" time="0.014513"> | |
<error type="PHPUnit_Framework_Error_Notice">Tests_Image_Functions::test_pdf_preview_doesnt_overwrite_existing_jpeg | |
Undefined index: sizes | |
/tmp/wp-current-test/tests/phpunit/tests/image/functions.php:620 | |
</error> | |
</testcase> | |
</testsuite> | |
<testsuite name="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" tests="8" assertions="18" failures="0" errors="0" time="0.061699"> | |
<testcase name="test_header_image_has_correct_dimensions_with_max_width" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="16" assertions="2" time="0.004091"/> | |
<testcase name="test_header_image_has_correct_dimensions_with_fixed" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="36" assertions="2" time="0.003458"/> | |
<testcase name="test_header_image_has_correct_dimensions_with_flex_height" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="56" assertions="2" time="0.002932"/> | |
<testcase name="test_header_image_has_correct_dimensions_with_flex_width" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="76" assertions="2" time="0.003032"/> | |
<testcase name="test_header_image_has_correct_dimensions_with_flex_width_and_height" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="96" assertions="2" time="0.002486"/> | |
<testcase name="test_create_attachment_object" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="116" assertions="4" time="0.012343"/> | |
<testcase name="test_insert_cropped_attachment" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="135" assertions="2" time="0.014736"/> | |
<testcase name="test_check_get_previous_crop" class="Tests_Image_Header" file="/tmp/wp-current-test/tests/phpunit/tests/image/header.php" line="157" assertions="2" time="0.018621"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" tests="13" assertions="17" failures="0" errors="0" time="0.704619"> | |
<testcase name="test_make_intermediate_size_no_size" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="25" assertions="1" time="0.003768"/> | |
<testcase name="test_make_intermediate_size_width" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="31" assertions="1" time="0.013843"/> | |
<testcase name="test_make_intermediate_size_height" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="41" assertions="1" time="0.013934"/> | |
<testcase name="test_make_intermediate_size_successful" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="51" assertions="5" time="0.013792"/> | |
<testcase name="test_get_intermediate_sizes_by_name" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="71" assertions="1" time="0.067564"/> | |
<testcase name="test_get_intermediate_sizes_by_array_exact" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="91" assertions="1" time="0.106901"/> | |
<testcase name="test_get_intermediate_sizes_by_array_nearest" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="112" assertions="1" time="0.095461"/> | |
<testcase name="test_get_intermediate_sizes_by_array_nearest_false" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="134" assertions="1" time="0.069194"/> | |
<testcase name="test_get_intermediate_sizes_by_array_zero_height" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="155" assertions="1" time="0.075642"/> | |
<testcase name="test_get_intermediate_sizes_by_array_zero_width" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="183" assertions="1" time="0.073566"/> | |
<testcase name="test_get_intermediate_sizes_should_match_size_with_off_by_one_aspect_ratio" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="211" assertions="1" time="0.064337"/> | |
<testcase name="test_get_intermediate_size_with_small_size_array" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="234" assertions="1" time="0.059062"/> | |
<testcase name="test_get_intermediate_size_with_small_size_array_fallback" class="Tests_Image_Intermediate_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/intermediateSize.php" line="251" assertions="1" time="0.047555"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" tests="9" assertions="74" failures="0" errors="0" time="0.029600"> | |
<testcase name="test_exif_d70" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="20" assertions="10" time="0.004774"/> | |
<testcase name="test_exif_d70_mf" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="36" assertions="10" time="0.003857"/> | |
<testcase name="test_exif_d70_iptc" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="53" assertions="10" time="0.003193"/> | |
<testcase name="test_exif_fuji" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="69" assertions="10" time="0.003201"/> | |
<testcase name="test_exif_error" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="89" assertions="10" time="0.002654"/> | |
<testcase name="test_exif_no_data" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="106" assertions="10" time="0.002657"/> | |
<testcase name="test_utf8_iptc_tags" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="125" assertions="1" time="0.002746"/> | |
<testcase name="test_missing_image_file" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="137" assertions="1" time="0.003219"/> | |
<testcase name="test_exif_keywords" class="Tests_Image_Meta" file="/tmp/wp-current-test/tests/phpunit/tests/image/meta.php" line="146" assertions="12" time="0.003299"/> | |
</testsuite> | |
<testsuite name="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" tests="12" assertions="42" failures="0" errors="0" time="0.168428"> | |
<testcase name="test_resize_bad_image" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="32" assertions="2" time="0.006891"/> | |
<testcase name="test_resize_jpg" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="29" assertions="4" time="0.003841"/> | |
<testcase name="test_resize_png" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="41" assertions="4" time="0.004698"/> | |
<testcase name="test_resize_gif" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="57" assertions="4" time="0.004568"/> | |
<testcase name="test_resize_larger" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="73" assertions="2" time="0.003112"/> | |
<testcase name="test_resize_thumb_128x96" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="81" assertions="4" time="0.024612"/> | |
<testcase name="test_resize_thumb_128x0" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="93" assertions="4" time="0.026696"/> | |
<testcase name="test_resize_thumb_0x96" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="105" assertions="4" time="0.022946"/> | |
<testcase name="test_resize_thumb_150x150_crop" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="117" assertions="4" time="0.026957"/> | |
<testcase name="test_resize_thumb_150x100_crop" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="129" assertions="4" time="0.018433"/> | |
<testcase name="test_resize_thumb_50x150_crop" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="141" assertions="4" time="0.021788"/> | |
<testcase name="test_resize_non_existent_image" class="Test_Image_Resize_GD" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeGd.php" line="158" assertions="2" time="0.003886"/> | |
</testsuite> | |
<testsuite name="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" tests="11" assertions="40" failures="0" errors="0" time="0.199234"> | |
<testcase name="test_resize_jpg" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="29" assertions="4" time="0.005624"/> | |
<testcase name="test_resize_png" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="41" assertions="4" time="0.005161"/> | |
<testcase name="test_resize_gif" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="57" assertions="4" time="0.035969"/> | |
<testcase name="test_resize_larger" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="73" assertions="2" time="0.003787"/> | |
<testcase name="test_resize_thumb_128x96" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="81" assertions="4" time="0.016426"/> | |
<testcase name="test_resize_thumb_128x0" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="93" assertions="4" time="0.027376"/> | |
<testcase name="test_resize_thumb_0x96" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="105" assertions="4" time="0.016061"/> | |
<testcase name="test_resize_thumb_150x150_crop" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="117" assertions="4" time="0.031288"/> | |
<testcase name="test_resize_thumb_150x100_crop" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="129" assertions="4" time="0.031438"/> | |
<testcase name="test_resize_thumb_50x150_crop" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="141" assertions="4" time="0.022980"/> | |
<testcase name="test_resize_non_existent_image" class="Test_Image_Resize_Imagick" file="/tmp/wp-current-test/tests/phpunit/tests/image/resizeImagick.php" line="158" assertions="2" time="0.003124"/> | |
</testsuite> | |
<testsuite name="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" tests="8" assertions="16" failures="0" errors="0" time="1.210225"> | |
<testcase name="test_intermediate_image_sizes" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="31" assertions="1" time="0.004978"/> | |
<testcase name="test_intermediate_image_sizes_with_filter" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="42" assertions="2" time="0.004799"/> | |
<testcase name="test_additional_sizes" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="63" assertions="1" time="0.003839"/> | |
<testcase name="test_additional_sizes_with_filter" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="78" assertions="2" time="0.004029"/> | |
<testcase name="test_create_attachment_object" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="101" assertions="5" time="0.377572"/> | |
<testcase name="test_insert_cropped_attachment" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="115" assertions="2" time="0.765097"/> | |
<testcase name="test_delete_attachment_data" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="127" assertions="1" time="0.024904"/> | |
<testcase name="test_get_post_metadata" class="Tests_WP_Site_Icon" file="/tmp/wp-current-test/tests/phpunit/tests/image/siteIcon.php" line="139" assertions="2" time="0.025007"/> | |
</testsuite> | |
<testsuite name="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" tests="13" assertions="47" failures="0" errors="0" time="0.041380"> | |
<testcase name="test_constrain_dims_zero" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="10" assertions="4" time="0.004163"/> | |
<testcase name="test_constrain_dims_smaller" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="25" assertions="3" time="0.002949"/> | |
<testcase name="test_constrain_dims_equal" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="37" assertions="3" time="0.003196"/> | |
<testcase name="test_constrain_dims_larger" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="49" assertions="6" time="0.002513"/> | |
<testcase name="test_constrain_dims_boundary" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="71" assertions="4" time="0.002724"/> | |
<testcase name="test_shrink_dimensions_default" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="90" assertions="3" time="0.003367"/> | |
<testcase name="test_shrink_dimensions_smaller" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="101" assertions="3" time="0.002619"/> | |
<testcase name="test_shrink_dimensions_equal" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="113" assertions="3" time="0.002478"/> | |
<testcase name="test_shrink_dimensions_larger" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="125" assertions="3" time="0.002460"/> | |
<testcase name="test_shrink_dimensions_boundary" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="137" assertions="5" time="0.002598"/> | |
<testcase name="test_constrain_size_for_editor_thumb" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="153" assertions="2" time="0.003568"/> | |
<testcase name="test_constrain_size_for_editor_medium" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="161" assertions="4" time="0.005787"/> | |
<testcase name="test_constrain_size_for_editor_full" class="Tests_Image_Size" file="/tmp/wp-current-test/tests/phpunit/tests/image/size.php" line="188" assertions="4" time="0.002958"/> | |
</testsuite> | |
<testsuite name="Tests_Import_Import" file="/tmp/wp-current-test/tests/phpunit/tests/import/import.php" tests="4" assertions="133" failures="0" errors="0" time="0.835738"> | |
<testcase name="test_small_import" class="Tests_Import_Import" file="/tmp/wp-current-test/tests/phpunit/tests/import/import.php" line="42" assertions="105" time="0.353086"/> | |
<testcase name="test_double_import" class="Tests_Import_Import" file="/tmp/wp-current-test/tests/phpunit/tests/import/import.php" line="210" assertions="22" time="0.422174"/> | |
<testcase name="test_ordering_of_importers" class="Tests_Import_Import" file="/tmp/wp-current-test/tests/phpunit/tests/import/import.php" line="251" assertions="1" time="0.006144"/> | |
<testcase name="test_slashes_should_not_be_stripped" class="Tests_Import_Import" file="/tmp/wp-current-test/tests/phpunit/tests/import/import.php" line="277" assertions="5" time="0.054334"/> | |
</testsuite> | |
<testsuite name="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" tests="6" assertions="110" failures="0" errors="0" time="0.030067"> | |
<testcase name="test_malformed_wxr" class="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" line="27" assertions="4" time="0.003971"/> | |
<testcase name="test_invalid_wxr" class="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" line="39" assertions="12" time="0.006570"/> | |
<testcase name="test_wxr_version_1_1" class="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" line="53" assertions="33" time="0.006392"/> | |
<testcase name="test_wxr_version_1_0" class="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" line="146" assertions="45" time="0.006153"/> | |
<testcase name="test_escaped_cdata_closing_sequence" class="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" line="240" assertions="12" time="0.003596"/> | |
<testcase name="test_unescaped_cdata_closing_sequence" class="Tests_Import_Parser" file="/tmp/wp-current-test/tests/phpunit/tests/import/parser.php" line="273" assertions="4" time="0.003385"/> | |
</testsuite> | |
<testsuite name="Tests_Import_Postmeta" file="/tmp/wp-current-test/tests/phpunit/tests/import/postmeta.php" tests="4" assertions="13" failures="0" errors="0" time="0.154514"> | |
<testcase name="test_serialized_postmeta_no_cdata" class="Tests_Import_Postmeta" file="/tmp/wp-current-test/tests/phpunit/tests/import/postmeta.php" line="27" assertions="3" time="0.039928"/> | |
<testcase name="test_utw_postmeta" class="Tests_Import_Postmeta" file="/tmp/wp-current-test/tests/phpunit/tests/import/postmeta.php" line="34" assertions="3" time="0.038022"/> | |
<testcase name="test_serialized_postmeta_with_cdata" class="Tests_Import_Postmeta" file="/tmp/wp-current-test/tests/phpunit/tests/import/postmeta.php" line="83" assertions="4" time="0.034326"/> | |
<testcase name="test_serialized_postmeta_with_evil_stuff_in_cdata" class="Tests_Import_Postmeta" file="/tmp/wp-current-test/tests/phpunit/tests/import/postmeta.php" line="97" assertions="3" time="0.042238"/> | |
</testsuite> | |
<testsuite name="TestFactoryFor" file="/tmp/wp-current-test/tests/phpunit/tests/includes/factory.php" tests="5" assertions="6" failures="0" errors="0" time="0.045927"> | |
<testcase name="test_create_creates_a_category" class="TestFactoryFor" file="/tmp/wp-current-test/tests/phpunit/tests/includes/factory.php" line="9" assertions="1" time="0.010417"/> | |
<testcase name="test_get_object_by_id_gets_an_object" class="TestFactoryFor" file="/tmp/wp-current-test/tests/phpunit/tests/includes/factory.php" line="14" assertions="1" time="0.009594"/> | |
<testcase name="test_get_object_by_id_gets_an_object_with_the_same_name" class="TestFactoryFor" file="/tmp/wp-current-test/tests/phpunit/tests/includes/factory.php" line="19" assertions="1" time="0.008831"/> | |
<testcase name="test_the_taxonomy_argument_overrules_the_factory_taxonomy" class="TestFactoryFor" file="/tmp/wp-current-test/tests/phpunit/tests/includes/factory.php" line="25" assertions="1" time="0.009953"/> | |
<testcase name="test_term_factory_create_and_get_should_return_term_object" class="TestFactoryFor" file="/tmp/wp-current-test/tests/phpunit/tests/includes/factory.php" line="35" assertions="2" time="0.007132"/> | |
</testsuite> | |
<testsuite name="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" tests="33" assertions="53" failures="0" errors="0" time="0.119856"> | |
<testsuite name="Tests_TestHelpers::test_assertEqualSets" tests="7" assertions="7" failures="0" errors="0" time="0.020426"> | |
<testcase name="test_assertEqualSets with data set #0" assertions="1" time="0.003356"/> | |
<testcase name="test_assertEqualSets with data set #1" assertions="1" time="0.002833"/> | |
<testcase name="test_assertEqualSets with data set #2" assertions="1" time="0.002678"/> | |
<testcase name="test_assertEqualSets with data set #3" assertions="1" time="0.002597"/> | |
<testcase name="test_assertEqualSets with data set #4" assertions="1" time="0.002435"/> | |
<testcase name="test_assertEqualSets with data set #5" assertions="1" time="0.003505"/> | |
<testcase name="test_assertEqualSets with data set #6" assertions="1" time="0.003022"/> | |
</testsuite> | |
<testsuite name="Tests_TestHelpers::test_assertEqualSetsWithIndex" tests="14" assertions="14" failures="0" errors="0" time="0.048664"> | |
<testcase name="test_assertEqualSetsWithIndex with data set #0" assertions="1" time="0.002679"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #1" assertions="1" time="0.003134"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #2" assertions="1" time="0.002640"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #3" assertions="1" time="0.003610"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #4" assertions="1" time="0.003044"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #5" assertions="1" time="0.002739"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #6" assertions="1" time="0.002712"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #7" assertions="1" time="0.002642"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #8" assertions="1" time="0.003219"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #9" assertions="1" time="0.006710"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #10" assertions="1" time="0.006725"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #11" assertions="1" time="0.003631"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #12" assertions="1" time="0.002641"/> | |
<testcase name="test_assertEqualSetsWithIndex with data set #13" assertions="1" time="0.002538"/> | |
</testsuite> | |
<testcase name="test__unregister_post_status" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="224" assertions="1" time="0.002300"/> | |
<testcase name="test_setExpectedDeprecated" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="236" assertions="2" time="0.002480"/> | |
<testcase name="test_setExpectedIncorrectUsage" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="244" assertions="2" time="0.002617"/> | |
<testcase name="test_go_to_should_go_to_home_page_when_passing_the_untrailingslashed_home_url" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="252" assertions="2" time="0.007328"/> | |
<testcase name="test_die_handler_should_handle_wp_error" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="273" assertions="1" time="0.003846"/> | |
<testcase name="test_die_handler_should_not_cause_doing_it_wrong_notice_without_wp_query_set" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="281" assertions="1" time="0.003259"/> | |
<testsuite name="Tests_TestHelpers::test_die_process_input" tests="4" assertions="12" failures="0" errors="0" time="0.011918"> | |
<testcase name="test_die_process_input with data set #0" assertions="3" time="0.002912"/> | |
<testcase name="test_die_process_input with data set #1" assertions="3" time="0.003699"/> | |
<testcase name="test_die_process_input with data set #2" assertions="3" time="0.002759"/> | |
<testcase name="test_die_process_input with data set #3" assertions="3" time="0.002548"/> | |
</testsuite> | |
<testcase name="test_setup_postdata_globals_should_be_reset_on_teardown__setup" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="397" assertions="1" time="0.013674"/> | |
<testcase name="test_setup_postdata_globals_should_be_reset_on_teardown" class="Tests_TestHelpers" file="/tmp/wp-current-test/tests/phpunit/tests/includes/helpers.php" line="407" assertions="10" time="0.003343"/> | |
</testsuite> | |
<testsuite name="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" tests="118" assertions="514" failures="0" errors="0" time="0.411111"> | |
<testcase name="test_wp_filter_post_kses_address" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="13" assertions="4" time="0.004785"/> | |
<testcase name="test_wp_filter_post_kses_a" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="36" assertions="10" time="0.004888"/> | |
<testcase name="test_wp_filter_post_kses_abbr" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="69" assertions="4" time="0.002955"/> | |
<testcase name="test_feed_links" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="86" assertions="1" time="0.003128"/> | |
<testcase name="test_wp_kses_bad_protocol" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="120" assertions="7" time="0.003962"/> | |
<testcase name="test_hackers_attacks" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="222" assertions="33" time="0.006324"/> | |
<testcase name="test_wp_kses_allowed_html" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="367" assertions="336" time="0.003468"/> | |
<testcase name="test_hyphenated_tag" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="415" assertions="2" time="0.003276"/> | |
<testcase name="test_wp_kses_normalize_entities" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="432" assertions="8" time="0.003459"/> | |
<testsuite name="Tests_Kses::test_ctrl_removal" tests="5" assertions="5" failures="0" errors="0" time="0.015551"> | |
<testcase name="test_ctrl_removal with data set #0" assertions="1" time="0.002763"/> | |
<testcase name="test_ctrl_removal with data set #1" assertions="1" time="0.003293"/> | |
<testcase name="test_ctrl_removal with data set #2" assertions="1" time="0.003034"/> | |
<testcase name="test_ctrl_removal with data set #3" assertions="1" time="0.002702"/> | |
<testcase name="test_ctrl_removal with data set #4" assertions="1" time="0.003759"/> | |
</testsuite> | |
<testsuite name="Tests_Kses::test_slash_zero_removal" tests="9" assertions="9" failures="0" errors="0" time="0.030756"> | |
<testcase name="test_slash_zero_removal with data set #0" assertions="1" time="0.002502"/> | |
<testcase name="test_slash_zero_removal with data set #1" assertions="1" time="0.002510"/> | |
<testcase name="test_slash_zero_removal with data set #2" assertions="1" time="0.002522"/> | |
<testcase name="test_slash_zero_removal with data set #3" assertions="1" time="0.002916"/> | |
<testcase name="test_slash_zero_removal with data set #4" assertions="1" time="0.004303"/> | |
<testcase name="test_slash_zero_removal with data set #5" assertions="1" time="0.004199"/> | |
<testcase name="test_slash_zero_removal with data set #6" assertions="1" time="0.004732"/> | |
<testcase name="test_slash_zero_removal with data set #7" assertions="1" time="0.002900"/> | |
<testcase name="test_slash_zero_removal with data set #8" assertions="1" time="0.004172"/> | |
</testsuite> | |
<testsuite name="Tests_Kses::test_hair_parse" tests="8" assertions="8" failures="0" errors="0" time="0.023313"> | |
<testcase name="test_hair_parse with data set #0" assertions="1" time="0.002725"/> | |
<testcase name="test_hair_parse with data set #1" assertions="1" time="0.002335"/> | |
<testcase name="test_hair_parse with data set #2" assertions="1" time="0.002973"/> | |
<testcase name="test_hair_parse with data set #3" assertions="1" time="0.003020"/> | |
<testcase name="test_hair_parse with data set #4" assertions="1" time="0.003673"/> | |
<testcase name="test_hair_parse with data set #5" assertions="1" time="0.002728"/> | |
<testcase name="test_hair_parse with data set #6" assertions="1" time="0.002962"/> | |
<testcase name="test_hair_parse with data set #7" assertions="1" time="0.002897"/> | |
</testsuite> | |
<testsuite name="Tests_Kses::test_attr_parse" tests="11" assertions="11" failures="0" errors="0" time="0.033908"> | |
<testcase name="test_attr_parse with data set #0" assertions="1" time="0.003059"/> | |
<testcase name="test_attr_parse with data set #1" assertions="1" time="0.003606"/> | |
<testcase name="test_attr_parse with data set #2" assertions="1" time="0.002716"/> | |
<testcase name="test_attr_parse with data set #3" assertions="1" time="0.003247"/> | |
<testcase name="test_attr_parse with data set #4" assertions="1" time="0.002768"/> | |
<testcase name="test_attr_parse with data set #5" assertions="1" time="0.002661"/> | |
<testcase name="test_attr_parse with data set #6" assertions="1" time="0.004024"/> | |
<testcase name="test_attr_parse with data set #7" assertions="1" time="0.003944"/> | |
<testcase name="test_attr_parse with data set #8" assertions="1" time="0.002469"/> | |
<testcase name="test_attr_parse with data set #9" assertions="1" time="0.002632"/> | |
<testcase name="test_attr_parse with data set #10" assertions="1" time="0.002782"/> | |
</testsuite> | |
<testsuite name="Tests_Kses::test_one_attr" tests="12" assertions="12" failures="0" errors="0" time="0.057376"> | |
<testcase name="test_one_attr with data set #0" assertions="1" time="0.004586"/> | |
<testcase name="test_one_attr with data set #1" assertions="1" time="0.002526"/> | |
<testcase name="test_one_attr with data set #2" assertions="1" time="0.002355"/> | |
<testcase name="test_one_attr with data set #3" assertions="1" time="0.002628"/> | |
<testcase name="test_one_attr with data set #4" assertions="1" time="0.003598"/> | |
<testcase name="test_one_attr with data set #5" assertions="1" time="0.003917"/> | |
<testcase name="test_one_attr with data set #6" assertions="1" time="0.002292"/> | |
<testcase name="test_one_attr with data set #7" assertions="1" time="0.003614"/> | |
<testcase name="test_one_attr with data set #8" assertions="1" time="0.010740"/> | |
<testcase name="test_one_attr with data set #9" assertions="1" time="0.009963"/> | |
<testcase name="test_one_attr with data set #10" assertions="1" time="0.006741"/> | |
<testcase name="test_one_attr with data set #11" assertions="1" time="0.004416"/> | |
</testsuite> | |
<testcase name="test_bdo" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="715" assertions="1" time="0.003285"/> | |
<testcase name="test_ol_reversed" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="726" assertions="1" time="0.003114"/> | |
<testcase name="test_wp_kses_attr_no_attributes_allowed_with_empty_array" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="737" assertions="1" time="0.003440"/> | |
<testcase name="test_wp_kses_attr_no_attributes_allowed_with_true" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="747" assertions="1" time="0.002667"/> | |
<testcase name="test_wp_kses_attr_single_attribute_is_allowed" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="757" assertions="1" time="0.002692"/> | |
<testcase name="test_wp_kses_attr_no_attributes_allowed_with_false" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="767" assertions="1" time="0.002688"/> | |
<testsuite name="Tests_Kses::test_safecss_filter_attr" tests="32" assertions="32" failures="0" errors="0" time="0.108370"> | |
<testcase name="test_safecss_filter_attr with data set #0" assertions="1" time="0.002426"/> | |
<testcase name="test_safecss_filter_attr with data set #1" assertions="1" time="0.005102"/> | |
<testcase name="test_safecss_filter_attr with data set #2" assertions="1" time="0.003251"/> | |
<testcase name="test_safecss_filter_attr with data set #3" assertions="1" time="0.005040"/> | |
<testcase name="test_safecss_filter_attr with data set #4" assertions="1" time="0.003668"/> | |
<testcase name="test_safecss_filter_attr with data set #5" assertions="1" time="0.004185"/> | |
<testcase name="test_safecss_filter_attr with data set #6" assertions="1" time="0.002618"/> | |
<testcase name="test_safecss_filter_attr with data set #7" assertions="1" time="0.002736"/> | |
<testcase name="test_safecss_filter_attr with data set #8" assertions="1" time="0.002637"/> | |
<testcase name="test_safecss_filter_attr with data set #9" assertions="1" time="0.002609"/> | |
<testcase name="test_safecss_filter_attr with data set #10" assertions="1" time="0.006220"/> | |
<testcase name="test_safecss_filter_attr with data set #11" assertions="1" time="0.003234"/> | |
<testcase name="test_safecss_filter_attr with data set #12" assertions="1" time="0.003445"/> | |
<testcase name="test_safecss_filter_attr with data set #13" assertions="1" time="0.003110"/> | |
<testcase name="test_safecss_filter_attr with data set #14" assertions="1" time="0.004273"/> | |
<testcase name="test_safecss_filter_attr with data set #15" assertions="1" time="0.002992"/> | |
<testcase name="test_safecss_filter_attr with data set #16" assertions="1" time="0.003698"/> | |
<testcase name="test_safecss_filter_attr with data set #17" assertions="1" time="0.003880"/> | |
<testcase name="test_safecss_filter_attr with data set #18" assertions="1" time="0.003235"/> | |
<testcase name="test_safecss_filter_attr with data set #19" assertions="1" time="0.003319"/> | |
<testcase name="test_safecss_filter_attr with data set #20" assertions="1" time="0.002718"/> | |
<testcase name="test_safecss_filter_attr with data set #21" assertions="1" time="0.002558"/> | |
<testcase name="test_safecss_filter_attr with data set #22" assertions="1" time="0.002746"/> | |
<testcase name="test_safecss_filter_attr with data set #23" assertions="1" time="0.003782"/> | |
<testcase name="test_safecss_filter_attr with data set #24" assertions="1" time="0.002713"/> | |
<testcase name="test_safecss_filter_attr with data set #25" assertions="1" time="0.002773"/> | |
<testcase name="test_safecss_filter_attr with data set #26" assertions="1" time="0.002502"/> | |
<testcase name="test_safecss_filter_attr with data set #27" assertions="1" time="0.002840"/> | |
<testcase name="test_safecss_filter_attr with data set #28" assertions="1" time="0.004296"/> | |
<testcase name="test_safecss_filter_attr with data set #29" assertions="1" time="0.003935"/> | |
<testcase name="test_safecss_filter_attr with data set #30" assertions="1" time="0.003098"/> | |
<testcase name="test_safecss_filter_attr with data set #31" assertions="1" time="0.002731"/> | |
</testsuite> | |
<testcase name="test_wp_kses_attr_data_attribute_is_allowed" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="959" assertions="1" time="0.002741"/> | |
<testcase name="test_wildcard_requires_hyphen_after_prefix" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="971" assertions="1" time="0.004091"/> | |
<testcase name="test_wildcard_allows_two_hyphens" class="Tests_Kses" file="/tmp/wp-current-test/tests/phpunit/tests/kses.php" line="992" assertions="1" time="0.002678"/> | |
<testsuite name="Tests_Kses::test_wildcard_attribute_prefixes" tests="4" assertions="4" failures="0" errors="0" time="0.011189"> | |
<testcase name="test_wildcard_attribute_prefixes with data set #0" assertions="1" time="0.002373"/> | |
<testcase name="test_wildcard_attribute_prefixes with data set #1" assertions="1" time="0.002477"/> | |
<testcase name="test_wildcard_attribute_prefixes with data set #2" assertions="1" time="0.002724"/> | |
<testcase name="test_wildcard_attribute_prefixes with data set #3" assertions="1" time="0.003615"/> | |
</testsuite> | |
<testsuite name="Tests_Kses::test_kses_style_attr_with_url" tests="19" assertions="19" failures="0" errors="0" time="0.067007"> | |
<testcase name="test_kses_style_attr_with_url with data set #0" assertions="1" time="0.002771"/> | |
<testcase name="test_kses_style_attr_with_url with data set #1" assertions="1" time="0.002547"/> | |
<testcase name="test_kses_style_attr_with_url with data set #2" assertions="1" time="0.002746"/> | |
<testcase name="test_kses_style_attr_with_url with data set #3" assertions="1" time="0.003821"/> | |
<testcase name="test_kses_style_attr_with_url with data set #4" assertions="1" time="0.004042"/> | |
<testcase name="test_kses_style_attr_with_url with data set #5" assertions="1" time="0.002854"/> | |
<testcase name="test_kses_style_attr_with_url with data set #6" assertions="1" time="0.002729"/> | |
<testcase name="test_kses_style_attr_with_url with data set #7" assertions="1" time="0.002795"/> | |
<testcase name="test_kses_style_attr_with_url with data set #8" assertions="1" time="0.002677"/> | |
<testcase name="test_kses_style_attr_with_url with data set #9" assertions="1" time="0.004037"/> | |
<testcase name="test_kses_style_attr_with_url with data set #10" assertions="1" time="0.005390"/> | |
<testcase name="test_kses_style_attr_with_url with data set #11" assertions="1" time="0.002992"/> | |
<testcase name="test_kses_style_attr_with_url with data set #12" assertions="1" time="0.003484"/> | |
<testcase name="test_kses_style_attr_with_url with data set #13" assertions="1" time="0.005727"/> | |
<testcase name="test_kses_style_attr_with_url with data set #14" assertions="1" time="0.005141"/> | |
<testcase name="test_kses_style_attr_with_url with data set #15" assertions="1" time="0.003541"/> | |
<testcase name="test_kses_style_attr_with_url with data set #16" assertions="1" time="0.002855"/> | |
<testcase name="test_kses_style_attr_with_url with data set #17" assertions="1" time="0.004118"/> | |
<testcase name="test_kses_style_attr_with_url with data set #18" assertions="1" time="0.002740"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" tests="23" assertions="81" failures="0" errors="0" time="0.234347"> | |
<testcase name="test_n_noop" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="21" assertions="4" time="0.002498"/> | |
<testcase name="test_nx_noop" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="34" assertions="5" time="0.004108"/> | |
<testcase name="test_before_last_bar" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="48" assertions="3" time="0.002573"/> | |
<testcase name="test_get_available_languages" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="57" assertions="3" time="0.002497"/> | |
<testcase name="test_wp_get_installed_translations_for_core" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="71" assertions="10" time="0.003325"/> | |
<testcase name="test_wp_dropdown_languages" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="93" assertions="6" time="0.003739"/> | |
<testcase name="test_wp_dropdown_languages_site_default" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="115" assertions="7" time="0.005686"/> | |
<testcase name="test_wp_dropdown_languages_exclude_en_us" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="139" assertions="1" time="0.003093"/> | |
<testcase name="test_wp_dropdown_languages_en_US_selected" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="157" assertions="6" time="0.002557"/> | |
<testcase name="test_wp_dropdown_languages_site_default_ja_JP" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="179" assertions="7" time="0.002880"/> | |
<testcase name="test_wp_dropdown_languages_ja_JP_selected" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="203" assertions="6" time="0.004330"/> | |
<testcase name="test_wp_get_pomo_file_data" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="250" assertions="12" time="0.002927"/> | |
<testcase name="test_length_of_excerpt_should_be_counted_by_words" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="276" assertions="1" time="0.013853"/> | |
<testcase name="test_length_of_excerpt_should_be_counted_by_chars" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="300" assertions="1" time="0.016998"/> | |
<testcase name="test_length_of_excerpt_should_be_counted_by_chars_in_japanese" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="324" assertions="1" time="0.018031"/> | |
<testcase name="test_length_of_excerpt_rss_should_be_counted_by_words" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="348" assertions="1" time="0.013363"/> | |
<testcase name="test_length_of_excerpt_rss_should_be_counted_by_chars" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="372" assertions="1" time="0.016279"/> | |
<testcase name="test_length_of_draft_should_be_counted_by_words" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="397" assertions="1" time="0.016336"/> | |
<testcase name="test_length_of_draft_should_be_counted_by_chars" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="421" assertions="1" time="0.018664"/> | |
<testcase name="test_length_of_draft_should_be_counted_by_chars_in_japanese" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="445" assertions="1" time="0.030184"/> | |
<testcase name="test_length_of_comment_excerpt_should_be_counted_by_words" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="469" assertions="1" time="0.006748"/> | |
<testcase name="test_length_of_comment_excerpt_should_be_counted_by_chars" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="487" assertions="1" time="0.023567"/> | |
<testcase name="test_length_of_comment_excerpt_should_be_counted_by_chars_in_Japanese" class="Tests_L10n" file="/tmp/wp-current-test/tests/phpunit/tests/l10n.php" line="505" assertions="1" time="0.020111"/> | |
</testsuite> | |
<testsuite name="Tests_L10n_GetLocale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getLocale.php" tests="4" assertions="4" failures="0" errors="0" time="0.027755"> | |
<testcase name="test_should_respect_locale_global" class="Tests_L10n_GetLocale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getLocale.php" line="8" assertions="1" time="0.013386"/> | |
<testcase name="test_option_should_be_respected_on_nonmultisite" class="Tests_L10n_GetLocale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getLocale.php" line="60" assertions="1" time="0.006293"/> | |
<testcase name="test_should_fall_back_on_en_US" class="Tests_L10n_GetLocale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getLocale.php" line="78" assertions="1" time="0.003273"/> | |
<testcase name="test_should_respect_get_locale_filter" class="Tests_L10n_GetLocale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getLocale.php" line="89" assertions="1" time="0.004803"/> | |
</testsuite> | |
<testsuite name="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" tests="12" assertions="15" failures="0" errors="0" time="0.351166"> | |
<testcase name="test_user_locale_property" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="30" assertions="2" time="0.027190"/> | |
<testcase name="test_update_user_locale" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="36" assertions="1" time="0.025932"/> | |
<testcase name="test_returns_site_locale_if_empty" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="42" assertions="1" time="0.029391"/> | |
<testcase name="test_returns_site_locale_if_no_user" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="48" assertions="1" time="0.024922"/> | |
<testcase name="test_returns_correct_user_locale" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="53" assertions="1" time="0.024518"/> | |
<testcase name="test_returns_correct_user_locale_on_frontend" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="58" assertions="1" time="0.025670"/> | |
<testcase name="test_site_locale_is_not_affected" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="62" assertions="1" time="0.022418"/> | |
<testcase name="test_site_locale_is_not_affected_on_frontend" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="67" assertions="1" time="0.025635"/> | |
<testcase name="test_user_id_argument_with_id" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="89" assertions="2" time="0.041915"/> | |
<testcase name="test_user_id_argument_with_wp_user_object" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="106" assertions="2" time="0.047742"/> | |
<testcase name="test_user_id_argument_with_nonexistent_user" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="125" assertions="1" time="0.025087"/> | |
<testcase name="test_user_id_argument_with_invalid_type" class="Tests_Get_User_Locale" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/getUserLocale.php" line="135" assertions="1" time="0.030746"/> | |
</testsuite> | |
<testsuite name="Tests_L10n_loadScriptTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadScriptTextdomain.php" tests="3" assertions="5" failures="0" errors="0" time="0.009797"> | |
<testcase name="test_resolve_relative_path" class="Tests_L10n_loadScriptTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadScriptTextdomain.php" line="31" assertions="3" time="0.004112"/> | |
<testcase name="test_resolve_relative_path_custom_plugins_url" class="Tests_L10n_loadScriptTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadScriptTextdomain.php" line="53" assertions="1" time="0.002556"/> | |
<testcase name="test_resolve_relative_path_custom_content_url" class="Tests_L10n_loadScriptTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadScriptTextdomain.php" line="65" assertions="1" time="0.003129"/> | |
</testsuite> | |
<testsuite name="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" tests="20" assertions="26" failures="0" errors="0" time="0.075627"> | |
<testcase name="test_is_textdomain_loaded" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="42" assertions="1" time="0.005431"/> | |
<testcase name="test_unload_textdomain" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="46" assertions="1" time="0.002729"/> | |
<testcase name="test_load_textdomain" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="50" assertions="1" time="0.002863"/> | |
<testcase name="test_is_textdomain_loaded_after_loading" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="58" assertions="1" time="0.003234"/> | |
<testcase name="test_unload_textdomain_after_loading" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="68" assertions="1" time="0.002632"/> | |
<testcase name="test_is_textdomain_loaded_after_unloading" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="74" assertions="1" time="0.004546"/> | |
<testcase name="test_load_textdomain_non_existent_file" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="85" assertions="1" time="0.003581"/> | |
<testcase name="test_is_textdomain_loaded_non_existent_file" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="92" assertions="1" time="0.003366"/> | |
<testcase name="test_get_translations_for_domain_non_existent_file" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="101" assertions="1" time="0.004972"/> | |
<testcase name="test_unload_textdomain_non_existent_file" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="110" assertions="1" time="0.003274"/> | |
<testcase name="test_is_textdomain_is_not_loaded_after_gettext_call_with_no_translations" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="119" assertions="2" time="0.004923"/> | |
<testcase name="test_override_load_textdomain_noop" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="125" assertions="2" time="0.003611"/> | |
<testcase name="test_override_load_textdomain_non_existent_mofile" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="134" assertions="3" time="0.004678"/> | |
<testcase name="test_override_load_textdomain_custom_mofile" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="148" assertions="3" time="0.002829"/> | |
<testcase name="test_load_muplugin_textdomain_site_locale" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="190" assertions="1" time="0.002558"/> | |
<testcase name="test_load_muplugin_textdomain_user_locale" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="199" assertions="1" time="0.005867"/> | |
<testcase name="test_load_plugin_textdomain_site_locale" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="210" assertions="1" time="0.002819"/> | |
<testcase name="test_load_plugin_textdomain_user_locale" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="219" assertions="1" time="0.003106"/> | |
<testcase name="test_load_theme_textdomain_site_locale" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="230" assertions="1" time="0.003186"/> | |
<testcase name="test_load_theme_textdomain_user_locale" class="Tests_L10n_loadTextdomain" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomain.php" line="239" assertions="1" time="0.005423"/> | |
</testsuite> | |
<testsuite name="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" tests="10" assertions="21" failures="0" errors="0" time="0.116401"> | |
<testcase name="test_plugin_translation_should_be_translated_without_calling_load_plugin_textdomain" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="69" assertions="3" time="0.008027"/> | |
<testcase name="test_theme_translation_should_be_translated_without_calling_load_theme_textdomain" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="88" assertions="3" time="0.013505"/> | |
<testcase name="test_get_translations_for_domain_does_not_return_null_if_override_load_textdomain_is_used" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="109" assertions="1" time="0.007640"/> | |
<testcase name="test_should_allow_unloading_of_text_domain" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="122" assertions="6" time="0.008926"/> | |
<testcase name="test_plugin_translation_after_switching_locale" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="161" assertions="1" time="0.009803"/> | |
<testcase name="test_plugin_translation_after_switching_locale_twice" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="174" assertions="2" time="0.015167"/> | |
<testcase name="test_theme_translation_after_switching_locale" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="192" assertions="1" time="0.019498"/> | |
<testcase name="test_plugin_translation_with_user_locale" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="209" assertions="1" time="0.009911"/> | |
<testcase name="test_theme_translation_with_user_locale" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="225" assertions="1" time="0.016089"/> | |
<testcase name="test_get_locale_is_called_only_once_per_textdomain" class="Tests_L10n_loadTextdomainJustInTime" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/loadTextdomainJustInTime.php" line="243" assertions="2" time="0.007835"/> | |
</testsuite> | |
<testsuite name="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" tests="23" assertions="37" failures="0" errors="0" time="0.212282"> | |
<testcase name="test_switch_to_non_existent_locale_returns_false" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="38" assertions="1" time="0.003708"/> | |
<testcase name="test_switch_to_non_existent_locale_does_not_change_locale" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="42" assertions="1" time="0.002688"/> | |
<testcase name="test_switch_to_locale_returns_true" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="48" assertions="1" time="0.006760"/> | |
<testcase name="test_switch_to_locale_changes_the_locale" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="57" assertions="1" time="0.005450"/> | |
<testcase name="test_switch_to_locale_loads_translation" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="68" assertions="1" time="0.005304"/> | |
<testcase name="test_switch_to_locale_changes_wp_locale_global" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="79" assertions="1" time="0.006848"/> | |
<testcase name="test_switch_to_locale_en_US" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="97" assertions="2" time="0.006928"/> | |
<testcase name="test_switch_to_locale_multiple_times" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="110" assertions="1" time="0.010255"/> | |
<testcase name="test_switch_to_locale_multiple_times_loads_translation" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="122" assertions="1" time="0.015722"/> | |
<testcase name="test_restore_previous_locale_without_switching" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="137" assertions="1" time="0.002938"/> | |
<testcase name="test_restore_previous_locale_changes_the_locale_back" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="141" assertions="1" time="0.004958"/> | |
<testcase name="test_restore_previous_locale_after_switching_multiple_times" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="150" assertions="1" time="0.009325"/> | |
<testcase name="test_restore_previous_locale_restores_translation" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="163" assertions="1" time="0.005209"/> | |
<testcase name="test_restore_previous_locale_action_passes_previous_locale" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="172" assertions="1" time="0.010537"/> | |
<testcase name="test_restore_previous_locale_restores_wp_locale_global" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="188" assertions="1" time="0.005209"/> | |
<testcase name="test_restore_current_locale_without_switching" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="202" assertions="1" time="0.002377"/> | |
<testcase name="test_restore_current_locale_after_switching_multiple_times" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="206" assertions="1" time="0.007360"/> | |
<testcase name="test_is_locale_switched_if_not_switched" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="221" assertions="1" time="0.002513"/> | |
<testcase name="test_is_locale_switched_original_locale" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="225" assertions="1" time="0.005882"/> | |
<testcase name="test_is_locale_switched" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="238" assertions="1" time="0.007507"/> | |
<testcase name="test_switch_to_site_locale_if_user_locale_is_set" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="249" assertions="7" time="0.027230"/> | |
<testcase name="test_switch_to_different_site_locale_if_user_locale_is_set" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="297" assertions="7" time="0.025570"/> | |
<testcase name="test_multiple_switches_to_site_locale_and_user_locale" class="Tests_Locale_Switcher" file="/tmp/wp-current-test/tests/phpunit/tests/l10n/localeSwitcher.php" line="350" assertions="2" time="0.032004"/> | |
</testsuite> | |
<testsuite name="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" tests="8" assertions="26" failures="0" errors="0" time="0.115833"> | |
<testcase name="test_get_pagenum_link_case_insensitivity" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="14" assertions="1" time="0.005542"/> | |
<testcase name="test_wp_get_shortlink" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="29" assertions="16" time="0.024915"/> | |
<testcase name="test_wp_get_shortlink_with_page" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="73" assertions="2" time="0.013560"/> | |
<testcase name="test_wp_get_shortlink_with_home_page" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="88" assertions="2" time="0.014911"/> | |
<testcase name="test_get_permalink_should_not_reveal_post_name_for_post_with_post_status_future" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="103" assertions="1" time="0.013766"/> | |
<testcase name="test_get_permalink_should_not_reveal_post_name_for_cpt_with_post_status_future" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="123" assertions="1" time="0.009569"/> | |
<testcase name="test_unattached_attachment_has_a_pretty_permalink" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="152" assertions="1" time="0.013586"/> | |
<testcase name="test_attachment_attached_to_non_existent_post_type_has_a_pretty_permalink" class="Tests_Link" file="/tmp/wp-current-test/tests/phpunit/tests/link.php" line="174" assertions="2" time="0.019984"/> | |
</testsuite> | |
<testsuite name="Tests_Link_Admin" file="/tmp/wp-current-test/tests/phpunit/tests/link/adminUrl.php" tests="4" assertions="4" failures="0" errors="0" time="0.017285"> | |
<testcase name="test_self_admin_url" class="Tests_Link_Admin" file="/tmp/wp-current-test/tests/phpunit/tests/link/adminUrl.php" line="11" assertions="1" time="0.006943"/> | |
<testcase name="test_self_admin_url_with_path" class="Tests_Link_Admin" file="/tmp/wp-current-test/tests/phpunit/tests/link/adminUrl.php" line="18" assertions="1" time="0.003592"/> | |
<testcase name="test_self_admin_url_with_path_and_scheme" class="Tests_Link_Admin" file="/tmp/wp-current-test/tests/phpunit/tests/link/adminUrl.php" line="27" assertions="1" time="0.002793"/> | |
<testcase name="test_self_admin_url_filtered" class="Tests_Link_Admin" file="/tmp/wp-current-test/tests/phpunit/tests/link/adminUrl.php" line="37" assertions="1" time="0.003957"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" tests="7" assertions="37" failures="0" errors="0" time="0.491149"> | |
<testcase name="test_get_adjacent_post" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="12" assertions="14" time="0.103253"/> | |
<testcase name="test_get_adjacent_post_exclude_self_term" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="92" assertions="18" time="0.099534"/> | |
<testcase name="test_get_adjacent_post_excluded_terms" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="179" assertions="1" time="0.050285"/> | |
<testcase name="test_get_adjacent_post_excluded_terms_should_not_require_posts_to_have_terms_in_any_taxonomy" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="213" assertions="1" time="0.048256"/> | |
<testcase name="test_get_adjacent_post_excluded_terms_filter" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="250" assertions="1" time="0.054357"/> | |
<testcase name="test_get_adjacent_post_excluded_terms_filter_should_apply_to_empty_excluded_terms_parameter" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="284" assertions="1" time="0.075531"/> | |
<testcase name="test_excluded_terms_filter_empty" class="Tests_Link_GetAdjacentPost" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPost.php" line="318" assertions="1" time="0.059933"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" tests="6" assertions="6" failures="0" errors="0" time="0.376416"> | |
<testcase name="test_get_next_post_link_default" class="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" line="56" assertions="1" time="0.069397"/> | |
<testcase name="test_get_previous_post_link_default" class="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" line="63" assertions="1" time="0.061585"/> | |
<testcase name="test_get_next_post_link_same_category" class="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" line="70" assertions="1" time="0.061047"/> | |
<testcase name="test_get_previous_post_link_same_category" class="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" line="77" assertions="1" time="0.062093"/> | |
<testcase name="test_get_next_post_link_exclude_category" class="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" line="84" assertions="1" time="0.059058"/> | |
<testcase name="test_get_previous_post_link_exclude_category" class="Tests_Link_GetAdjacentPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getAdjacentPostLink.php" line="91" assertions="1" time="0.063236"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetDashboardUrl" file="/tmp/wp-current-test/tests/phpunit/tests/link/getDashboardUrl.php" tests="2" assertions="2" failures="0" errors="0" time="0.005761"> | |
<testcase name="test_get_dashboard_url_for_current_site_user" class="Tests_Link_GetDashboardUrl" file="/tmp/wp-current-test/tests/phpunit/tests/link/getDashboardUrl.php" line="24" assertions="1" time="0.002864"/> | |
<testcase name="test_get_dashboard_url_for_user_with_no_sites" class="Tests_Link_GetDashboardUrl" file="/tmp/wp-current-test/tests/phpunit/tests/link/getDashboardUrl.php" line="31" assertions="1" time="0.002897"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetNextCommentsLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getNextCommentsLink.php" tests="2" assertions="2" failures="0" errors="0" time="0.031958"> | |
<testcase name="test_page_should_respect_value_of_cpage_query_var" class="Tests_Link_GetNextCommentsLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getNextCommentsLink.php" line="10" assertions="1" time="0.015683"/> | |
<testcase name="test_page_should_default_to_1_when_no_cpage_query_var_is_found" class="Tests_Link_GetNextCommentsLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getNextCommentsLink.php" line="27" assertions="1" time="0.016275"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" tests="7" assertions="7" failures="0" errors="0" time="0.115984"> | |
<testcase name="test_post_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="7" assertions="1" time="0.013202"/> | |
<testcase name="test_post_pretty_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="22" assertions="1" time="0.016894"/> | |
<testcase name="test_attachment_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="33" assertions="1" time="0.020644"/> | |
<testcase name="test_attachment_pretty_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="56" assertions="1" time="0.023156"/> | |
<testcase name="test_attachment_no_name_pretty_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="82" assertions="1" time="0.021205"/> | |
<testcase name="test_unattached_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="101" assertions="1" time="0.008492"/> | |
<testcase name="test_unattached_pretty_link" class="Tests_Link_GetPostCommentsFeedLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostCommentsFeedLink.php" line="123" assertions="1" time="0.012391"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetPostTypeArchiveLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostTypeArchiveLink.php" tests="2" assertions="2" failures="0" errors="0" time="0.014590"> | |
<testcase name="test_get_post_archive_link_with_post_archive_on_front_page" class="Tests_Link_GetPostTypeArchiveLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostTypeArchiveLink.php" line="10" assertions="1" time="0.002951"/> | |
<testcase name="test_get_post_archive_link_with_post_archive_on_a_blog_page" class="Tests_Link_GetPostTypeArchiveLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPostTypeArchiveLink.php" line="20" assertions="1" time="0.011639"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" tests="6" assertions="8" failures="0" errors="0" time="0.074302"> | |
<testcase name="test_get_preview_post_link" class="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" line="8" assertions="1" time="0.015091"/> | |
<testcase name="test_get_preview_post_link_should_add_additional_query_vars" class="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" line="14" assertions="1" time="0.015051"/> | |
<testcase name="test_get_preview_post_link_should_use_custom_base_preview_link" class="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" line="38" assertions="1" time="0.015239"/> | |
<testcase name="test_get_preview_post_link_should_return_null_for_non_existent_post" class="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" line="56" assertions="3" time="0.004527"/> | |
<testcase name="test_get_preview_post_link_for_global_post" class="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" line="62" assertions="1" time="0.014743"/> | |
<testcase name="test_get_preview_post_link_should_return_empty_string_for_non_viewable_post_type" class="Tests_Link_GetPreviewPostLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviewPostLink.php" line="70" assertions="1" time="0.009651"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetPreviousCommentsLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviousCommentsLink.php" tests="2" assertions="2" failures="0" errors="0" time="0.045461"> | |
<testcase name="test_page_should_respect_value_of_cpage_query_var" class="Tests_Link_GetPreviousCommentsLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviousCommentsLink.php" line="10" assertions="1" time="0.024752"/> | |
<testcase name="test_page_should_default_to_1_when_no_cpage_query_var_is_found" class="Tests_Link_GetPreviousCommentsLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getPreviousCommentsLink.php" line="24" assertions="1" time="0.020709"/> | |
</testsuite> | |
<testsuite name="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" tests="6" assertions="11" failures="0" errors="0" time="0.034477"> | |
<testcase name="test_get_the_privacy_policy_link_should_return_valid_link_when_privacy_page_set" class="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" line="77" assertions="3" time="0.004631"/> | |
<testcase name="test_get_the_privacy_policy_link_should_prepend_and_append_supplied_markup_when_privacy_page_set" class="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" line="91" assertions="3" time="0.006063"/> | |
<testcase name="test_get_the_privacy_policy_link_should_not_prepend_and_append_supplied_markup_when_privacy_page_not_set" class="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" line="105" assertions="1" time="0.005247"/> | |
<testcase name="test_function_should_return_empty_string_when_privacy_page_title_empty" class="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" line="117" assertions="1" time="0.009471"/> | |
<testcase name="test_get_the_privacy_policy_link_should_return_empty_string_when_privacy_page_not_set" class="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" line="133" assertions="1" time="0.004168"/> | |
<testcase name="test_get_the_privacy_policy_link_should_be_filterable" class="Tests_Link_GetThePrivacyPolicyLink" file="/tmp/wp-current-test/tests/phpunit/tests/link/getThePrivacyPolicyLink.php" line="140" assertions="2" time="0.004897"/> | |
</testsuite> | |
<testsuite name="Test_Theme_File" file="/tmp/wp-current-test/tests/phpunit/tests/link/themeFile.php" tests="24" assertions="48" failures="0" errors="0" time="0.236010"> | |
<testsuite name="Test_Theme_File::test_theme_file_uri_with_parent_theme" tests="4" assertions="8" failures="0" errors="0" time="0.046782"> | |
<testcase name="test_theme_file_uri_with_parent_theme with data set #0" assertions="2" time="0.012689"/> | |
<testcase name="test_theme_file_uri_with_parent_theme with data set #1" assertions="2" time="0.011960"/> | |
<testcase name="test_theme_file_uri_with_parent_theme with data set #2" assertions="2" time="0.011022"/> | |
<testcase name="test_theme_file_uri_with_parent_theme with data set #3" assertions="2" time="0.011111"/> | |
</testsuite> | |
<testsuite name="Test_Theme_File::test_theme_file_uri_with_child_theme" tests="4" assertions="8" failures="0" errors="0" time="0.045797"> | |
<testcase name="test_theme_file_uri_with_child_theme with data set #0" assertions="2" time="0.010252"/> | |
<testcase name="test_theme_file_uri_with_child_theme with data set #1" assertions="2" time="0.010247"/> | |
<testcase name="test_theme_file_uri_with_child_theme with data set #2" assertions="2" time="0.015283"/> | |
<testcase name="test_theme_file_uri_with_child_theme with data set #3" assertions="2" time="0.010015"/> | |
</testsuite> | |
<testsuite name="Test_Theme_File::test_theme_file_path_with_parent_theme" tests="4" assertions="8" failures="0" errors="0" time="0.051472"> | |
<testcase name="test_theme_file_path_with_parent_theme with data set #0" assertions="2" time="0.007955"/> | |
<testcase name="test_theme_file_path_with_parent_theme with data set #1" assertions="2" time="0.014806"/> | |
<testcase name="test_theme_file_path_with_parent_theme with data set #2" assertions="2" time="0.015839"/> | |
<testcase name="test_theme_file_path_with_parent_theme with data set #3" assertions="2" time="0.012872"/> | |
</testsuite> | |
<testsuite name="Test_Theme_File::test_theme_file_path_with_child_theme" tests="4" assertions="8" failures="0" errors="0" time="0.052094"> | |
<testcase name="test_theme_file_path_with_child_theme with data set #0" assertions="2" time="0.012851"/> | |
<testcase name="test_theme_file_path_with_child_theme with data set #1" assertions="2" time="0.019184"/> | |
<testcase name="test_theme_file_path_with_child_theme with data set #2" assertions="2" time="0.010153"/> | |
<testcase name="test_theme_file_path_with_child_theme with data set #3" assertions="2" time="0.009906"/> | |
</testsuite> | |
<testsuite name="Test_Theme_File::test_theme_file_existance" tests="4" assertions="8" failures="0" errors="0" time="0.020808"> | |
<testcase name="test_theme_file_existance with data set #0" assertions="2" time="0.002929"/> | |
<testcase name="test_theme_file_existance with data set #1" assertions="2" time="0.008500"/> | |
<testcase name="test_theme_file_existance with data set #2" assertions="2" time="0.004894"/> | |
<testcase name="test_theme_file_existance with data set #3" assertions="2" time="0.004485"/> | |
</testsuite> | |
<testsuite name="Test_Theme_File::test_theme_file_uri_returns_valid_uri" tests="4" assertions="8" failures="0" errors="0" time="0.019057"> | |
<testcase name="test_theme_file_uri_returns_valid_uri with data set #0" assertions="2" time="0.006460"/> | |
<testcase name="test_theme_file_uri_returns_valid_uri with data set #1" assertions="2" time="0.004041"/> | |
<testcase name="test_theme_file_uri_returns_valid_uri with data set #2" assertions="2" time="0.003662"/> | |
<testcase name="test_theme_file_uri_returns_valid_uri with data set #3" assertions="2" time="0.004894"/> | |
</testsuite> | |
</testsuite> | |
<testsuite name="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" tests="8" assertions="8" failures="0" errors="0" time="0.062006"> | |
<testcase name="test_non_existing_post" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="22" assertions="1" time="0.005100"/> | |
<testcase name="test_post_status" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="29" assertions="1" time="0.016812"/> | |
<testcase name="test_non_current_page" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="42" assertions="1" time="0.003774"/> | |
<testcase name="test_paged_with_plain_permalink_structure" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="49" assertions="1" time="0.005585"/> | |
<testcase name="test_paged_with_custom_permalink_structure" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="73" assertions="1" time="0.009990"/> | |
<testcase name="test_comments_paged_with_plain_permalink_structure" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="95" assertions="1" time="0.005807"/> | |
<testcase name="test_comments_paged_with_pretty_permalink_structure" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="121" assertions="1" time="0.009651"/> | |
<testcase name="test_get_canonical_url_filter" class="Tests_WpGetCanonicalURL" file="/tmp/wp-current-test/tests/phpunit/tests/link/wpGetCanonicalURL.php" line="145" assertions="1" time="0.005287"/> | |
</testsuite> | |
<testsuite name="Tests_Functions_Convert_Hr_To_Bytes" file="/tmp/wp-current-test/tests/phpunit/tests/load/convertHrToBytes.php" tests="15" assertions="15" failures="0" errors="0" time="0.057075"> | |
<testsuite name="Tests_Functions_Convert_Hr_To_Bytes::test_wp_convert_hr_to_bytes" tests="15" assertions="15" failures="0" errors="0" time="0.057075"> | |
<testcase name="test_wp_convert_hr_to_bytes with data set #0" assertions="1" time="0.003719"/> | |
<testcase name="test_wp_convert_hr_to_bytes with data set #1" assertions="1" time="0.003536"/> | |
<testcase name="test_wp_convert_hr_to_bytes with data set #2" assertions="1" time="0.002911"/> | |
<testcase name="test_wp_convert_hr_to_bytes with data set #3" assertions="1" time="0.005082"/> | |
<testcase nam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment