From e8ccedbbf0a4e34673453714e647ce538808e818 Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sat, 23 Apr 2011 21:18:50 +0000 Subject: [PATCH] missed some w/s --- tests/phpunit/includes/parser/PreprocessorTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" ); } } } -- 2.20.1