Fixed typo in comment in MediaWikiTestCase
authorumherirrender <umherirrender_de.wp@web.de>
Fri, 27 Dec 2013 11:50:27 +0000 (12:50 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Fri, 27 Dec 2013 11:50:27 +0000 (12:50 +0100)
Change-Id: I72214f134e0e94195cb56271c5fcb6997245fac6

tests/phpunit/MediaWikiTestCase.php

index 7a7ec8f..9ebca3f 100644 (file)
@@ -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();