summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_oo_getmodified.phpt
diff options
context:
space:
mode:
authorSteph Fox <sfox@php.net>2008-03-09 04:46:16 +0000
committerSteph Fox <sfox@php.net>2008-03-09 04:46:16 +0000
commit3ee08069a60128500d8eed4af7c330439cf781c4 (patch)
tree3bc4b10ca6a88e562f8c27d06a45209452736055 /ext/phar/tests/phar_oo_getmodified.phpt
parentf0b329da20468a40c025565b160d3928b737a354 (diff)
downloadphp-git-3ee08069a60128500d8eed4af7c330439cf781c4.tar.gz
Rename archive during compressAllFiles*()
Note: this only works for tar archives at present pending a fix for bug #13352
Diffstat (limited to 'ext/phar/tests/phar_oo_getmodified.phpt')
-rw-r--r--ext/phar/tests/phar_oo_getmodified.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_oo_getmodified.phpt b/ext/phar/tests/phar_oo_getmodified.phpt
index 33cfc08e92..c537291631 100644
--- a/ext/phar/tests/phar_oo_getmodified.phpt
+++ b/ext/phar/tests/phar_oo_getmodified.phpt
@@ -27,7 +27,7 @@ var_dump($phar->getModified());
===DONE===
--CLEAN--
<?php
-unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
+unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar');
?>
--EXPECTF--
bool(false)