Merge "Add non DBMS depending SQL tests for DatabaseBase"
[lhc/web/wiklou.git] / tests / TestsAutoLoader.php
index 4341891..83c2fcb 100644 (file)
@@ -47,6 +47,7 @@ $wgAutoloadClasses += array(
 
        //db
        'ORMTableTest' => "$testDir/phpunit/includes/db/ORMTableTest.php",
+       'DatabaseTestHelper' => "$testDir/phpunit/includes/db/DatabaseTestHelper.php",
 
        # tests/phpunit/includes/api
        'ApiFormatTestBase' => "$testDir/phpunit/includes/api/format/ApiFormatTestBase.php",