wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Thiemo Mättig 00c3f09566 Remove empty lines from PHP and JavaScript comment blocks
This is a pure documentation change. It mostly removes empty lines from
comments (and entirely empty comments), as well as adds a few missing
documentation blocks and fixes a minor mistake. I hope it's ok to have
this in one patch. I can split it, please tell me.

Change-Id: I9668338602ac77b903ab6b02ff56bd52743c37c4
2016-12-09 09:01:06 +00:00
..
GlobalTest.php Use more short array syntax in comments (/tests/) 2016-07-10 17:23:29 +02:00
GlobalWithDBTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
README
wfAppendQueryTest.php Support hash fragments in wfAppendQuery() 2016-05-02 19:18:24 -07: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 Use HTTPS instead of HTTP for ietf.org URLs 2016-09-28 18:05:53 +02: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
wfShorthandToIntegerTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfThumbIsStandardTest.php Override MediaHandlers in tests using MediaWikiServices 2016-08-03 16:47:46 -07:00
wfTimestampTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfUrlencodeTest.php Remove empty lines from PHP and JavaScript comment blocks 2016-12-09 09:01:06 +00:00

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