Skip to content

Commit 3e10016

Browse files
committed
SKIP test on Windows
1 parent 3da4dce commit 3e10016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/streams/stream_cast_loses_data.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
--TEST--
22
Casting a stream can lose data and needs to emit a warning
3+
--SKIPIF--
4+
<?php
5+
if (PHP_OS_FAMILY === "Windows") die("skip non-Windows tests (popen cannot delete file as open in cmd.exe)");
6+
?>
37
--FILE--
48
<?php
59

0 commit comments

Comments
 (0)