wordpress-develop/tests/phpunit/tests/functions
Gary Pendergast a75d153eee Coding Standards: Upgrade WPCS to 1.0.0
WPCS 1.0.0 includes a bunch of new auto-fixers, which drops the number of coding standards issues across WordPress significantly. Prior to running the auto-fixers, there were 15,312 issues detected. With this commit, we now drop to 4,769 issues.

This change includes three notable additions:
- Multiline function calls must now put each parameter on a new line.
- Auto-formatting files is now part of the `grunt precommit` script. 
- Auto-fixable coding standards issues will now cause Travis failures.

Fixes #44600.



git-svn-id: https://develop.svn.wordpress.org/trunk@43571 602fd350-edb4-49c9-b593-d223f7449a82
2018-08-17 01:50:26 +00:00
..
allowedProtocols.php Tests: Fix typo in Tests_Functions_AllowedProtocols::data_example_urls(). 2017-07-24 10:02:52 +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 Code is Poetry. 2017-11-30 23:09:33 +00:00
getArchives.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
getWeekstartend.php Add tests for get_weekstartend(). 2016-05-26 15:47:52 +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
maybeDeclineDate.php Code is Poetry. 2017-11-30 23:09:33 +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
wpAuthCheck.php Code is Poetry. 2017-11-30 23:09:33 +00:00
wpListUtil.php Code is Poetry. 2017-11-30 23:09:33 +00:00
WpValidateBoolean.php Ignore case when checking string 'false' in wp_validate_boolean(). 2014-11-03 15:54:42 +00:00