From: Platonides Date: Fri, 17 Sep 2010 14:27:57 +0000 (+0000) Subject: Revert change on r73064 for this file. X-Git-Tag: 1.31.0-rc.0~34886 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=851e7b51b895fdc49355c5b371d883301048a2f8;p=lhc%2Fweb%2Fwiklou.git Revert change on r73064 for this file. I had added that locally to stop r68544 breakage, but was not intended for commit. --- 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();