Wordpress/tests/phpunit/tests/functions
Gary Pendergast 33a0ff50b7 File Editor: Add support for more than one sub-directory level.
The theme and plugin editors now list all files in the selected theme or plugin, recursing through subdirectories as necessary.

Props WraithKenny, schlessera, chsxf, MikeHansenMe, Daedalon, valendesigns, westonruter, pento.
Fixes #6531.



git-svn-id: https://develop.svn.wordpress.org/trunk@41806 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-10 05:33:57 +00:00
..
allowedProtocols.php Tests: Fix typo in Tests_Functions_AllowedProtocols::data_example_urls(). 2017-07-24 10:02:52 +00:00
canonical-charset.php Charset: Allow _canonical_charset() to handle mixed-case strings. 2016-10-17 23:53:20 +00:00
deprecated.php Build/Test Tools: Remove more unnecessary test skipping when erroneous situations occur. 2017-04-23 22:11:52 +00:00
getArchives.php Unit Tests: 2016-08-27 08:35:16 +00:00
getWeekstartend.php
listFiles.php File Editor: Add support for more than one sub-directory level. 2017-10-10 05:33:57 +00:00
listFilter.php
maybeDeclineDate.php I18N: Add tests for wp_maybe_decline_date(). 2016-07-05 16:09:01 +00:00
numberFormatI18n.php
pluginBasename.php Plugins: In plugin_basename() sort plugin paths before resolving symlinks. 2016-07-06 09:44:58 +00:00
referer.php
removeQueryArg.php
sizeFormat.php
wpAuthCheck.php Login and Registration: Add unit tests for wp_auth_check(). 2017-10-03 16:01:16 +00:00
wpListUtil.php General: Introduce a wp_list_sort() helper function, v2. 2016-10-25 21:25:25 +00:00
WpValidateBoolean.php