wordpress-develop/tests/phpunit/tests/post
Boone Gorges 1eee61f31a Do not run certain cache-hit tests on multisite.
These tests fail on multisite if run after a test that creates
`wpmu_create_blog()`, because `wpmu_create_blog()` defines `WP_INSTALLING`,
which results in unexpected cache misses. See [28965] for a similar fix.

git-svn-id: https://develop.svn.wordpress.org/trunk@31280 602fd350-edb4-49c9-b593-d223f7449a82
2015-01-25 12:59:00 +00:00
..
attachments.php Make sure the $parent argument of wp_insert_attachment() still works as expected after [28579]. 2014-09-15 14:23:31 +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 Do not run certain cache-hit tests on multisite. 2015-01-25 12:59:00 +00:00
listPages.php Remove failing test related to wp_list_pages(). 2014-11-22 20:43:56 +00:00
meta.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +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 In WP_Meta_Query, interpret 'value' correctly when used with EXISTS/NOT EXISTS. 2014-12-14 19:00:31 +00:00
revisions.php Improve performance of post revision order test. 2014-11-22 14:17:21 +00:00
slashes.php Fix typo in a comment in slashing tests. 2015-01-07 07:08:47 +00:00
template.php Update expected results in wp_link_pages() unit tests after [30030]. 2014-10-27 01:58:17 +00:00
types.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00