From 09cb2e1ca23fedfc16e268ee830f372cecda7ca0 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 5 Jan 2012 11:03:53 +0000 Subject: [PATCH] parserTest need to clone user_former_groups table Not sure why it is suddenly needed. --- tests/parser/parserTest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1