Skip to content

Commit 050e734

Browse files
committed
Added Zip Adapters (PclZip & ZipArchive) (PHPUnit Fixes)
1 parent 2b22937 commit 050e734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Common/Tests/Adapter/Zip/ZipArchiveAdapterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function tearDown()
2323
parent::tearDown();
2424

2525
if (is_file($this->zipTest)) {
26-
unlink($this->zipTest);
26+
unlink($this->zipTest);
2727
}
2828
}
2929

0 commit comments

Comments
 (0)