Index: trunk/phase3/tests/parser/parserTest.inc |
— | — | @@ -732,7 +732,7 @@ |
733 | 733 | * Some of these probably aren't necessary. |
734 | 734 | */ |
735 | 735 | private function listTables() { |
736 | | - $tables = array( 'user', 'user_properties', 'page', 'page_restrictions', |
| 736 | + $tables = array( 'user', 'user_properties', 'user_former_groups', 'page', 'page_restrictions', |
737 | 737 | 'protected_titles', 'revision', 'text', 'pagelinks', 'imagelinks', |
738 | 738 | 'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'iwlinks', |
739 | 739 | 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', |