summaryrefslogtreecommitdiff
path: root/ext/zip/tests/zip_entry_name.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/zip_entry_name.phpt')
-rw-r--r--ext/zip/tests/zip_entry_name.phpt23
1 files changed, 0 insertions, 23 deletions
diff --git a/ext/zip/tests/zip_entry_name.phpt b/ext/zip/tests/zip_entry_name.phpt
deleted file mode 100644
index 1916e25dac..0000000000
--- a/ext/zip/tests/zip_entry_name.phpt
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-zip_entry_name() function
---SKIPIF--
-<?php
-/* $Id$ */
-if(!extension_loaded('zip')) die('skip');
-?>
---FILE--
-<?php
-$zip = zip_open(dirname(__FILE__)."/test_procedural.zip");
-if (!is_resource($zip)) die("Failure");
-$entries = 0;
-while ($entry = zip_read($zip)) {
- echo zip_entry_name($entry)."\n";
-}
-zip_close($zip);
-
-?>
---EXPECT--
-foo
-bar
-foobar/
-foobar/baz