parserTest need to clone user_former_groups table
authorAntoine Musso <hashar@users.mediawiki.org>
Thu, 5 Jan 2012 11:03:53 +0000 (11:03 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Thu, 5 Jan 2012 11:03:53 +0000 (11:03 +0000)
Not sure why it is suddenly needed.

tests/parser/parserTest.inc

index be6ee0e..7b82b22 100644 (file)
@@ -732,7 +732,7 @@ class ParserTest {
         * Some of these probably aren't necessary.
         */
        private function listTables() {
-               $tables = array( 'user', 'user_properties', 'page', 'page_restrictions',
+               $tables = array( 'user', 'user_properties', 'user_former_groups', 'page', 'page_restrictions',
                        'protected_titles', 'revision', 'text', 'pagelinks', 'imagelinks',
                        'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'iwlinks',
                        'site_stats', 'hitcounter',     'ipblocks', 'image', 'oldimage',