Wordpress/tests/phpunit/tests
2020-07-14 11:54:49 +00:00
..
actions
admin Administration: Correct and simplify the logic for asc and desc arguments in WP_List_Table::get_sortable_columns(). 2020-06-25 11:33:23 +00:00
ajax Administration: Handle the result of Plugin_Upgrader::bulk_upgrade() for a plugin that is already at the latest version in the same way it is handled for themes. 2020-07-12 01:14:01 +00:00
attachment
blocks Editor: Support filtering arguments in block type registration 2020-07-01 13:08:11 +00:00
bookmark
canonical Canonical: Move trailing slash handling for robots.txt and sitemaps to a single condition. 2020-06-25 11:39:23 +00:00
category
comment Comments: Ensure the proper comment count and pages for unapproved comments. 2020-06-23 05:22:39 +00:00
customize Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
date
db
dependencies Tests: Ignore EOL differences in some tests using multiline string assertions. 2020-07-14 01:40:33 +00:00
editor
error-protection
external-http
feed Coding Standards: Use strict type check for in_array() in wp-includes/feed.php. 2020-07-11 12:12:46 +00:00
filesystem
formatting Docs: Correct comments in tests/formatting/WPSlash.php per the documentation standards. 2020-07-11 22:50:36 +00:00
functions Tests: Ignore EOL differences in some tests using multiline string assertions. 2020-07-14 01:40:33 +00:00
general Themes: Allow template loading functions to pass additional arguments to the template via the $args parameter. 2020-07-07 11:00:21 +00:00
hooks
http
image Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
import
includes
l10n
link Tests: Copy themes from tests/phpunit/data to wp-content/themes, instead of creating a symlink. 2020-07-14 00:32:36 +00:00
load
media
menu Menus: Allow empty taxonomy terms to be surfaced when searching for items. 2020-05-02 22:34:50 +00:00
meta Docs: Synchronize and correct documentation for various metadata functions and filters. 2020-07-09 11:24:43 +00:00
multisite Multisite: Delete the signup entry when a user is deleted from the database. 2020-07-05 11:19:35 +00:00
oembed Embeds: Ensure that classic embed support works in the block editor. 2020-06-23 06:06:11 +00:00
option
pomo
post Menus: Simplify the test for wp_update_nav_menu_item() with special characters in category name. 2020-07-11 21:46:29 +00:00
privacy Privacy: Simplify the logic for updating the meta values for personal data export requests from absolute to relative paths. 2020-07-06 00:32:15 +00:00
query Posts, Post Types: Simplify test_setup_postdata_loop(). 2020-06-21 10:28:52 +00:00
rest-api Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
rewrite
sitemaps Sitemaps: Exclude post types and taxonomies that are not publicly queryable. 2020-07-14 11:54:49 +00:00
taxonomy
term Code Standards: Clean up whitespace on the end of a file. 2020-05-29 23:34:00 +00:00
theme REST API: Add additional fields to the themes controller. 2020-06-07 06:44:08 +00:00
url
user Docs: Remove unnecessary variables names from @return tags. 2020-06-19 22:53:54 +00:00
widgets Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
xmlrpc
actions.php
adminbar.php
auth.php
avatar.php
basic.php
cache.php Coding Standards: Cleans up some PHPCS issues introduced in [47938]. 2020-06-09 22:40:50 +00:00
canonical.php Canonical: Add the ability to disable redirect_guess_404_permalink(). 2020-06-01 18:47:41 +00:00
category.php
comment-submission.php
comment.php Comments: Make wp_update_comment() return false instead of 0 for an invalid comment or post ID. 2020-06-30 14:11:00 +00:00
compat.php
cron.php
db.php Tests: Remove ja_JP locale from Tests_DB::test_locale_floats(). 2020-07-05 12:50:47 +00:00
dbdelta.php
dependencies.php
file.php Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
filters.php
functions.php
kses.php Docs: Remove @return void from some tests, per the documentation standards. 2020-06-30 00:41:57 +00:00
l10n.php
link.php
locale.php
mail.php Tests: Ignore EOL differences in email tests using multiline string assertions. 2020-07-11 23:27:51 +00:00
media.php Media: Fix wp_image_file_matches_image_meta() to also match when the original image URL is used. 2020-07-12 21:18:38 +00:00
meta.php
multisite.php
pluggable.php Cache API: Introduce wp_cache_get_multi(). 2020-06-09 19:45:27 +00:00
post.php
query.php
rest-api.php Docs: Miscellaneous DocBlock corrections. 2020-07-07 09:28:19 +00:00
rewrite.php
shortcode.php
site-health.php
taxonomy.php Taxonomy: Add support for default terms for custom taxonomies. 2020-07-07 00:53:41 +00:00
template.php
term.php Posts, Post Types: Introduce default_category_post_types filter. 2020-06-14 21:40:10 +00:00
theme.php Docs: Remove extra spaces from @ticket tag in unit tests. 2020-06-27 12:01:30 +00:00
upload.php Tests: Replace hardcoded /tmp/ references with get_temp_dir(). 2020-07-14 01:28:17 +00:00
url.php
user.php Docs: Remove unnecessary variables names from @return tags. 2020-06-19 22:53:54 +00:00
walker.php
widgets.php General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. 2020-06-22 17:24:34 +00:00
wp.php