From 8138ad179d8e55b6f9557fe7d8ac327268017ca8 Mon Sep 17 00:00:00 2001 From: umherirrender Date: Fri, 27 Dec 2013 12:50:27 +0100 Subject: [PATCH] Fixed typo in comment in MediaWikiTestCase Change-Id: I72214f134e0e94195cb56271c5fcb6997245fac6 --- tests/phpunit/MediaWikiTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/MediaWikiTestCase.php b/tests/phpunit/MediaWikiTestCase.php index 7a7ec8f0c1..9ebca3f4f9 100644 --- a/tests/phpunit/MediaWikiTestCase.php +++ b/tests/phpunit/MediaWikiTestCase.php @@ -53,7 +53,7 @@ abstract class MediaWikiTestCase extends PHPUnit_Framework_TestCase { /** * Holds original values of MediaWiki configuration settings * to be restored in tearDown(). - * See also setMwGlobal(). + * See also setMwGlobals(). * @var array */ private $mwGlobals = array(); -- 2.20.1