wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Chad Horohoe 296e57f634 Deprecate in_string()
It's a silly wrapper for something you can do in one line
of PHP anyway.

Change-Id: Ib85e4aaa20e62fe5f218b38cf0759c9c799c3381
2013-02-06 14:38:57 -05:00
..
GlobalTest.php Deprecate in_string() 2013-02-06 14:38:57 -05:00
GlobalWithDBTest.php FU r100915: split out GlobalWithDBTest (tests which need the DB) 2011-10-27 20:54:27 +00:00
README
wfAssembleUrlTest.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00
wfBaseConvertTest.php Cleaned up and optimized wfBaseConvert(); 2012-12-27 00:17:18 -05:00
wfBaseNameTest.php Break wfBCP47, wfBaseName and wfTimestamp tests 2012-01-09 16:30:32 +00:00
wfBCP47Test.php Fix indentation whitespace errors 2012-10-26 17:42:13 +02:00
wfExpandUrlTest.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00
wfGetCallerTest.php pass codesniffer on tests/ 2013-01-28 12:14:26 +01:00
wfRemoveDotSegmentsTest.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00
wfShorthandToIntegerTest.php Move tests that have likely never been executed. Now they will be executed. 2011-11-09 23:11:52 +00:00
wfTimestampTest.php Break wfBCP47, wfBaseName and wfTimestamp tests 2012-01-09 16:30:32 +00:00
wfUrlencodeTest.php Clean and repair many phpunit tests (+ fix implied configuration) 2012-10-09 03:01:51 +02:00

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