summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorjvoisin2020-11-08 19:12:43 +0100
committerjvoisin2020-11-08 21:42:42 +0100
commitc76c67ce7624bab488790a4843eb12348c6c044a (patch)
treea30475dab807725ed8b99696f2725154e20f3b83 /src/tests
parenta1018f6c04982f850a9b78e1d1d2940211578b93 (diff)
Mark a test as broken
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/stream_wrapper/stream_wrapper_restore.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/stream_wrapper/stream_wrapper_restore.phpt b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
index e1e9604..3f547a1 100644
--- a/src/tests/stream_wrapper/stream_wrapper_restore.phpt
+++ b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
@@ -2,7 +2,7 @@
2Stream wrapper 2Stream wrapper
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5<?php if (PHP_VERSION_ID >= 70400) { die("skip BROKEN with 7.4"); } ?> 5<?php if (PHP_VERSION_ID >= 70300) { die("skip BROKEN with 7.3"); } ?>
6--INI-- 6--INI--
7sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini 7sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini
8--FILE-- 8--FILE--