Skip to content

Commit

Permalink
Use --EXTENSIONS-- instead of --SKIPIF-- in new test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 10, 2021
1 parent 4ff82eb commit 961ac1f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ext/standard/tests/filters/bug81302.phpt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
--TEST--
Bug #81302 (Stream position after stream filter removed)
--SKIPIF--
<?php
if (!extension_loaded('zlib')) die("skip zlib extension not available");
?>
--EXTENSIONS--
zlib
--FILE--
<?php
$f = fopen("php://memory", "w+b");
Expand Down

0 comments on commit 961ac1f

Please sign in to comment.