wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Kevin Israel 052f1fcf30 Deprecate MWFunction::call and ::callArray
These functions existed to work around a bug (fixed in PHP 5.3) and
a missing feature (added in PHP 5.2) in older versions of PHP;
therefore, they are no longer necessary.

Change-Id: Ifebbe3d449fc57fd83f8350c28f467605c1a07b7
2013-07-19 18:48:51 -04:00
..
GlobalTest.php Deprecate MWFunction::call and ::callArray 2013-07-19 18:48:51 -04:00
GlobalWithDBTest.php Update code formatting 2013-04-26 14:21:20 +00:00
README Followup r91087, rename directory 2011-06-30 16:41:50 +00:00
wfAssembleUrlTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfBaseConvertTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfBaseNameTest.php Tests: Make phpunit providers "public static". 2013-03-22 03:12:37 +01:00
wfBCP47Test.php wfBCP47Test: Remove commented-out testcases 2013-07-01 20:46:47 +00:00
wfExpandUrlTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfGetCallerTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfParseUrlTest.php Add tests for wfParseUrl() 2013-02-22 01:05:15 +01:00
wfRemoveDotSegmentsTest.php phpcs: Naming of GlobalFunctions tests classes. 2013-02-22 01:01:41 +01:00
wfShorthandToIntegerTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfTimestampTest.php Update code formatting 2013-04-26 14:21:20 +00:00
wfUrlencodeTest.php phpcs: Naming of GlobalFunctions tests classes. 2013-02-22 01:01:41 +01:00

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