Wordpress/tests/phpunit/tests/term
swissspidy b2f60b5419 Taxonomy: Introduce WP_Taxonomy and use it in register_taxonomy() and unregister_taxonomy().
This changes the global `$wp_taxonomies` to an array of `WP_Taxonomy ` objects. `WP_Taxonomy ` includes methods to handle rewrite rules and hooks.
Each taxonomy argument becomes a property of `WP_Taxonomy`. Introducing such a class makes further improvements in the future much more feasible.

Props boonebgorges for review.
Fixes #36224. See #36217.

git-svn-id: https://develop.svn.wordpress.org/trunk@38747 602fd350-edb4-49c9-b593-d223f7449a82
2016-10-07 17:11:02 +00:00
..
cache.php Taxonomy: Use WP_Term_Query in get_term_by(). 2016-09-29 22:35:32 +00:00
categoryExists.php
getEditTermLink.php Fix test related to cap check in get_edit_term_link(). 2016-03-14 01:51:12 +00:00
getTerm.php
getTermBy.php Taxonomy: Use WP_Term_Query in get_term_by(). 2016-09-29 22:35:32 +00:00
getTermField.php
getTermLink.php
getTerms.php Build/Test Tools: Remove many unnecessary calls to rand_str() which can, in theory, fail at random. Static strings are much more appropriate. 2016-08-26 20:21:30 +00:00
getTheTerms.php Unit Tests: 2016-08-27 08:35:16 +00:00
isObjectInTerm.php In is_object_in_term(), return error object rather than caching it. 2016-08-18 19:14:52 +00:00
meta.php Allow term meta lazy-loading to be selectively disabled in WP_Query. 2016-05-28 03:09:09 +00:00
query.php Taxonomy: Use WP_Term_Query when querying for object terms. 2016-09-28 03:54:36 +00:00
slashes.php
splitSharedTerm.php
taxQuery.php Tests: Move WP_Tax_Query tests to a more appropriate file. 2016-06-11 03:26:07 +00:00
termExists.php
wpDeleteObjectTermRelationships.php
wpDeleteTerm.php Taxonomy: Pass object ids to delete_* actions. 2015-12-23 23:43:03 +00:00
wpGenerateTagCloud.php
wpGetObjectTerms.php Taxonomy: Use WP_Term_Query when querying for object terms. 2016-09-28 03:54:36 +00:00
wpInsertTerm.php Build/Test Tools: Remove many unnecessary calls to rand_str() which can, in theory, fail at random. Static strings are much more appropriate. 2016-08-26 20:21:30 +00:00
wpRemoveObjectTerms.php
wpSetObjectTerms.php Taxonomy: Use WP_Term_Query when querying for object terms. 2016-09-28 03:54:36 +00:00
wpTaxonomy.php Taxonomy: Introduce WP_Taxonomy and use it in register_taxonomy() and unregister_taxonomy(). 2016-10-07 17:11:02 +00:00
wpTerm.php Unit Tests: 2016-08-27 08:35:16 +00:00
wpUniqueTermSlug.php
wpUpdateTerm.php Don't clear object relationship caches on term update. 2016-05-30 04:10:16 +00:00