wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
ptarjan 40f6571312 Use lower memory limits
HHVM is ~5x more memory efficient than php-src and it shouldn't make us
fail this test

Change-Id: I35a69766c42818c222d36e1cf2a7fabe63a4ece5
2013-11-23 02:53:55 +05:30
..
GlobalTest.php Use lower memory limits 2013-11-23 02:53:55 +05:30
GlobalWithDBTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
README
wfAssembleUrlTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfBaseConvertTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfBaseNameTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfBCP47Test.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfExpandUrlTest.php Introduce WebRequest::getProtocol() 2013-11-06 21:13:10 +04:00
wfGetCallerTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfParseUrlTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfRemoveDotSegmentsTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfShorthandToIntegerTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfTimestampTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfUrlencodeTest.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00

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