From: Mark A. Hershberger Date: Sat, 23 Apr 2011 21:18:50 +0000 (+0000) Subject: missed some w/s X-Git-Tag: 1.31.0-rc.0~30592 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=e8ccedbbf0a4e34673453714e647ce538808e818;p=lhc%2Fweb%2Fwiklou.git missed some w/s --- diff --git a/tests/phpunit/includes/parser/PreprocessorTest.php b/tests/phpunit/includes/parser/PreprocessorTest.php index e6946dd527..7fdb14c302 100644 --- a/tests/phpunit/includes/parser/PreprocessorTest.php +++ b/tests/phpunit/includes/parser/PreprocessorTest.php @@ -133,9 +133,9 @@ class PreprocessorTest extends MediaWikiTestCase { $this->assertEquals( $expectedXml, $output ); } else { - $tempFilename = tempnam( $folder, "$filename." ); - file_put_contents( $tempFilename, $output ); - $this->markTestIncomplete( "File $expectedFilename missing. Output stored as $tempFilename" ); + $tempFilename = tempnam( $folder, "$filename." ); + file_put_contents( $tempFilename, $output ); + $this->markTestIncomplete( "File $expectedFilename missing. Output stored as $tempFilename" ); } } }