Skip to content

Commit

Permalink
Using _cleanUp() instead of unlink().
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms authored and nateabele committed Jan 15, 2012
1 parent bf7fc52 commit a1e1a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/analysis/InspectorTest.php
Expand Up @@ -126,7 +126,7 @@ public function testLineIntrospectionWithCRLFLineEndings() {
$expected = array(1 => 'one', 5 => 'five'); $expected = array(1 => 'one', 5 => 'five');
$this->assertEqual($expected, $result); $this->assertEqual($expected, $result);


unlink($tmpPath); $this->_cleanUp();
} }


/** /**
Expand Down

0 comments on commit a1e1a55

Please sign in to comment.