From 02071ecb18605660674d0ea2133d6444769a9e00 Mon Sep 17 00:00:00 2001 From: aude Date: Sat, 16 Nov 2013 16:01:24 +0100 Subject: [PATCH] Fix covers tag in GlobalTest Change-Id: Ia9e6f539e9b70e82c3fc0b352585650aa3ec5d7a --- tests/phpunit/includes/GlobalFunctions/GlobalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php index 6154df1d5e..868090e919 100644 --- a/tests/phpunit/includes/GlobalFunctions/GlobalTest.php +++ b/tests/phpunit/includes/GlobalFunctions/GlobalTest.php @@ -143,7 +143,7 @@ class GlobalTest extends MediaWikiTestCase { /** - * @covers ::testWfArrayDiff2 + * @covers ::wfArrayToCgi */ public function testArrayToCGI2() { $this->assertEquals( -- 2.20.1