wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Brad Jorsch 252ae6268b (bug 43762) Mark slow unit test as @group medium
All tests based on APITestCase can be slow. I've also seen more than one
Jenkins failure due to GlobalTest::testMerge timing out.

Also, added a meta-test on APITestCase to make sure that all its
subclasses are marked with @group medium or @group large, to prevent new
tests from re-causing the bug.

Change-Id: I48630736a3d06574876fd1fa3d90899cfbc48012
2013-01-18 14:07:49 -05:00
..
GlobalTest.php (bug 43762) Mark slow unit test as @group medium 2013-01-18 14:07:49 -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 Big oops - merged to wrong branch. 2012-06-05 22:58:54 +00: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.