Skip to content

Commit 961ac1f

Browse files
committed
Use --EXTENSIONS-- instead of --SKIPIF-- in new test case
1 parent 4ff82eb commit 961ac1f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

ext/standard/tests/filters/bug81302.phpt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
--TEST--
22
Bug #81302 (Stream position after stream filter removed)
3-
--SKIPIF--
4-
<?php
5-
if (!extension_loaded('zlib')) die("skip zlib extension not available");
6-
?>
3+
--EXTENSIONS--
4+
zlib
75
--FILE--
86
<?php
97
$f = fopen("php://memory", "w+b");

0 commit comments

Comments
 (0)