Skip to content

Commit

Permalink
Mark a test as broken
Browse files Browse the repository at this point in the history
  • Loading branch information
jvoisin committed Nov 8, 2020
1 parent 9f205a8 commit 30be49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/stream_wrapper/stream_wrapper_restore.phpt
Expand Up @@ -2,7 +2,7 @@
Stream wrapper
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
<?php if (PHP_VERSION_ID >= 70400) { die("skip BROKEN with 7.4"); } ?>
<?php if (PHP_VERSION_ID >= 70300) { die("skip BROKEN with 7.3"); } ?>
--INI--
sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini
--FILE--
Expand Down

0 comments on commit 30be49c

Please sign in to comment.