X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2FGlobalFunctions%2FwfUrlencodeTest.php;h=09c1040b2f1d390cff688c54901f3cbd2b999f42;hb=299b7b412731f60866885c0532558c349ba3da76;hp=cbe2e2f533505e02db71f67b579f3539a9cb618c;hpb=b6db0c81433dd9cffffc77eae5ce83d29ebbf8a2;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php b/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php index cbe2e2f533..09c1040b2f 100644 --- a/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php +++ b/tests/phpunit/includes/GlobalFunctions/wfUrlencodeTest.php @@ -28,7 +28,6 @@ class WfUrlencodeTest extends MediaWikiTestCase { /** * Internal helper that actually run the test. * Called by the public methods testEncodingUrlWith...() - * */ private function verifyEncodingFor( $server, $input, $expectations ) { $expected = $this->extractExpect( $server, $expectations );