wordpress-develop/tests/phpunit/tests/formatting
Tonya Mork 489b9e737f Docs: Replace "sanity" with "confidence" for inclusive language.
The phrase "sanity check" unnecessarily references mental health. It's an old phrase used to denote an extra step in verifying code works as expected.

“The WordPress open source community cares about diversity. We strive to maintain a welcoming environment where everyone can feel included.”

While "sanity check" is a well-known phrase with a specific meaning, "confidence check" is a direct replacement that is more clear of its intent while being more inclusive.

Words matter.

Follow-up to [49216], [46271], [40583], [38832], [38637], [37409], [33359], [32162], [30346], [30345], [30238], [30055], [29902], [28763], [26141], [25002], [22227], [13428], [12148], [11025], [8927].

Props dartiss, hellofromTonya.
Fixes #60187.

git-svn-id: https://develop.svn.wordpress.org/trunk@57239 602fd350-edb4-49c9-b593-d223f7449a82
2024-01-03 21:57:32 +00:00
..
balanceTags.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
capitalPDangit.php Coding Standards: Upgrade WPCS to version 3.0.0. 2023-09-26 00:24:43 +00:00
cleanPre.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
convertInvalidEntities.php Build/Test Tools: Fix erroneous file name, from convertInvalidEntries.php to convertInvalidEntities.php. 2022-06-23 20:34:26 +00:00
convertSmilies.php Tests: Improve documentation and variable names in some formatting tests. 2023-03-19 12:51:14 +00:00
date.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
emoji.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
ent2ncr.php Coding Standards: Remove superfluous blank lines at the end of various files. 2023-09-07 14:57:30 +00:00
escAttr.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
escHtml.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
escJs.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
escTextarea.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
escUrl.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
escXml.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
excerptRemoveBlocks.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
excerptRemoveFootnotes.php Editor: trim footnote anchors from post excerpts. 2023-07-17 01:45:24 +00:00
getBloginfo.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
getUrlInContent.php Tests: Improve documentation and variable names in some formatting tests. 2023-03-19 12:51:14 +00:00
humanTimeDiff.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
isEmail.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
likeEscape.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
linksAddTarget.php Tests: Improve documentation and variable names in some formatting tests. 2023-03-19 12:51:14 +00:00
makeClickable.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
mapDeep.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
normalizeWhitespace.php Tests: Improve documentation and variable names in some formatting tests. 2023-03-19 12:51:14 +00:00
redirect.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
removeAccents.php Formatting: Normalize to Unicode NFC encoding before converting accent characters in remove_accents(). 2022-07-21 21:09:56 +00:00
sanitizeFileName.php Media: Replace consecutive periods in sanitize_file_name(). 2023-02-03 12:46:18 +00:00
sanitizeKey.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
sanitizeLocaleName.php I18N: Introduce sanitization function for locale. 2023-05-16 14:16:39 +00:00
sanitizeMimeType.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
sanitizeOrderby.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
sanitizePost.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
sanitizeTextField.php Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
sanitizeTitle.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
sanitizeTitleWithDashes.php Formatting: Strip object replacement characters from slugs. 2022-10-11 10:27:00 +00:00
sanitizeTrackbackUrls.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
sanitizeUser.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
seemsUtf8.php Coding Standards: Remove superfluous blank lines at the end of various files. 2023-09-07 14:57:30 +00:00
slashit.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
stripslashesDeep.php Coding Standards: Always use parentheses when instantiating an object. 2022-11-29 15:49:49 +00:00
urlencodeDeep.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
urlShorten.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
utf8UriEncode.php Coding Standards: Remove superfluous blank lines at the end of various files. 2023-09-07 14:57:30 +00:00
wpAutop.php Tests: Ignore EOL differences in a wpautop() test for <math> block elements. 2023-03-01 15:56:39 +00:00
wpBasename.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
wpHtmleditPre.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpHtmlExcerpt.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpHtmlSplit.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
wpIsoDescrambler.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpMakeLinkRelative.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
wpParseStr.php Tests: Improve documentation and variable names in some formatting tests. 2023-03-19 12:51:14 +00:00
wpRelNofollow.php Comments: Improve rel attribute usage in comments. 2023-02-07 18:52:24 +00:00
wpRelUgc.php Comments: Improve rel attribute usage in comments. 2023-02-07 18:52:24 +00:00
wpReplaceInHtmlTags.php Coding Standards: Remove superfluous blank lines at the end of various files. 2023-09-07 14:57:30 +00:00
wpRicheditPre.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpSlash.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
wpSpecialchars.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpStripAllTags.php Coding Standards: Remove superfluous blank lines at the end of various files. 2023-09-07 14:57:30 +00:00
wpTargetedLinkRel.php Coding Standards: Remove superfluous blank lines at the end of various classes. 2023-09-08 09:30:38 +00:00
wpTexturize.php Docs: Replace "sanity" with "confidence" for inclusive language. 2024-01-03 21:57:32 +00:00
wpTrimExcerpt.php Media: Ensure images within shortcodes are correctly considered for loading optimization attributes. 2023-09-26 00:11:06 +00:00
wpTrimWords.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
zeroise.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00