r86793 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86792‎ | r86793 | r86794 >
Date:21:18, 23 April 2011
Author:mah
Status:ok
Tags:
Comment:
missed some w/s
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/parser/PreprocessorTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/parser/PreprocessorTest.php
@@ -133,9 +133,9 @@
134134
135135 $this->assertEquals( $expectedXml, $output );
136136 } else {
137 - $tempFilename = tempnam( $folder, "$filename." );
138 - file_put_contents( $tempFilename, $output );
139 - $this->markTestIncomplete( "File $expectedFilename missing. Output stored as $tempFilename" );
 137+ $tempFilename = tempnam( $folder, "$filename." );
 138+ file_put_contents( $tempFilename, $output );
 139+ $this->markTestIncomplete( "File $expectedFilename missing. Output stored as $tempFilename" );
140140 }
141141 }
142142 }

Status & tagging log