diff options
author | Greg Beaver <cellog@php.net> | 2005-12-09 23:55:52 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2005-12-09 23:55:52 +0000 |
commit | e1d98926baafd462a7669ad8ce2f6ce5fae76719 (patch) | |
tree | cf017970f344f352074724f7fc3a204a6e8643fd /ext/phar/tests/004.phpt | |
parent | 0285ef3952c834c6b79440a2681845de012694bc (diff) | |
download | php-git-e1d98926baafd462a7669ad8ce2f6ce5fae76719.tar.gz |
new test, better naming of tests
Diffstat (limited to 'ext/phar/tests/004.phpt')
-rw-r--r-- | ext/phar/tests/004.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/004.phpt b/ext/phar/tests/004.phpt index 02beb8a784..f3ead7f3f5 100644 --- a/ext/phar/tests/004.phpt +++ b/ext/phar/tests/004.phpt @@ -1,5 +1,5 @@ --TEST-- -PHP_Archive::mapPhar improper parameters +PHP_Archive::mapPhar no __HALT_COMPILER(); --SKIPIF-- <?php if (!extension_loaded("phar")) print "skip";?> --FILE-- |