wordpress-develop/tests/phpunit/tests/query
Boone Gorges a57a612c95 Improve organiation of tax_query and meta_query unit tests.
`meta_query` tests have been moved to `tests/phpunit/tests/query/metaQuery.php` and `tax_query` tests to `tests/phpunit/tests/query/taxQuery.php`. This is an improvement because (a) it better corresponds to the way that other `WP_Query` parameter tests are organized, (b) splitting meta and tax tests into separate classes simplifies the required `@group` annotations, and (c) the tests have nothing to do with posts per se, and so do not belong in the `post` subdirectory.

The tests previously found at `tests/phpunit/tests/query/taxQuery.php` have been moved to `isTerm.php` in the same directory. These tests are related to the `is_*` functions that have to do with taxonomy terms, like `is_category()`.

See #26999.

git-svn-id: https://develop.svn.wordpress.org/trunk@31286 602fd350-edb4-49c9-b593-d223f7449a82
2015-01-27 20:03:50 +00:00
..
conditionals.php Add expectedIncorrectUsage flags for unit tests that generate invalid dates. 2014-10-17 00:40:06 +00:00
date.php Share fixtures across a number of query-related test classes. 2014-11-08 15:29:31 +00:00
dateQuery.php Introduced dayofweek_iso time param for WP_Date_Query. 2014-11-01 03:23:15 +00:00
isTerm.php Improve organiation of tax_query and meta_query unit tests. 2015-01-27 20:03:50 +00:00
metaQuery.php Improve organiation of tax_query and meta_query unit tests. 2015-01-27 20:03:50 +00:00
parseQuery.php Check that search value is scalar before parsing. 2014-10-16 03:31:27 +00:00
postStatus.php In get_permalink(), don't resolve to pretty permalink if post has 'future' status. 2015-01-09 16:39:56 +00:00
results.php Remove failing test related to the 'offset' param of WP_Query. 2014-11-22 20:45:58 +00:00
search.php Add unit tests for searching by relevance. 2014-03-08 21:26:26 +00:00
setupPostdata.php Use correct notation for global functions in @covers test annotations. 2014-12-19 15:20:41 +00:00
taxQuery.php Improve organiation of tax_query and meta_query unit tests. 2015-01-27 20:03:50 +00:00
verboseRewriteRules.php Setup rewrite changes in tests in a predictable fashion. Don't mix method calls with wrapper function calls. 2014-07-03 01:42:57 +00:00