wordpress-develop/tests/phpunit/tests/post
Boone Gorges 5bb3e71cc0 Whitelist 'psd' for uploads when testing `wp_attachment_is() on multisite.
It's not allowed by default, which causes the fixture not to be built.

See #25275 [31647].

git-svn-id: https://develop.svn.wordpress.org/trunk@31670 602fd350-edb4-49c9-b593-d223f7449a82
2015-03-07 18:47:04 +00:00
..
attachments.php Whitelist 'psd' for uploads when testing `wp_attachment_is() on multisite. 2015-03-07 18:47:04 +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
getPages.php Give up on making uninterrupted hierarchies work in get_page_children() for now, reverts [30159], [30246], [30636]. 2014-12-04 00:23:47 +00:00
getPostClass.php Always pass back the custom classes get_post_class() was called with, even if the post was not found. 2015-02-11 03:59:06 +00:00
getPostsByAuthorSql.php When passing $full to get_posts_by_author_sql(), make sure a 'post_type' clause is included in results. 2015-03-07 01:14:31 +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 Change the default orderby value in wp_get_nav_menus() to 'name'. 2014-09-29 15:44:26 +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 Improve organiation of tax_query and meta_query unit tests. 2015-01-27 20:03:50 +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 Fix typo in a comment in slashing tests. 2015-01-07 07:08:47 +00:00
template.php Fix line endings after [31522]. 2015-02-24 10:05:48 +00:00
types.php Use more descriptive names for register_post_type() and register_taxonomy() tests with too long and too short names. 2015-02-13 23:33:56 +00:00