From: umherirrender Date: Thu, 2 May 2013 19:07:18 +0000 (+0200) Subject: Exclude external_user table in DatabaseSqliteTest X-Git-Tag: 1.31.0-rc.0~19732^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=da0bf68e4c522567659f0d8e7140958e7b1bf509;p=lhc%2Fweb%2Fwiklou.git Exclude external_user table in DatabaseSqliteTest Follow up I794338dbb75961ee033d41fa44bb7aa22e54f447 Change-Id: Ie83cb113be3911431ba36ef18286d6892364b0ca --- diff --git a/tests/phpunit/includes/db/DatabaseSqliteTest.php b/tests/phpunit/includes/db/DatabaseSqliteTest.php index 815edd2ff5..b272d73e23 100644 --- a/tests/phpunit/includes/db/DatabaseSqliteTest.php +++ b/tests/phpunit/includes/db/DatabaseSqliteTest.php @@ -335,6 +335,7 @@ class DatabaseSqliteTest extends MediaWikiTestCase { private function getTables( $db ) { $list = array_flip( $db->listTables() ); $excluded = array( + 'external_user', // removed from core in 1.22 'math', // moved out of core in 1.18 'trackbacks', // removed from core in 1.19 'searchindex',