wordpress-develop/tests/phpunit/tests/query
Boone Gorges 98d17497d2 In WP_Query::get_queried_object(), use the new format for referencing tax query clauses.
`queried_terms`, rather than `queries`, is the tax_query property where a flat
index of terms is stored.

See [29901] for a similar fix in `redirect_canonical()`. See #29738.

Props dd32.
Fixes #30623.

git-svn-id: https://develop.svn.wordpress.org/trunk@30771 602fd350-edb4-49c9-b593-d223f7449a82
2014-12-07 14:57:53 +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
parseQuery.php Check that search value is scalar before parsing. 2014-10-16 03:31:27 +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 Add unit test files mistakenly excluded from [30085]. 2014-11-17 16:16:01 +00:00
taxQuery.php In WP_Query::get_queried_object(), use the new format for referencing tax query clauses. 2014-12-07 14:57:53 +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