Index: trunk/phase3/maintenance/tests/parser/parserTest.inc |
— | — | @@ -337,6 +337,7 @@ |
338 | 338 | * @return Boolean: true if passed all tests, false if any tests failed. |
339 | 339 | */ |
340 | 340 | public function runTestsFromFiles( $filenames ) { |
| 341 | + $ok = false; |
341 | 342 | $GLOBALS['wgContLang'] = Language::factory( 'en' ); |
342 | 343 | $this->recorder->start(); |
343 | 344 | try { |