Merge "Add non DBMS depending SQL tests for DatabaseBase"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 18 Apr 2013 08:42:02 +0000 (08:42 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 18 Apr 2013 08:42:02 +0000 (08:42 +0000)
1  2 
tests/TestsAutoLoader.php

@@@ -47,7 -47,11 +47,8 @@@ $wgAutoloadClasses += array
  
        //db
        'ORMTableTest' => "$testDir/phpunit/includes/db/ORMTableTest.php",
+       'DatabaseTestHelper' => "$testDir/phpunit/includes/db/DatabaseTestHelper.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",