diff options
author | Marcus Boerger <helly@php.net> | 2006-01-11 21:34:48 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-01-11 21:34:48 +0000 |
commit | cd24188fad29bb48f1ffa136c2f8c031fc68dc04 (patch) | |
tree | 67eb384b5f53610384ac6db383502e72a4ecd4b3 /ext/phar | |
parent | b4e19230f9ab356d713e3e25f63575548e1c42a5 (diff) | |
download | php-git-cd24188fad29bb48f1ffa136c2f8c031fc68dc04.tar.gz |
- Fix test
Diffstat (limited to 'ext/phar')
-rw-r--r-- | ext/phar/tests/003.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/phar/tests/003.phpt b/ext/phar/tests/003.phpt index 2de1b1242b..cfbbef6a00 100644 --- a/ext/phar/tests/003.phpt +++ b/ext/phar/tests/003.phpt @@ -4,7 +4,8 @@ Phar::mapPhar zlib is loaded <?php if (!extension_loaded("phar")) print "skip zlib is present"; ?> --FILE-- <?php +/* check this works and actually returns a boolean value */ var_dump(Phar::canCompress()); ?> --EXPECTF-- -bool(true)
\ No newline at end of file +bool(%s) |