Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php |
— | — | @@ -164,12 +164,7 @@ |
165 | 165 | # Update certain things in site_stats |
166 | 166 | $this->db->insert( 'site_stats', |
167 | 167 | array( 'ss_row_id' => 1, 'ss_images' => 2, 'ss_good_articles' => 1 ), |
168 | | - __METHOD__, |
169 | | - /** |
170 | | - * @todo Fixme! Same as above! |
171 | | - */ |
172 | | - array( 'IGNORE' ) |
173 | | - ); |
| 168 | + __METHOD__ ); |
174 | 169 | |
175 | 170 | # Reinitialise the LocalisationCache to match the database state |
176 | 171 | Language::getLocalisationCache()->unloadAll(); |