Index: trunk/phase3/tests/phpunit/includes/ArticleTablesTest.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | $status = $article->doEdit( '{{:{{int:history}}}}', 'Test code for bug 14404', 0 ); |
21 | 21 | $templates1 = $article->getUsedTemplates(); |
22 | 22 | |
23 | | - $wgLang = Language::factory( 'de' ); |
| 23 | + $wgLang = Language::factory( 'de' ); |
24 | 24 | $article->mParserOptions = null; // Let it pick the new user language |
25 | 25 | $article->mPreparedEdit = false; // In order to force the rerendering of the same wikitext |
26 | 26 | |