wordpress-develop/tests/phpunit/tests/functions
Sergey Biryukov 2aecc8f3e6 Tests: Add a basic test for wp() function.
Props pbearne, donmhico.
Fixes #48844.

git-svn-id: https://develop.svn.wordpress.org/trunk@47212 602fd350-edb4-49c9-b593-d223f7449a82
2020-02-08 05:29:54 +00:00
..
allowedProtocols.php Docs: Improve inline comments per the documentation standards. 2020-01-29 00:43:23 +00:00
anonymization.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
canonical-charset.php Code is Poetry. 2017-11-30 23:09:33 +00:00
deprecated.php Tests: Change a few remaining include_once statements to require_once, for consistency. 2020-02-06 21:40:05 +00:00
doEnclose.php Docs: Fix some incorrect return tags in docblocks. 2019-11-03 22:21:20 +00:00
getArchives.php Build/Test Tools: Ignore EOL differences in tests using multiline string assertions. 2019-10-29 14:26:41 +00:00
getStatusHeaderDesc.php Coding Standards: Fix WPCS issue in [46107]. 2019-09-14 15:18:10 +00:00
getWeekstartend.php Add tests for get_weekstartend(). 2016-05-26 15:47:52 +00:00
isNewDay.php Date/Time: Use strict comparison in is_new_day(), add a unit test. 2019-05-22 17:52:22 +00:00
isSerializedString.php Tests: Add missing test cases for is_serialized_string(). 2019-01-08 19:04:51 +00:00
listFiles.php File Editor: Add support for more than one sub-directory level. 2017-10-10 05:33:57 +00:00
listFilter.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
numberFormatI18n.php Tests: Add unit tests for number_format_i18n(). 2016-03-01 21:19:20 +00:00
pluginBasename.php Code is Poetry. 2017-11-30 23:09:33 +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 Code is Poetry. 2017-11-30 23:09:33 +00:00
underscoreReturn.php Tests: Add tests for the __return*() functions. 2019-01-21 00:32:33 +00:00
wp.php Tests: Add a basic test for wp() function. 2020-02-08 05:29:54 +00:00
wpArraySliceAssoc.php Remove the svn:executable property from files that don't need it. 2019-10-25 15:34:43 +00:00
wpAuthCheck.php Tests: Add a basic test for wp() function. 2020-02-08 05:29:54 +00:00
wpGetMimeTypes.php Media: Add a unit test for wp_get_mime_types(). 2019-07-16 21:51:45 +00:00
wpListUtil.php Code is Poetry. 2017-11-30 23:09:33 +00:00
wpRemoteFopen.php Tests: Add a basic test for wp() function. 2020-02-08 05:29:54 +00:00
wpValidateBoolean.php Tests: Rename wpValidateBoolean.php for consistency with other files. 2020-01-31 00:14:07 +00:00