wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Aryeh Gregor 472a914c63 Refactor URL-parsing global functions to class
The new class, UrlUtils, is usable standalone or as a service. Using it
as a service will just automatically load a few settings from site
configuration.

In addition to just making our code cleaner, this will enable making
some of Setup.php's dynamic configuration more sane.

Test coverage is all lines except invalid URLs -- I couldn't find any.

Bug: T305093
Change-Id: I706ef8a50aafb518e13222719575d274c3583b90
2022-04-12 15:14:35 +03:00
..
GlobalTest.php Refactor URL-parsing global functions to class 2022-04-12 15:14:35 +03:00
README
WfExpandUrlTest.php Refactor URL-parsing global functions to class 2022-04-12 15:14:35 +03:00
wfParseUrlTest.php Refactor URL-parsing global functions to class 2022-04-12 15:14:35 +03:00
wfShellExecTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
wfThumbIsStandardTest.php phpunit: use ->getServiceContainer() in integration tests 2022-01-27 22:04:16 +01:00

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