wordpress-develop/tests/phpunit/tests/formatting
Sergey Biryukov 36f8240cc3 Docs: Fix typo in a comment in wp_trim_excerpt().
Includes removing redundant `@covers` tags. There is already an existing annotation for the whole test class, following the [https://docs.phpunit.de/en/9.6/annotations.html#covers PHPUnit recommendation]:
> This annotation can be added to the docblock of the test class or the individual test methods. The recommended way is to add the annotation to the docblock of the test class, not to the docblock of the test methods.

Follow-up to [56560].

See #58682.

git-svn-id: https://develop.svn.wordpress.org/trunk@56561 602fd350-edb4-49c9-b593-d223f7449a82
2023-09-13 08:06:26 +00:00
..
balanceTags.php Tests: Use the data_ prefix for various data provider methods. 2023-03-19 12:03:30 +00:00
capitalPDangit.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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 Coding Standards: Remove superfluous blank lines at the end of various functions. 2023-09-08 10:01:14 +00:00
wpTrimExcerpt.php Docs: Fix typo in a comment in wp_trim_excerpt(). 2023-09-13 08:06:26 +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