Wordpress/tests/phpunit/tests/post
2015-10-03 17:14:12 +00:00
..
attachments.php In wp_mime_type_icon(), the length of the $wilds array varies depending on what is passed as $mime. Loop over $wilds instead of arbitrarily checking $wilds[0]. 2015-09-17 00:36:12 +00:00
filtering.php Remove failing Unbalanced tags tests 2014-11-08 23:14:28 +00:00
formats.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
getBodyClass.php Avoid duplicate classes for different terms with UTF-8 slugs in post_class() and body_class(). 2015-04-02 01:04:22 +00:00
getPageChildren.php Unit tests for get_page_children(). 2015-05-05 19:36:46 +00:00
getPages.php Tests: Add two tests for the current behavior of the 'hierarchical' and 'child_of' arguments in get_pages(). 2015-09-29 21:27:03 +00:00
getPostClass.php Fix Tests_Post_GetPostClass::test_taxonomy_classes_hit_cache() after [32994]. 2015-06-29 14:31:52 +00:00
getPostsByAuthorSql.php Streamline support for multiple post types in get_posts_by_author_sql(). 2015-05-21 19:48:19 +00:00
listPages.php Remove failing test related to wp_list_pages(). 2014-11-22 20:43:56 +00:00
meta.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
nav-menu.php When priming the cache for taxonomy term nav items, don't fetch term descendants. 2015-04-24 18:57:07 +00:00
objects.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
output.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
query.php Introduce post_name__in parameter for WP_Query. 2015-08-20 02:18:05 +00:00
revisions.php In PHPUnit test classes, parent::tearDown() should be the last thing done in tearDown() methods. 2015-03-05 13:14:15 +00:00
slashes.php Correctly slash post fields when trashing and untrashing posts. 2015-09-28 19:25:05 +00:00
template.php Tests: Add a test for the 'before' and 'after' arguments in wp_page_menu() when used as a fallback for wp_nav_menu(). 2015-09-28 00:46:19 +00:00
thumbnails.php Avoid using assertNotFalse() which is only available in phpunit >= 4.0.0 2015-09-28 16:27:18 +00:00
types.php Objects are passed by-reference since PHP 5. In _get_custom_object_labels(), cast $object->labels back to object before returning. This function is weird. 2015-09-14 01:22:23 +00:00
wpUniquePostSlug.php Tests: Introduce WP_UnitTestCase::reset_permalinks(), an attempt to DRY up logic for resetting and restoring default permalinks on setUp() and tearDown(). 2015-10-03 17:14:12 +00:00