wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
umherirrender 2b021dc48a Fixed spacing
- Added/removed spaces around parenthesis
- Added space after switch/if/foreach
- changed else if to elseif

Change-Id: I99cda543e0e077320091addd75c188cb6e3a42c2
2014-07-19 23:12:10 +02:00
..
GlobalTest.php GlobalFunctions: Deprecate swap() 2014-06-18 02:31:03 +00:00
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 Pass phpcs-strict on tests/phpunit/GlobalFunctions/ 2014-04-24 11:47:06 +02:00
wfBaseNameTest.php Pass phpcs-strict on tests/phpunit/GlobalFunctions/ 2014-04-24 11:47:06 +02:00
wfBCP47Test.php @covers for all GlobalFunc tests 2013-10-24 10:00:55 +00:00
wfExpandUrlTest.php Pass phpcs-strict on tests/phpunit/GlobalFunctions/ 2014-04-24 11:47:06 +02:00
wfGetCallerTest.php Pass phpcs-strict on tests/phpunit/GlobalFunctions/ 2014-04-24 11:47:06 +02:00
wfParseUrlTest.php test: Remove MagicVariableTest#testServernameFromDifferentProtocols 2014-06-25 12:08:48 +02: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 Fixed spacing 2014-07-19 23:12:10 +02:00
wfUrlencodeTest.php Pass phpcs-strict on tests/phpunit/GlobalFunctions/ 2014-04-24 11:47:06 +02:00

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