Wordpress/tests/phpunit/tests/term
Boone Gorges e31a0390b1 In term meta lazy-loading tests, force WP_Query to cache results.
By default, `WP_Query` will not cache query results when using a persistent
object cache. The lazyload tests, however, depend on the cache being set during
each `WP_Query`, because the object cache is cleared between tests.

See #31491.

git-svn-id: https://develop.svn.wordpress.org/trunk@35112 602fd350-edb4-49c9-b593-d223f7449a82
2015-10-13 02:35:36 +00:00
..
cache.php Introduce WP_Term. 2015-10-10 01:58:37 +00:00
categoryExists.php Default $parent in category_exists() should default to null rather than 0. 2015-01-11 01:25:19 +00:00
getEditTermLink.php Use WP_TESTS_DOMAIN where it should be used in tests in place of hard-coded uses of example.org. 2015-09-24 21:01:10 +00:00
getTerm.php Introduce WP_Term. 2015-10-10 01:58:37 +00:00
getTermBy.php Introduce WP_Term. 2015-10-10 01:58:37 +00:00
getTermField.php Don't require a $taxonomy to be specified in get_term_field(). 2015-10-12 04:13:25 +00:00
getTermLink.php Tests: Permalink Structures Phase II: DRY up logic for setting permalink structures in test methods. 2015-10-03 20:54:11 +00:00
getTerms.php Return WP_Term objects from get_terms(). 2015-10-10 02:12:40 +00:00
isObjectInTerm.php Update the taxonomy relationship cache in is_object_in_term(). 2015-10-03 21:18:55 +00:00
meta.php In term meta lazy-loading tests, force WP_Query to cache results. 2015-10-13 02:35:36 +00:00
query.php Improve WP_Tax_Query param sanitization for empty strings. 2014-10-26 22:56:36 +00:00
slashes.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
splitSharedTerm.php When splitting a shared 'nav_menu' term, ensure that nav items and theme locations are retained. 2015-08-12 14:06:21 +00:00
termExists.php Move term_exists() tests to their own file. 2014-10-30 18:52:37 +00:00
wpDeleteObjectTermRelationships.php Add tests for wp_delete_object_term_relationships(). 2015-01-02 14:02:54 +00:00
wpDeleteTerm.php In wp_delete_term(), the $deleted_term object passed to filters should be generated before term relationships are deleted. 2015-08-22 19:42:30 +00:00
wpGenerateTagCloud.php Use WP_TESTS_DOMAIN where it should be used in tests in place of hard-coded uses of example.org. 2015-09-24 21:01:10 +00:00
wpGetObjectTerms.php Return WP_Post objects from wp_get_object_terms(). 2015-10-10 03:38:41 +00:00
wpInsertTerm.php Use wp_installing() instead of WP_INSTALLING constant. 2015-10-05 15:05:26 +00:00
wpUniqueTermSlug.php Improve unit tests for wp_unique_term_slug(). 2015-05-15 20:37:51 +00:00
wpUpdateTerm.php Switch several assertions to assertNotWPError() so more context is provided when the assertion fails. 2015-09-27 22:26:16 +00:00