wordpress-develop/tests/phpunit/tests
Jonathan Desrosiers 0834d01365 Themes: Remove mention of “FSE” in Core.
“FSE” themes are block themes.

Fixes #53497.

git-svn-id: https://develop.svn.wordpress.org/trunk@51370 602fd350-edb4-49c9-b593-d223f7449a82
2021-07-07 15:48:13 +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: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
ajax Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +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 Themes: Remove mention of “FSE” in Core. 2021-07-07 15:48:13 +00:00
bookmark Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
canonical Canonical: Rename wp_force_plain_ugly_permalink() to match UI terminology. 2021-02-10 05:38:23 +00:00
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 Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
customize Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
date Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
db Tests: Add missing @covers tags for files in phpunit/tests/db/. 2021-02-11 14:02:42 +00:00
dependencies Build/Test Tools: Add the regenerator-runtime script as a dependency to wp-polyfill. 2021-06-23 00:04:47 +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: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
filesystem Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
formatting Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
functions Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
general Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
hooks Tests: Rename classes in phpunit/tests/hooks/ per the naming conventions. 2021-02-14 12:20:34 +00:00
http Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
image Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
import Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
includes Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
l10n Tests: Use assertInstanceOf() instead of assertTrue() in some tests. 2021-05-18 21:04:31 +00:00
link Permalinks: Revert the changes stemming from pagination limits. 2021-06-08 23:31:46 +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 Build/Test Tools: Fix and standardise calls to the tearDown() method in the test suite. 2021-02-27 17:08:26 +00:00
meta 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
multisite Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
oembed Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
option Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
pomo Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
post Coding Standards: Fix WPCS issues in [51367]. 2021-07-07 10:50:43 +00:00
privacy Privacy: Improve naming of user confimed action email filters. 2021-06-09 01:34:09 +00:00
query Coding Standards: Fix WPCS issues in [51367]. 2021-07-07 10:50:43 +00:00
rest-api Coding Standards: Fix WPCS issues in [51367]. 2021-07-07 10:50:43 +00:00
rewrite Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
sitemaps Docs: Update inline comments in some test files per the documentation standards. 2021-03-04 10:11:38 +00:00
taxonomy Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
term Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
theme Themes: Remove mention of “FSE” in Core. 2021-07-07 15:48:13 +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: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
widgets Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
xmlrpc Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
actions.php Tests: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
adminbar.php Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +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 Docs: Spell "non-existent" in a consistent way. 2021-03-27 13:32:55 +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 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
comment.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
compat.php Tests: Consistently use the expectException() method instead of the older @expectedException annotation. 2020-09-18 13:22:22 +00:00
cron.php Docs: Spell "non-existent" in a consistent way. 2021-03-27 13:32:55 +00:00
db.php Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +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: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +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: First pass at using assertSame() instead of assertEquals() in most of the unit tests. 2020-09-02 00:35:36 +00:00
functions.php Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +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 Formatting: Add 'main' tag to kses 2021-05-25 01:42:20 +00:00
l10n.php Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +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 Docs: Spell "non-existent" in a consistent way. 2021-03-27 13:32:55 +00:00
media.php Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
meta.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +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 Docs: Miscellaneous DocBlock corrections. 2021-05-15 17:36:49 +00:00
post.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
query.php Tests: Introduce assertSameSets() and assertSameSetsWithIndex(), and use them where appropriate. 2020-09-04 07:01:00 +00:00
rest-api.php General: Remove admin and login exceptions for https in get_home_url(). 2021-02-02 19:01:18 +00:00
rewrite.php Build/Test Tools: Replace assertInternalType() usage in unit tests. 2021-07-05 17:21:53 +00:00
robots.php Robots: Remove contradictory directive check in wp_robots(). 2021-03-23 23:00:03 +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-07 10:32:56 +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-07 10:32:56 +00:00
theme.php Tests: Use more appropriate assertions in various tests. 2021-07-06 12:25:53 +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 General: Remove admin and login exceptions for https in get_home_url(). 2021-02-02 19:01:18 +00:00
user.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +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: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00
wp.php Tests: Use more appropriate assertions in various tests. 2021-07-07 10:32:56 +00:00