wordpress-develop/tests/phpunit/tests/formatting
Sergey Biryukov f254a95e63 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/formatting/sanitizeTrackbackUrls.php.
While using reserved PHP keywords as parameter name labels is allowed, in the context of function calls using named parameters in PHP 8.0+, this will easily lead to confusion. To avoid that, it is recommended not to use reserved keywords as function parameter names.

This commit renames the `$break` parameter to `$separator` in `Tests_Formatting_SanitizeTrackbackUrls::test_sanitize_trackback_urls_with_multiple_urls()`.

Follow-up to [52946], [52996], [52997], [52998], [53003], [53014], [53029], [53039], [53116], [53117], [53137], [53174], [53184], [53185], [53192], [53193], [53198], [53203], [53207], [53215], [53216], [53220], [53230], [53232], [53236], [53239], [53240], [53242], [53243], [53245], [53246], [53257], [53269], [53270], [53271], [53272], [53273], [53274], [53275], [53276], [53277], [53281], [53283], [53284], [53285], [53287], [53364], [53365], [54927], [54929], [54930], [54931], [54932], [54933], [54938], [54943], [54944], [54945], [54946], [54947], [54948], [54950], [54951], [54952], [54956], [54959], [54960], [54961], [54962], [54964], [54965], [54969], [54970], [54971], [54972], [54996], [55000], [55011], [55013], [55014], [55015], [55016], [55017], [55020], [55021], [55023], [55027], [55028], [55034], [55036], [55037], [55038], [55039], [55049], [55050], [55060], [55062].

Props jrf, aristath, poena, justinahinon, SergeyBiryukov.
See #56788.

git-svn-id: https://develop.svn.wordpress.org/trunk@55064 602fd350-edb4-49c9-b593-d223f7449a82
2023-01-13 14:36:11 +00:00
..
balanceTags.php Docs: Update a link to the Custom Elements spec in unsupported_valid_tag_names() unit test docblock. 2022-10-31 13:22:22 +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 Code Modernization: Replace deprecated string interpolation patterns. 2022-09-12 17:50:36 +00:00
date.php Tests: Add tests with deprecated timezone strings. 2022-09-19 23:51:20 +00:00
emoji.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
ent2ncr.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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 Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
escXml.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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
getBloginfo.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
getUrlInContent.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
humanTimeDiff.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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 Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
makeClickable.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
mapDeep.php Tests: Replace some occurrences of assertEquals() with assertSame(). 2022-10-07 01:02:07 +00:00
normalizeWhitespace.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
redirect.php Tests: Put @covers tags before @params in Ajax and Formatting groups. 2022-06-24 14:18:20 +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 Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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
sanitizeMimeType.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
sanitizeOrderby.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/formatting/sanitizeTextField.php. 2023-01-13 13:57:18 +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 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/formatting/sanitizeTrackbackUrls.php. 2023-01-13 14:36:11 +00:00
sanitizeUser.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
seemsUtf8.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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 Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
urlShorten.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
utf8UriEncode.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpAutop.php Tests: Remove @uses tags from the test suite. 2022-07-08 00:11:15 +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 Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpParseStr.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
wpRelNofollow.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpRelUgc.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpReplaceInHtmlTags.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpRicheditPre.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpSlash.php Coding Standards: Always use parentheses when instantiating an object. 2022-11-29 15:49:49 +00:00
wpSpecialchars.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpStripAllTags.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +00:00
wpTargetedLinkRel.php Tests: Correctly use the factory method. 2022-09-06 22:03:10 +00:00
wpTexturize.php Tests: Move some @covers tags in the formatting group to the class DocBlock. 2022-10-31 13:54:00 +00:00
wpTrimExcerpt.php Build/Test Tools, Formatting group: 2022-06-23 20:27:34 +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