Revert change on r73064 for this file.
authorPlatonides <platonides@users.mediawiki.org>
Fri, 17 Sep 2010 14:27:57 +0000 (14:27 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 17 Sep 2010 14:27:57 +0000 (14:27 +0000)
I had added that locally to stop r68544 breakage, but was not intended for commit.

maintenance/tests/phpunit/includes/parser/ParserHelpers.php

index baef7c9..893bf8b 100644 (file)
@@ -16,7 +16,7 @@ class ParserUnitTest extends PHPUnit_Framework_TestCase {
                if ( $result === NULL ) {
                        $result = new PHPUnit_Framework_TestResult;
                }
-return $result;
+
                $backend = $this->suite->getBackend();
                $result->startTest( $this );
                PHPUnit_Util_Timer::start();