From 32b2cb41bab1e37945b0791f928e978a116c94d7 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Tue, 2 Apr 2013 17:26:44 +0200 Subject: [PATCH] Removed duplicate class registration Change-Id: Ic22a190c5d44e37e99067decfe8bec74422efcb1 --- tests/TestsAutoLoader.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/TestsAutoLoader.php b/tests/TestsAutoLoader.php index 264ba695c6..4341891235 100644 --- a/tests/TestsAutoLoader.php +++ b/tests/TestsAutoLoader.php @@ -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", -- 2.20.1