oik_innodb_loaded() – Ensure all the tables in the database have an engine type of InnoDB rather than MyISAM
oik_plugin_check_installed_plugin() – Find out if we think the plugin is installed but not activated or not even installed
oik_plugin_plugin_inactive() – Display a message when setup is not fully functional due to the dependencies not being activated or installed Note: We can’t use oik APIs here as we don’t know if it’s activated.
oik_types_get_involved_taxonomies_post_types() – Returns array of post_types involved with the taxonomies
Tests_includes_bwtrace::test_bw_list_trace_levels() – Note: We test the translation logic elsewhere; where we can ensure that language files are re-loaded
Tests_includes_bwtrace::test_bw_trace_anonymize_symlinked_file() – Tests anonymize logic for symlinked files
Tests_includes_bw_formatter::test_bw_field_function_author() – We need to alter the author’s URL and nicename in the output for environment independence.
Tests_includes_bw_formatter::test_bw_field_function_author_bb_BB() – We need to alter the author’s URL and nicename in the output for environment independence.
Tests_includes_bw_formatter::test_bw_field_function_categories() – This test will return a null list of categories since "Category" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_categories_bb_BB() – This test will return a null list of categories since "Category" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_comments() – This test will return a count of 0 Comments
Tests_includes_bw_formatter::test_bw_field_function_comments_bb_BB() – This test will return a count of 0 Comments
Tests_includes_bw_formatter::test_bw_field_function_date() – We need to alter the date for environment and date independence.
Tests_includes_bw_formatter::test_bw_field_function_date_bb_BB() – We need to alter the date for environment and date independence.
Tests_includes_bw_formatter::test_bw_field_function_tags() – This test will return a null list of tags since "Tags" is not associated to the "page" post type
Tests_includes_bw_formatter::test_bw_field_function_tags_bb_BB() – This test will return a null list of tags since "Tags" is not associated to the "page" post type