Wordpress/tests/phpunit/tests
2019-12-17 21:31:08 +00:00
..
actions
admin Menus: Avoid a PHP warning in add_submenu_page() when the same value is passed for both $parent_slug and $menu_slug parameters. 2019-12-09 21:01:13 +00:00
ajax Tests: Don't skip the tests intended for Multisite when running on single site, add them to the ms-required group instead. 2019-11-10 01:53:17 +00:00
attachment
blocks Prevent stored XSS in the block editor. 2019-12-12 18:00:45 +00:00
bookmark
canonical
category Menus: In Walker_Nav_Menu, Walker_Category, and Walker_Page, properly output link attributes having a legitimate "empty" value, for example an HTML data attribute with a value of zero (0). 2019-10-06 15:04:18 +00:00
comment Docs: Fix some incorrect return tags in docblocks. 2019-11-03 22:21:20 +00:00
customize Docs: Correct various docblocks documentation. 2019-12-06 22:21:07 +00:00
date Tests: Use delta comparison in test_should_fall_back_to_last_post_modified() to avoid race conditions. 2019-12-17 21:31:08 +00:00
db Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6. 2019-09-20 22:01:36 +00:00
dependencies Build/Test Tools: Ignore EOL differences in tests using multiline string assertions. 2019-10-29 14:26:41 +00:00
editor
error-protection
external-http Tests: Skip test_readme() if the HTTP request to secure.php.net or dev.mysql.com failed on timeout. 2019-11-09 03:36:19 +00:00
feed
filesystem
formatting Prevent stored XSS through wp_targeted_link_rel(). 2019-12-12 17:51:35 +00:00
functions Date/Time: When determining whether to decline the month name in wp_maybe_decline_date(), take word boundaries into account. 2019-12-09 18:48:50 +00:00
general Customize: Remove the deprecated -precomposed suffix from apple-touch-icon link in wp_site_icon(). 2019-11-11 09:58:17 +00:00
hooks Code Modernisation: Introduce the spread operator in tests/phpunit/*. 2019-09-15 11:03:45 +00:00
http Tests: Skip test_readme() if the HTTP request to secure.php.net or dev.mysql.com failed on timeout. 2019-11-09 03:36:19 +00:00
image Media: Update fallback previews to support _wp_make_subsizes() 2019-10-11 07:52:12 +00:00
import
includes
l10n
link
load
media
menu Tests: Use a consistent group for nav menu tests. 2019-10-06 15:12:42 +00:00
meta Query: Expand the list of operators available to compare_key in WP_Meta_Query. 2019-09-19 15:02:20 +00:00
multisite Coding Standards: Remove inline assignments and extra whitespace in tests/multisite/network.php. 2019-09-29 12:21:29 +00:00
oembed
option Themes: In get_theme_mod(), only run the sprintf() replacement on the default value if there's a string format pattern found in the value. 2019-10-05 00:53:39 +00:00
pomo Build/Test Tools: Ignore EOL differences in tests using multiline string assertions. 2019-10-29 14:26:41 +00:00
post Build/Test Tools: Ignore EOL differences in tests using multiline string assertions. 2019-10-29 14:26:41 +00:00
privacy Docs: Fix some incorrect return tags in docblocks. 2019-11-03 22:21:20 +00:00
query Query: Remove the static query property. 2019-10-14 15:18:49 +00:00
rest-api Docs: In various @return tags, list the expected type first, instead of WP_Error. 2019-11-11 02:41:15 +00:00
rewrite
taxonomy
term Tests: Use a consistent group for nav menu tests. 2019-10-06 15:12:42 +00:00
theme Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6. 2019-09-20 22:01:36 +00:00
url
user Users: Make sure wp_logout() clears current user, so that a subsequent call to is_user_logged_in() works as expected. 2019-10-12 03:08:56 +00:00
widgets Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6. 2019-09-20 22:01:36 +00:00
xmlrpc Date/Time: Update XML-RPC tests for invalid date input to account for a more consistent mysql2date() error handling in [45908]. 2019-08-29 16:43:28 +00:00
actions.php Tests: Fix a typo in an inline comment. 2019-11-11 18:48:06 +00:00
adminbar.php Toolbar: Un-deprecate the WP_Admin_Bar::add_menu() method. 2019-11-08 13:17:35 +00:00
auth.php Login and Registration: Simplify the test for wp_signon() added in [46640]. 2019-11-04 15:04:41 +00:00
avatar.php
basic.php
cache.php
canonical.php
category.php
comment-submission.php Tests: Speed up comment submission unit tests by creating less fixtures and reusing them where possible. 2019-12-08 18:00:23 +00:00
comment.php
compat.php Code Modernization: Pass an appropriate error level to trigger_error() in _doing_it_wrong() and related functions: 2019-11-01 00:39:04 +00:00
cron.php
db.php Code Modernisation: Replace call_user_func_array() in tests/phpunit/tests/db.php with dynamic function calls. 2019-09-15 11:55:42 +00:00
dbdelta.php
dependencies.php
file.php
filters.php Docs: Use 3-digit, x.x.x style semantic versioning for $version argument in do_action_deprecated() and apply_filters_deprecated() calls. 2019-11-09 13:55:43 +00:00
functions.php Upload: Fix the final file name collision test in wp_unique_filename() when uploading a file with upper case extension. Add a unit test to catch that in the future. 2019-12-16 23:42:34 +00:00
kses.php Update wp_kses_bad_protocol() to recognize : on uri attributes, 2019-12-12 17:52:18 +00:00
l10n.php
link.php
locale.php
mail.php Mail: Add a unit test to make sure wp_mail() does not duplicate the MIME-Version header added automatically by PHPMailer. 2019-09-14 21:34:51 +00:00
media.php Build/Test Tools: Ignore EOL differences in tests using multiline string assertions. 2019-10-29 14:26:41 +00:00
meta.php
multisite.php Fix PHP coding standards after [46251]. 2019-09-23 18:11:15 +00:00
pluggable.php Build/Test Tools: Adjust the test for wp_redirect() status codes added in [46641] per the documentation and coding standards. 2019-11-04 12:57:17 +00:00
post.php Date/Time: Add a unit test for [46968]. 2019-12-17 14:35:25 +00:00
query.php
rest-api.php REST API: Fix error in _fields filtering logic where only one of several requested sibling properties would be included. 2019-10-10 17:16:44 +00:00
rewrite.php
shortcode.php Shortcodes: Revert [46369] for now to allow more time to investigate and prepare for backward compatibility changes. 2019-10-15 19:34:31 +00:00
site-health.php
taxonomy.php
template.php
term.php
theme.php Bundled Themes: Update copyright year in readme.txt. 2019-11-12 17:34:05 +00:00
upload.php
url.php
user.php Test: Don't skip the tests intended for single site when running on Multisite, add them to the ms-excluded group instead. 2019-11-09 03:44:51 +00:00
walker.php Tests: Use a consistent group for nav menu tests. 2019-10-06 15:12:42 +00:00
widgets.php Code Modernisation: Replace call_user_func_array() in wp-admin/includes/widgets.php and associated unit tests with a direct function call. 2019-09-15 11:40:08 +00:00
wp.php