Skip to content

Commit

Permalink
Add missing SKIPIF clause for recently introduced test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jan 21, 2021
1 parent 6adfb8c commit edb3897
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/phar/tests/bug69279a.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Bug #69279 (Compressed ZIP Phar extractTo() creates garbage files)
--SKIPIF--
<?php
if (!extension_loaded('phar')) die('skip phar extension not available');
if (!extension_loaded('zlib')) die('skip zlib extension not available');
?>
--FILE--
<?php
Expand Down

0 comments on commit edb3897

Please sign in to comment.