From 851e7b51b895fdc49355c5b371d883301048a2f8 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 17 Sep 2010 14:27:57 +0000 Subject: [PATCH] Revert change on r73064 for this file. I had added that locally to stop r68544 breakage, but was not intended for commit. --- maintenance/tests/phpunit/includes/parser/ParserHelpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tests/phpunit/includes/parser/ParserHelpers.php b/maintenance/tests/phpunit/includes/parser/ParserHelpers.php index baef7c9e12..893bf8b420 100644 --- a/maintenance/tests/phpunit/includes/parser/ParserHelpers.php +++ b/maintenance/tests/phpunit/includes/parser/ParserHelpers.php @@ -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(); -- 2.20.1