wordpress-develop/tests/phpunit/tests/query
Scott Taylor d8f57f88ad Respect paged when offset is used in WP_Query. Adds unit tests.
Props coffee2code.
Fixes #18897.



git-svn-id: https://develop.svn.wordpress.org/trunk@26012 602fd350-edb4-49c9-b593-d223f7449a82
2013-11-05 01:34:44 +00:00
..
conditionals.php Move Tests_Query_Conditionals::assertQueryTrue() to WP_UnitTestCase. It should be available to all unit test classes. The conditionals class is huge, other classes are necessary for better coverage. 2013-11-04 21:55:12 +00:00
date.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
dateQuery.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
results.php Respect paged when offset is used in WP_Query. Adds unit tests. 2013-11-05 01:34:44 +00:00
taxQuery.php Category and tag are typically checked before checking for a custom taxonomy. If the global query matches category or tag (even if it also has tax_query set), return category/tag as the queried object, instead of arbitrarily returning the first term in the tax_query stack (typically those added with 'pre_get_posts'). 2013-11-04 23:53:55 +00:00
verboseRewriteRules.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00