wordpress-develop/tests/phpunit/tests/functions
Sergey Biryukov 80fae63d57 Tests: Ignore EOL differences in some tests using multiline string assertions.
Unix vs. Windows EOL style mismatches can cause misleading failures in tests using the heredoc syntax (`<<<`) or multiline strings as the expected result.

Follow-up to [46612], [48443].

See #31432.

git-svn-id: https://develop.svn.wordpress.org/trunk@48466 602fd350-edb4-49c9-b593-d223f7449a82
2020-07-14 01:40:33 +00:00
..
addMagicQuotes.php Bootstrap/Load: Make sure add_magic_quotes() does not inappropriately recast non-string data types to string. 2020-06-28 21:02:18 +00:00
allowedProtocols.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
anonymization.php Docs: Remove unnecessary variables names from @return tags. 2020-06-19 22:53:54 +00:00
canonicalCharset.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
cleanupHeaderComment.php Tests: Ignore EOL differences in some tests using multiline string assertions. 2020-07-14 01:40:33 +00:00
deprecated.php Docs: Remove @return void from some tests, per the documentation standards. 2020-06-30 00:41:57 +00:00
doEnclose.php Docs: Fix some incorrect return tags in docblocks. 2019-11-03 22:21:20 +00:00
getStatusHeaderDesc.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
getWeekstartend.php Add tests for get_weekstartend(). 2016-05-26 15:47:52 +00:00
isNewDay.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
isSerializedString.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
listFiles.php File Editor: Add support for more than one sub-directory level. 2017-10-10 05:33:57 +00:00
numberFormatI18n.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
pluginBasename.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
referer.php Code is Poetry. 2017-11-30 23:09:33 +00:00
removeQueryArg.php Code is Poetry. 2017-11-30 23:09:33 +00:00
sizeFormat.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
underscoreReturn.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wp.php Tests: Add a basic test for wp() function. 2020-02-08 05:29:54 +00:00
wpArraySliceAssoc.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpAuthCheck.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpGetArchives.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpGetMimeTypes.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpListFilter.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpListUtil.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpRemoteFopen.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00
wpValidateBoolean.php Coding Standards: Rename some files and classes in phpunit/tests/functions/ per the naming conventions. 2020-05-10 12:07:49 +00:00