wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
daniel c1fce9dfd6 wfParseUrl: add regression test for T294559
As of PHP 7.2, parse_url does not correctly handle ports on protocol
relative URLs. Ensure that we properly compensate for this.

Bug: T294559
Change-Id: I52c661cbff5e6f28120b50111659255d712d6887
2021-10-29 10:57:14 +02:00
..
GlobalTest.php Fix PHP warning with some inputs to wfCgiToArray() 2021-10-21 20:49:34 +02:00
README
WfExpandUrlTest.php GlobalFunctions: Test clean up for wfExpandUrl() 2021-09-25 20:06:57 +00:00
wfParseUrlTest.php wfParseUrl: add regression test for T294559 2021-10-29 10:57:14 +02:00
wfShellExecTest.php MediaWikiTestCase to MediaWikiIntegrationTestCase 2020-06-30 17:02:22 +01:00
wfThumbIsStandardTest.php build: Updating dependencies 2021-07-22 03:36:05 +00:00

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