From: Chad Horohoe Date: Tue, 16 Aug 2011 19:25:26 +0000 (+0000) Subject: Followup r94678: remove some include and autoload entries. tests still passing X-Git-Tag: 1.31.0-rc.0~28225 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=1015bf59866597583b2076aceab6e7e298294dfb;p=lhc%2Fweb%2Fwiklou.git Followup r94678: remove some include and autoload entries. tests still passing --- diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index cccf7bf25b..41bddfcd85 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -21,9 +21,6 @@ $wgAutoloadClasses += array( 'RandomImageGenerator' => "$testFolder/phpunit/includes/api/RandomImageGenerator.php", 'UserWrapper' => "$testFolder/phpunit/includes/api/ApiTestCase.php", - //Parser - 'ParserTestFileIterator' => "$testFolder/phpunit/includes/parser/NewParserHelpers.php", - //Selenium 'SeleniumTestConstants' => "$testFolder/selenium/SeleniumTestConstants.php", diff --git a/tests/phpunit/includes/parser/MediaWikiParserTest.php b/tests/phpunit/includes/parser/MediaWikiParserTest.php index 18510d9a60..eace84bfef 100644 --- a/tests/phpunit/includes/parser/MediaWikiParserTest.php +++ b/tests/phpunit/includes/parser/MediaWikiParserTest.php @@ -1,6 +1,4 @@