wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Legoktm 4e35134f7a Revert "Separate MediaWiki unit and integration tests"
This reverts commit 0a2b996278.

Reason for revert: Broke postgres tests.

Change-Id: I27d8e0c807ad5f0748b9611a4f3df84cc213fbe1
2019-06-13 23:00:08 +00:00
..
GlobalTest.php tests: Remove use of wfRandomString() for test fixtures 2019-05-06 17:22:03 +00:00
GlobalWithDBTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
README
wfAppendQueryTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfArrayPlus2dTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfAssembleUrlTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfBaseNameTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfEscapeShellArgTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
WfExpandUrlTest.php GlobalFunctions: Enable patch-coverage for wfExpandUrl test 2018-07-25 18:25:27 +01:00
wfGetCallerTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfParseUrlTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
wfRemoveDotSegmentsTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfShellExecTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfShorthandToIntegerTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfStringToBoolTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfThumbIsStandardTest.php Remove test code that depends on extension 2017-08-13 12:04:37 -04:00
wfTimestampTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00
wfUrlencodeTest.php Revert "Separate MediaWiki unit and integration tests" 2019-06-13 23:00:08 +00:00

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