]> granicus.if.org Git - php/commitdiff
Properly clean up files created by test cases
authorChristoph M. Becker <cmbecker69@gmx.de>
Sun, 29 Sep 2019 11:52:21 +0000 (13:52 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 29 Sep 2019 12:28:39 +0000 (14:28 +0200)
ext/zip/tests/oo_getnameindex.phpt
ext/zip/tests/oo_namelocate.phpt

index 91793b2d1de07c704240393e04c27768edd0c939..838a5a91b1456178fc3e372f2ffa2ebbc4265ad0 100644 (file)
@@ -44,3 +44,7 @@ string(10) "entry1.txt"
 string(10) "entry2.txt"
 string(15) "dir/entry2d.txt"
 bool(false)
+--CLEAN--
+<?php
+unlink(__DIR__ . '/oo_getnameindex.zip');
+?>
index 714346aba40d3fee4e9a441971cad65af07b7a2a..f6c837ac20a3a392a00653a633e913b9dcd4fc1e 100644 (file)
@@ -43,3 +43,7 @@ int(0)
 bool(false)
 int(1)
 int(2)
+--CLEAN--
+<?php
+unlink(__DIR__ . '/oo_namelocate.zip');
+?>