wiki.techinc.nl/tests/phpunit/includes/GlobalFunctions
Petr Pchelko 66e58d1ea7 wfParseUrl: rely on parse_url for proto-relative urls
On July 12 2011 in df2306b97 Roan added this workaround
for parse_url lacking support for protocol-relative URLs.

In 2012 PHP 5.4.7 came out, that added support for
protocol-relative URLs to parse_url, see [1].

It's 2021, and after a decade of honorably serving our
community, this workaround can be now be retired.

It's not a simple deletion since we have custom 'delimiter'
bit that wfParseUrl returns, and we need to keep supporting
that.

[1] https://bugs.php.net/bug.php?id=62844
Change-Id: If9b3bb2a51afa7af1ba8e674eadaa8db4f6f33f9
2021-10-18 20:30:29 -07:00
..
GlobalTest.php Remove global function mimeTypeMatch() 2021-09-19 19:03:46 +00:00
README
WfExpandUrlTest.php GlobalFunctions: Test clean up for wfExpandUrl() 2021-09-25 20:06:57 +00:00
wfParseUrlTest.php wfParseUrl: rely on parse_url for proto-relative urls 2021-10-18 20:30:29 -07:00
wfShellExecTest.php
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.