Skip to content

Commit 3679390

Browse files
Add missing cleanup operation
1 parent c28e1a5 commit 3679390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DifferTestTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ private function runThisTest(string $expected, string $from, string $to)
7676
$patched = \file_get_contents($this->fileFrom);
7777
$this->assertSame($patched, $to);
7878

79+
@\unlink($this->fileFrom . '.orig');
7980
@\unlink($this->fileFrom);
8081
@\unlink($this->filePatch);
8182
}

0 commit comments

Comments
 (0)