Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -603,7 +603,7 @@ |
604 | 604 | 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', |
605 | 605 | 'recentchanges', 'watchlist', 'math', 'interwiki', |
606 | 606 | 'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo', |
607 | | - 'archive', 'user_groups', 'page_props', 'category' |
| 607 | + 'archive', 'user_groups', 'page_props', 'category', 'valid_tag', |
608 | 608 | ); |
609 | 609 | |
610 | 610 | if ( $wgDBtype === 'mysql' ) |