Removed duplicate class registration
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 2 Apr 2013 15:26:44 +0000 (17:26 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 2 Apr 2013 15:26:44 +0000 (17:26 +0200)
Change-Id: Ic22a190c5d44e37e99067decfe8bec74422efcb1

tests/TestsAutoLoader.php

index 264ba69..4341891 100644 (file)
@@ -48,9 +48,6 @@ $wgAutoloadClasses += array(
        //db
        'ORMTableTest' => "$testDir/phpunit/includes/db/ORMTableTest.php",
 
-       //Selenium
-       'SeleniumTestConstants' => "$testDir/selenium/SeleniumTestConstants.php",
-
        # tests/phpunit/includes/api
        'ApiFormatTestBase' => "$testDir/phpunit/includes/api/format/ApiFormatTestBase.php",
        'ApiTestCase' => "$testDir/phpunit/includes/api/ApiTestCase.php",