From 962770f14a9bde21649465e3ec03ed7e94ecc854 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Wed, 25 Jul 2018 18:24:48 +0100 Subject: [PATCH] GlobalFunctions: Enable patch-coverage for wfExpandUrl test Change-Id: I3b4594dab0aba659cc47233f7be3da751066b7de --- .../GlobalFunctions/{wfExpandUrlTest.php => WfExpandUrlTest.php} | 1 + 1 file changed, 1 insertion(+) rename tests/phpunit/includes/GlobalFunctions/{wfExpandUrlTest.php => WfExpandUrlTest.php} (99%) diff --git a/tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php b/tests/phpunit/includes/GlobalFunctions/WfExpandUrlTest.php similarity index 99% rename from tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php rename to tests/phpunit/includes/GlobalFunctions/WfExpandUrlTest.php index 159e4ad9a4..f00883001b 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfExpandUrlTest.php +++ b/tests/phpunit/includes/GlobalFunctions/WfExpandUrlTest.php @@ -11,6 +11,7 @@ class WfExpandUrlTest extends MediaWikiTestCase { $server, $canServer, $httpsMode, $httpsPort, $message ) { // Fake $wgServer, $wgCanonicalServer and $wgRequest->getProtocol() + // fake edit to fake globals $this->setMwGlobals( [ 'wgServer' => $server, 'wgCanonicalServer' => $canServer, -- 2.20.1