From: Antoine Musso Date: Thu, 5 Jan 2012 11:03:53 +0000 (+0000) Subject: parserTest need to clone user_former_groups table X-Git-Tag: 1.31.0-rc.0~25512 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=09cb2e1ca23fedfc16e268ee830f372cecda7ca0;p=lhc%2Fweb%2Fwiklou.git parserTest need to clone user_former_groups table Not sure why it is suddenly needed. --- diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index be6ee0ea7b..7b82b22afe 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -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',