wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Matthias Mullie d6bc1b2589 Remove test code that depends on extension
And allow extensions to add their own media handlers.

I'm not too happy with the introduction of another global,
but didn't like the alternatives either:
* Add some hook to MockMediaHandlerFactory that would allow
  extensions to add their own stuff in.
* Use another hook (like ParserTestTables or ParserTestGlobals)
  and then override the service with a new instance - seemed
  too hacky
The good thing about this is that it lets us kill off a class.
I'm other to other suggestions in case I missed something.

Bug: T169258
Depends-On: I5875621c58597426ad5242bf3d07714555c439b5
Change-Id: I1c2e903fb235395a8de8e0f7bf65ce07739d2930
2017-08-13 12:04:37 -04:00
..
GlobalTest.php Remove empty lines at begin of function, if, foreach, switch 2017-07-01 11:34:16 +00:00
GlobalWithDBTest.php
README
wfAppendQueryTest.php
wfArrayFilterTest.php build: Prepare for mediawiki/mediawiki-codesniffer to 0.9.0 2017-06-26 17:14:31 +00:00
wfArrayPlus2dTest.php
wfAssembleUrlTest.php
wfBaseNameTest.php
wfBCP47Test.php
wfEscapeShellArgTest.php
wfExpandUrlTest.php
wfGetCallerTest.php
wfParseUrlTest.php
wfRemoveDotSegmentsTest.php
wfShellExecTest.php
wfShorthandToIntegerTest.php
wfThumbIsStandardTest.php Remove test code that depends on extension 2017-08-13 12:04:37 -04:00
wfTimestampTest.php
wfUrlencodeTest.php

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