wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Kunal Mehta 6e9b4f0e9c Convert all array() syntax to []
Per wikitech-l consensus:
 https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html

Notes:
* Disabled CallTimePassByReference due to false positives (T127163)

Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
2016-02-17 01:33:00 -08:00
..
GlobalTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
GlobalWithDBTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
README
wfAppendQueryTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfArrayPlus2dTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfAssembleUrlTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfBaseNameTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfBCP47Test.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfEscapeShellArgTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfExpandUrlTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfGetCallerTest.php Use the frame 'type' in wfFormatStackFrame, like MWExceptionHandler::prettyPrintTrace 2015-10-14 16:40:02 +01:00
wfParseUrlTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfRemoveDotSegmentsTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfShellExecTest.php Fix race condition in wfShellExec() 2014-07-21 23:21:23 -07:00
wfShorthandToIntegerTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfThumbIsStandardTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfTimestampTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfUrlencodeTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00

This directory hold tests for includes/GlobalFunctions.php file
which is a pile of functions.