Index: trunk/phase3/tests/phpunit/includes/parser/PreprocessorTest.php |
— | — | @@ -133,9 +133,9 @@ |
134 | 134 | |
135 | 135 | $this->assertEquals( $expectedXml, $output ); |
136 | 136 | } 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" ); |
140 | 140 | } |
141 | 141 | } |
142 | 142 | } |