wordpress-develop/tests/phpunit/tests/formatting
Gary Pendergast c6c78490e2 Coding Standards: Fix the remaining issues in /tests.
All PHP files in `/tests` now conform to the PHP coding standards, or have exceptions appropriately marked.

Travis now also runs `phpcs` on the `/tests` directory, any future changes to these files must conform entirely to the WordPress PHP coding standards. 🎉

See #47632.



git-svn-id: https://develop.svn.wordpress.org/trunk@45607 602fd350-edb4-49c9-b593-d223f7449a82
2019-07-08 00:55:20 +00:00
..
Autop.php Formatting: Revert the changes to wpautop() in [45585,45587]. 2019-07-02 11:21:53 +00:00
balanceTags.php Code is Poetry. 2017-11-30 23:09:33 +00:00
BlogInfo.php I18N: Introduce unit tests for the Japanese language in order to facilitate future improvements. 2018-06-16 12:44:46 +00:00
CapitalPDangit.php Formatting: Fix capital_P_dangit() not capital P-ing, dangit. 2018-01-08 10:35:13 +00:00
CleanPre.php Code is Poetry. 2017-11-30 23:09:33 +00:00
ConvertInvalidEntries.php Code is Poetry. 2017-11-30 23:09:33 +00:00
date.php Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests. 2019-07-02 04:43:01 +00:00
Emoji.php Emoji: Update Twemoji to version 12.0.0. 2019-04-08 05:21:49 +00:00
ent2ncr.php Code is Poetry. 2017-11-30 23:09:33 +00:00
EscAttr.php Code is Poetry. 2017-11-30 23:09:33 +00:00
EscHtml.php Code is Poetry. 2017-11-30 23:09:33 +00:00
EscTextarea.php Code is Poetry. 2017-11-30 23:09:33 +00:00
EscUrl.php Formatting: Trim leading whitespace in esc_url(). 2019-07-01 03:28:21 +00:00
ExcerptRemoveBlocks.php Fix parsing of inner blocks when auto-generating an excerpt. Helps to prevent cases where dynamic inner blocks may cause an infinite loop if trying to auto-generate an excerpt. 2019-04-24 21:38:21 +00:00
GetUrlInContent.php Code is Poetry. 2017-11-30 23:09:33 +00:00
HtmlExcerpt.php Code is Poetry. 2017-11-30 23:09:33 +00:00
HumanTimeDiff.php Formatting: Add support for seconds to human_time_diff(). 2019-06-28 06:43:27 +00:00
IsEmail.php Code is Poetry. 2017-11-30 23:09:33 +00:00
isoDescrambler.php Code is Poetry. 2017-11-30 23:09:33 +00:00
JSEscape.php Code is Poetry. 2017-11-30 23:09:33 +00:00
LikeEscape.php Code is Poetry. 2017-11-30 23:09:33 +00:00
LinksAddTarget.php Code is Poetry. 2017-11-30 23:09:33 +00:00
MakeClickable.php Code is Poetry. 2017-11-30 23:09:33 +00:00
MapDeep.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
NormalizeWhitespace.php Code is Poetry. 2017-11-30 23:09:33 +00:00
redirect.php Tests: Add missing parent::tearDown(). 2019-01-14 21:33:56 +00:00
RemoveAccents.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SanitizeFileName.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SanitizeMimeType.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SanitizeOrderby.php Clean up some edge cases in sanitize_sql_orderby(). 2015-04-20 05:41:37 +00:00
SanitizePost.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SanitizeTextField.php Coding Standards: Fix the Squiz.PHP.DisallowMultipleAssignments violations in tests. 2019-07-02 04:43:01 +00:00
SanitizeTitle.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SanitizeTitleWithDashes.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SanitizeTrackbackUrls.php Move PHPUnit tests into a tests/phpunit directory. 2013-08-29 18:39:34 +00:00
SanitizeUser.php Code is Poetry. 2017-11-30 23:09:33 +00:00
SeemsUtf8.php Repair the seems_utf8() tests that use Big5 encoding. 2014-11-22 20:56:23 +00:00
Slashit.php Code is Poetry. 2017-11-30 23:09:33 +00:00
Smilies.php Formatting: Don't convert smilies in ignored tags that have attributes. 2019-06-27 02:04:17 +00:00
StripSlashesDeep.php Code is Poetry. 2017-11-30 23:09:33 +00:00
UrlencodeDeep.php Code is Poetry. 2017-11-30 23:09:33 +00:00
UrlEncodedToEntities.php Code is Poetry. 2017-11-30 23:09:33 +00:00
URLShorten.php Code is Poetry. 2017-11-30 23:09:33 +00:00
Utf8UriEncode.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WPBasename.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WpHtmlEditPre.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WpHtmlSplit.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WPMakeLinkRelative.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WPRelNoFollow.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WpReplaceInHtmlTags.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WpRichEditPre.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WPSpecialchars.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
WPStripAllTags.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WPTargetedLinkRel.php Docs: Remove full stop from ticket number. 2019-05-25 12:08:11 +00:00
WPTexturize.php Coding Standards: Fix the remaining issues in /tests. 2019-07-08 00:55:20 +00:00
WpTrimExcerpt.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WPTrimWords.php I18N: Allow the length of automatically generated excerpts to be localized. 2019-06-08 18:41:08 +00:00
Zeroise.php Code is Poetry. 2017-11-30 23:09:33 +00:00