summaryrefslogtreecommitdiff
path: root/src/tests/stream_wrapper
diff options
context:
space:
mode:
authorjvoisin2020-12-01 09:47:51 +0100
committerGitHub2020-12-01 09:47:51 +0100
commit3b68dad2122d7e4a87a60f7161b7bc35d7c9b708 (patch)
tree419c4ca82adc0af0054cfd6f42e16cf7f89e30fd /src/tests/stream_wrapper
parenta60798c68db2dd627987e1429b169dbcd460bf2a (diff)
In tests, don't `die("skip")` but `print "skip"` instead (#358)
This is required since the `die` is making php8 choke
Diffstat (limited to 'src/tests/stream_wrapper')
-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 3f547a1..f0b5dd0 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 >= 70300) { die("skip BROKEN with 7.3"); } ?> 5<?php if (PHP_VERSION_ID >= 70300) { print "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--