Wordpress/tests/phpunit/tests
Gary Pendergast 4e0499e5bf Tests: Add an xdebug group for tests that require xdebug.
These tests are now also run as their own part of the Travis build, to ensure performance of other tests isn't affected by the presence of xdebug.

Fixes #40532.



git-svn-id: https://develop.svn.wordpress.org/trunk@45827 602fd350-edb4-49c9-b593-d223f7449a82
2019-08-19 02:17:50 +00:00
..
actions Code is Poetry. 2017-11-30 23:09:33 +00:00
admin Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
ajax Tests: Add an xdebug group for tests that require xdebug. 2019-08-19 02:17:50 +00:00
attachment Code is Poetry. 2017-11-30 23:09:33 +00:00
blocks Blocks: Allow for nested the_content calls within do_blocks(). 2019-04-08 06:53:14 +00:00
bookmark General: Fix existing coding standard violations in bookmark tests, as outlined in [44546]. 2019-01-10 21:16:49 +00:00
canonical Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
category Taxonomy: Make sure wp_list_categories() correctly outputs term name of 0. 2018-09-02 22:08:05 +00:00
comment Comments: Include post permalink in comment reply link. 2019-08-13 05:08:14 +00:00
customize Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
date Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
db Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
dependencies Fix unit tests after [45456]. The query string is a bit different but the results are the same. 2019-05-28 04:18:53 +00:00
editor Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
error-protection Bootstrap/Load: Allow more than one recovery link to be valid at a time. 2019-04-16 05:08:16 +00:00
external-http Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
feed Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
filesystem Tests: Add missing parent::setUp() calls to all test classes. 2019-01-14 04:54:01 +00:00
formatting Posts, Post Types: In wp_trim_words() make sure the $num_words parameter is always an integer, as documented, to avoid a PHP warning. 2019-08-14 17:17:51 +00:00
functions Media: Add a unit test for wp_get_mime_types(). 2019-07-16 21:51:45 +00:00
general Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests. 2019-07-02 04:43:01 +00:00
hooks Code is Poetry. 2017-11-30 23:09:33 +00:00
http Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
image Coding Standards: Move wp-admin/custom-header.php to wp-admin/includes/class-custom-image-header.php 2019-07-17 06:16:27 +00:00
import Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
includes Bootstrap/Load: After [45016], make sure wp_die() does not cause _doing_it_wrong() notices if called before $wp_query global is set. 2019-04-15 23:48:11 +00:00
l10n I18N: Add support for custom WP_PLUGIN_URL in load_script_textdomain(). 2019-07-27 12:43:56 +00:00
link Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
load Bootstrap: Enhance core's memory limit handling. 2016-07-08 14:36:37 +00:00
media Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
menu Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests. 2019-07-02 04:43:01 +00:00
meta Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
multisite Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
oembed Tests: Add an xdebug group for tests that require xdebug. 2019-08-19 02:17:50 +00:00
option Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests. 2019-07-02 04:43:01 +00:00
pomo Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
post Menus: Trim whitespace from custom link URLs. 2019-07-17 18:44:56 +00:00
privacy Privacy: Add descriptions for sections in a personal data export file. 2019-08-18 02:07:00 +00:00
query Code Modernisation: Fix known instances of array access on data types that can't be accessed as arrays. 2019-07-15 06:24:08 +00:00
rest-api Add @ticket annotations for [45812]. 2019-08-16 03:32:23 +00:00
rewrite Tests: Add missing parent::setUp() calls to all test classes. 2019-01-14 04:54:01 +00:00
taxonomy Tests: Add missing parent::setUp() calls to all test classes. 2019-01-14 04:54:01 +00:00
term Code Modernisation: Fix known instances of array access on data types that can't be accessed as arrays. 2019-07-15 06:24:08 +00:00
theme Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
url Privacy: Introduce Privacy Policy page helpers: 2019-03-21 19:47:29 +00:00
user Users: Make wp_list_authors() unit tests more readable. 2019-08-14 15:35:19 +00:00
widgets Widgets: Add rel="noopener noreferrer" to links with target="_blank" in the Image widget. 2019-04-08 23:22:14 +00:00
xmlrpc Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
actions.php Code is Poetry. 2017-11-30 23:09:33 +00:00
adminbar.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
auth.php Users: Clean user cache in check_password_reset_key() tests. 2019-08-01 19:53:45 +00:00
avatar.php Coding Standards: Fix and whitelist variable names. 2019-01-12 06:05:55 +00:00
basic.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
cache.php Code is Poetry. 2017-11-30 23:09:33 +00:00
canonical.php Canonical: Ensure redirect query keys are URL encoded. 2019-04-08 01:09:01 +00:00
category.php Code is Poetry. 2017-11-30 23:09:33 +00:00
comment-submission.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:11:37 +00:00
comment.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
compat.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
cron.php Cron: Ensure identical single events aren't scheduled less than 10min apart. 2019-03-16 06:41:23 +00:00
db.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
dbdelta.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
dependencies.php Code is Poetry. 2017-11-30 23:09:33 +00:00
file.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
filters.php Code is Poetry. 2017-11-30 23:09:33 +00:00
functions.php Coding Standards: Fix WPCS violation in [45754]. 2019-08-05 18:09:20 +00:00
kses.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
l10n.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
link.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
locale.php I18N: Following [45688], remove test for removed method. 2019-07-27 14:29:28 +00:00
mail.php Code is Poetry. 2017-11-30 23:09:33 +00:00
media.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
meta.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
multisite.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
pluggable.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
post.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
query.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-api.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
rewrite.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
shortcode.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
site-health.php Site Health Check: New tests file missed in [45801]. 2019-08-15 00:36:38 +00:00
taxonomy.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
template.php PHPCS: Remove extra spaces added in [44966]. 2019-03-21 20:19:16 +00:00
term.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
theme.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
upload.php Code is Poetry. 2017-11-30 23:09:33 +00:00
url.php Date/Time: Replace all instances of date() with gmdate(). 2019-05-26 00:11:37 +00:00
user.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
walker.php Code is Poetry. 2017-11-30 23:09:33 +00:00
widgets.php Widgets: Allow for short-circuiting widget output in the_widget() using the widget_display_callback filter, for consistency with output via a registered sidebar. 2019-08-14 23:02:25 +00:00
wp.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00