Removed call to ParserTest::setUp() which was unnecessary. Also, the called function...
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 13 Jan 2012 23:39:48 +0000 (23:39 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 13 Jan 2012 23:39:48 +0000 (23:39 +0000)
tests/phpunit/includes/ParserOptionsTest.php

index 58c8914..9c50cc4 100644 (file)
@@ -6,7 +6,6 @@ class ParserOptionsTest extends MediaWikiTestCase {
        private $pcache;
 
        function setUp() {
-               ParserTest::setUp(); //reuse setup from parser tests
                global $wgContLang, $wgUser, $wgLanguageCode;
                $wgContLang = Language::factory( $wgLanguageCode );
                $this->popts = new ParserOptions( $wgUser );