Set $ok at the beginning of the function; this variable is missing is case of failure...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 7 Nov 2010 18:38:34 +0000 (18:38 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 7 Nov 2010 18:38:34 +0000 (18:38 +0000)
maintenance/tests/parser/parserTest.inc

index 381c265..03aaa48 100644 (file)
@@ -337,6 +337,7 @@ class ParserTest {
         * @return Boolean: true if passed all tests, false if any tests failed.
         */
        public function runTestsFromFiles( $filenames ) {
+               $ok = false;
                $GLOBALS['wgContLang'] = Language::factory( 'en' );
                $this->recorder->start();
                try {