Merge "assertValidHtml for checking html in test cases."
[lhc/web/wiklou.git] / tests / phpunit / MediaWikiTestCase.php
index 1210845..95b5047 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();