Add valid_tag to list of tables for parsertests. Mine seemed to need it
[lhc/web/wiklou.git] / maintenance / parserTests.inc
index be26617..8c02cc5 100644 (file)
@@ -603,7 +603,7 @@ class ParserTest {
                        'site_stats', 'hitcounter',     'ipblocks', 'image', 'oldimage',
                        'recentchanges', 'watchlist', 'math', 'interwiki',
                        'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo',
-                       'archive', 'user_groups', 'page_props', 'category'
+                       'archive', 'user_groups', 'page_props', 'category', 'valid_tag',
                );
 
                if ( $wgDBtype === 'mysql' )