From: umherirrender Date: Fri, 27 Dec 2013 11:50:27 +0000 (+0100) Subject: Fixed typo in comment in MediaWikiTestCase X-Git-Tag: 1.31.0-rc.0~17503 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=8138ad179d8e55b6f9557fe7d8ac327268017ca8;p=lhc%2Fweb%2Fwiklou.git Fixed typo in comment in MediaWikiTestCase Change-Id: I72214f134e0e94195cb56271c5fcb6997245fac6 --- 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();