Wordpress/tests/phpunit/tests
Boone Gorges deae2f7cbf Use WP_Term_Query when transforming tax queries.
This change allows tax query transformations to be cached.

Props spacedmonkey.
Fixes #37038.

git-svn-id: https://develop.svn.wordpress.org/trunk@40918 602fd350-edb4-49c9-b593-d223f7449a82
2017-06-21 03:56:25 +00:00
..
actions
admin Media: Ensure WP_Screen sets post type on wp-admin/upload.php. 2017-05-19 18:28:58 +00:00
ajax Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur. 2017-04-23 22:11:52 +00:00
attachment
bookmark
canonical Revert [40256] for now as some tests are failing in some environments. 2017-05-12 22:49:48 +00:00
category
comment Fix broken check_comment() test. 2017-04-27 16:22:36 +00:00
customize Customize: Fix phpunit tests after [40704] due to logic inversion error. 2017-05-16 14:33:16 +00:00
date
db
dependencies
external-http Build/Test Tools: Don't skip tests when php.net or dev.mysql.com are unreachable. 2017-04-22 18:44:18 +00:00
feed Build/Test Tools: Remove ancient UT ticket handling. 2017-04-22 19:38:42 +00:00
filesystem
formatting Emoji: Add Emoji 5 support. 2017-05-25 07:17:57 +00:00
functions Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur. 2017-04-23 22:11:52 +00:00
general Themes: Improve the theme Custom Logo accessibility. 2017-05-22 20:28:43 +00:00
hooks
http Build/Test Tools: Remove more skipped tests that should actually be failures if their conditions aren't satisfied. 2017-04-22 19:42:12 +00:00
image Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur. 2017-04-23 22:11:52 +00:00
import Import: Replace assert() calls with PHPUnit's assertTrue() method. 2017-05-12 07:37:33 +00:00
includes
l10n Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups. 2017-05-01 20:34:10 +00:00
link Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups. 2017-05-01 20:34:10 +00:00
load
media Revert [40842] due to failing tests. 2017-05-25 18:27:08 +00:00
menu
meta
multisite Multisite: Adjust site count of the correct network after having created a new site. 2017-05-10 23:21:43 +00:00
oembed REST API: Add endpoint for proxying requests to external oEmbed providers. 2017-05-11 18:18:00 +00:00
option Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups. 2017-05-01 20:34:10 +00:00
pomo
post Customize: Keep alive auto-drafts created for page/post stubs when parent changeset is updated, and delete when changeset is garbage-collected. 2017-05-16 05:36:25 +00:00
query REST API: Add author, modified, and parent sort order options for posts. 2017-05-10 18:51:28 +00:00
rest-api REST API: Fix changing parameters with set_param() for some requests. 2017-05-22 16:15:25 +00:00
rewrite
taxonomy
term Use WP_Term_Query when transforming tax queries. 2017-06-21 03:56:25 +00:00
theme Themes: Skip tests if ReflectionMethod::setAccessible is unavailable 2017-05-23 22:15:08 +00:00
user Mail: Ensure entities are decoded in email change notifications on Multisite. 2017-05-11 19:14:55 +00:00
widgets Widgets: Add widget dedicated for HTML Code, taking over this role of the Text widget. 2017-06-09 23:53:27 +00:00
xmlrpc Add term meta support to XML-RPC addTerm and editTerm endpoints. 2017-06-18 10:39:12 +00:00
actions.php
adminbar.php Users: Correct a permission check when showing the User item in the + New admin toolbar menu. 2017-05-07 17:41:24 +00:00
auth.php
avatar.php
basic.php Build/Test: Revert that failing test. 2017-05-11 00:15:05 +00:00
cache.php
canonical.php
category.php
comment-submission.php
comment.php
compat.php
cron.php
db.php Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur. 2017-04-23 22:11:52 +00:00
dbdelta.php
dependencies.php
file.php
filters.php
functions.php Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups. 2017-05-01 20:34:10 +00:00
kses.php KSES: Support 'tag' => true as a shorthand for 'tag' => array() in wp_kses_attr(). 2017-05-11 19:22:17 +00:00
l10n.php
link.php
locale.php
mail.php
media.php Media: Restrict appending loop parameter to Vimeo URLs specifically and not all external URLs in Video widget (via shortcode). 2017-06-09 19:28:12 +00:00
meta.php
multisite.php
pluggable.php
post.php Widgets: Remove the title attributes used in the Tag cloud widget. 2017-05-22 20:23:49 +00:00
query.php
rest-api.php
rewrite.php Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups. 2017-05-01 20:34:10 +00:00
shortcode.php
taxonomy.php
template.php Posts, Post Types: Revert [40558] pending investigation. 2017-04-30 11:18:43 +00:00
term.php
theme.php Customize: Keep alive auto-drafts created for page/post stubs when parent changeset is updated, and delete when changeset is garbage-collected. 2017-05-16 05:36:25 +00:00
upload.php Build/Test Tools: Remove ancient UT ticket handling. 2017-04-22 19:38:42 +00:00
url.php
user.php Build/Test Tools: Automatically skip tests in the ms-required and ms-excluded groups. 2017-05-01 20:34:10 +00:00
walker.php
widgets.php
wp.php