diff options
author | Gabriel Caruso <carusogabriel34@gmail.com> | 2018-02-13 14:04:31 -0200 |
---|---|---|
committer | Joe <krakjoe@php.net> | 2018-02-14 11:10:59 +0100 |
commit | b8bb4d77ca93b926ced5bd76461465970e68dfeb (patch) | |
tree | 5dacd5a999e471d7354690df623fcbdade3391ce /ext/zip | |
parent | b7d2e04f1f229cc10a73628b4a56240f317c746d (diff) | |
download | php-git-b8bb4d77ca93b926ced5bd76461465970e68dfeb.tar.gz |
Remove empty sections in tests
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/tests/001.phpt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/zip/tests/001.phpt b/ext/zip/tests/001.phpt index 37dccc055e..3adaabbf32 100644 --- a/ext/zip/tests/001.phpt +++ b/ext/zip/tests/001.phpt @@ -2,10 +2,8 @@ Check for zip presence --SKIPIF-- <?php if (!extension_loaded("zip")) print "skip"; ?> ---POST-- ---GET-- --FILE-- -<?php +<?php echo "zip extension is available"; ?> --EXPECT-- |