wordpress-develop/tests/phpunit/tests
Jonathan Desrosiers 3148181925 Build/Test Tools: Revert changes only included for testing purposes.
Follow up to [51535-51536].

See #52644.

git-svn-id: https://develop.svn.wordpress.org/trunk@51537 602fd350-edb4-49c9-b593-d223f7449a82
2021-08-03 15:14:03 +00:00
..
actions Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
admin Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
ajax Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
attachment Build/Test Tools: Standardise the name, signature, and usage of the wpSetUpBeforeClass() method that's used in test classes. 2020-11-15 13:59:32 +00:00
blocks Build: Split packages and blocks to their webpack configs 2021-07-28 10:05:01 +00:00
bookmark Tests: Use more appropriate assertions in various tests. 2021-07-18 14:10:24 +00:00
canonical Canonical: Rename wp_force_plain_ugly_permalink() to match UI terminology. 2021-02-10 05:38:23 +00:00
category Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
comment Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
customize Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
date Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
db Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
dependencies Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
editor Tests: Simplify @covers tags in editor/wpEditors.php using @coversDefaultClass annotation. 2021-02-13 13:45:23 +00:00
error-protection Tests: Correct some newly introduced @covers tags. 2021-03-16 18:44:40 +00:00
external-http Tests: Add missing @covers tags for files in phpunit/tests/external-http/. 2021-02-11 20:53:51 +00:00
feed Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
filesystem Tests: Correct class name for WP_Filesystem_Base::find_folder() tests. 2021-07-22 16:44:34 +00:00
formatting Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
functions Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
general Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
hooks Tests: Use more appropriate assertions in various tests. 2021-07-10 11:15:44 +00:00
http Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
image Tests: Use more appropriate assertions in various tests. 2021-07-17 10:36:52 +00:00
import Tests: Use more appropriate assertions in various tests. 2021-07-11 12:41:48 +00:00
includes Tests: Use more appropriate assertions in various tests. 2021-07-10 11:15:44 +00:00
l10n Tests: Reset $current_screen global between tests to avoid cross-test interdependencies. 2021-07-13 16:13:01 +00:00
link Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
load Multisite: Log error/warnings/notices from ms-files.php. 2021-07-06 20:20:51 +00:00
media Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
menu Tests: Reset $current_screen global between tests to avoid cross-test interdependencies. 2021-07-13 16:13:01 +00:00
meta Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
multisite Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
oembed Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
option Themes: Make sure get_theme_mods() always returns an array. 2021-08-01 14:54:52 +00:00
pomo Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
post Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
privacy Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
query Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
rest-api Build: Split packages and blocks to their webpack configs 2021-07-28 10:05:01 +00:00
rewrite Tests: Use more appropriate assertions in various tests. 2021-07-10 11:15:44 +00:00
sitemaps Tests: Rename classes in phpunit/tests/sitemaps/ per the naming conventions. 2021-07-26 19:09:41 +00:00
taxonomy Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
term Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
theme Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
url Build/Test Tools: Standardise the name, signature, and usage of the wpSetUpBeforeClass() method that's used in test classes. 2020-11-15 13:59:32 +00:00
user Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
widgets Tests: Rename classes in phpunit/tests/widgets/ per the naming conventions. 2021-07-26 19:25:09 +00:00
xmlrpc Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
actions.php Tests: Use more appropriate assertions in various tests. 2021-07-11 12:41:48 +00:00
adminbar.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
auth.php Build/Test Tools: Fix and standardise calls to the tearDown() method in the test suite. 2021-02-27 17:08:26 +00:00
avatar.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
basic.php Build/Test Tools: Fix tests after [50185]. 2021-02-05 03:36:26 +00:00
block-template-utils.php Tests: Use assertSame() in some newly introduced tests. 2021-06-07 11:16:29 +00:00
block-template.php Tests: Use assertSame() in some newly introduced tests. 2021-06-07 11:16:29 +00:00
cache.php Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
canonical.php Canonical: Support multiple post types in redirect_guess_404_permalink(). 2020-10-18 23:21:03 +00:00
category.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
comment-submission.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
comment.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
compat.php Tests: Clean up skipping conditions and requirements for various tests. 2021-07-13 10:43:42 +00:00
cron.php Tests: Use more appropriate assertions in various tests. 2021-07-18 14:10:24 +00:00
db.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
dbdelta.php Build/Test Tools: Fix and standardise calls to the tearDown() method in the test suite. 2021-02-27 17:08:26 +00:00
dependencies.php Tests: Use more appropriate assertions in various tests. 2021-07-10 11:15:44 +00:00
file.php Themes: Make sure get_file_data() recognizes headers prefixed by <?php tag. 2021-06-18 14:02:44 +00:00
filters.php Tests: Use more appropriate assertions in various tests. 2021-07-11 12:41:48 +00:00
functions.php Build/Test Tools: Revert changes only included for testing purposes. 2021-08-03 15:14:03 +00:00
https-detection.php Security, Site Health: Do not store HTTPS request error messages in an option. 2021-03-02 15:06:34 +00:00
https-migration.php Tests: Use assertSame() in some newly introduced tests. 2021-02-10 13:24:24 +00:00
kses.php Tests: Use more appropriate assertions in various tests. 2021-07-10 11:15:44 +00:00
l10n.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
link.php Canonical: Prevent ID enumeration of private post slugs. 2021-02-02 00:38:40 +00:00
locale.php Tests: Fix the failure in test_get_weekday_undefined_index() on PHP 8. 2020-09-18 10:56:27 +00:00
mail.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
media.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
meta.php Tests: Use more appropriate assertions in various tests. 2021-07-18 14:10:24 +00:00
multisite.php Build/Test Tools: Fix and standardise calls to the tearDown() method in the test suite. 2021-02-27 17:08:26 +00:00
pluggable.php Tests: Use more appropriate assertions in various tests. 2021-07-12 10:35:44 +00:00
post.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
query.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
rest-api.php Tests: Reset $current_screen global between tests to avoid cross-test interdependencies. 2021-07-13 16:13:01 +00:00
rewrite.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
robots.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
shortcode.php Build/Test Tools: Ensure the test_php_and_js_shortcode_attribute_regexes_match() test can run when testing using either the src or build directory. 2021-03-05 15:26:22 +00:00
site-health.php Build/Test Tools: Standardise the name, signature, and usage of the wpSetUpBeforeClass() method that's used in test classes. 2020-11-15 13:59:32 +00:00
taxonomy.php Tests: Use more appropriate assertions in various tests. 2021-07-15 14:44:22 +00:00
template.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
term.php Tests: Use more appropriate assertions in various tests. 2021-07-18 14:10:24 +00:00
theme.php Tests: Use more appropriate assertions in various tests. 2021-07-18 14:10:24 +00:00
upload.php Build/Test Tools: Fix and standardise calls to the setUp() and setUpBeforeClass() methods in the test suite. 2021-02-27 16:54:52 +00:00
url.php Tests: Use more appropriate assertions in various tests. 2021-07-16 19:13:11 +00:00
user.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
walker.php Code Modernization: Use a consistent check for parent items in WP_Walker. 2021-06-22 19:07:26 +00:00
widgets.php Tests: Replace assertContains() with assertStringContainsString() when used with strings. 2021-07-19 14:00:11 +00:00
wp.php Tests: Use more appropriate assertions in various tests. 2021-07-12 10:35:44 +00:00