summaryrefslogtreecommitdiff
path: root/src/tests/stream_wrapper
diff options
context:
space:
mode:
authorChristian Göttsche2026-02-15 20:00:01 +0100
committerjvoisin2026-02-15 20:49:09 +0100
commit9e94280c0b6356be37b8f9a0a4d2303146863a5b (patch)
tree7f1441efa79d29cd9614a1318a9927eb3d20c179 /src/tests/stream_wrapper
parent9ae9a21b60a25aa4df009211dbfbd9ac765e4ecb (diff)
tests: add several skip reasons
Co-authored-by: Julien "jvoisin" Voisin <julien.voisin@dustri.org>
Diffstat (limited to 'src/tests/stream_wrapper')
-rw-r--r--src/tests/stream_wrapper/stream_wrapper_register.phpt2
-rw-r--r--src/tests/stream_wrapper/stream_wrapper_restore.phpt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/stream_wrapper/stream_wrapper_register.phpt b/src/tests/stream_wrapper/stream_wrapper_register.phpt
index 4fa9ea8..3c63d4f 100644
--- a/src/tests/stream_wrapper/stream_wrapper_register.phpt
+++ b/src/tests/stream_wrapper/stream_wrapper_register.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 >= 80200) print "skip"; ?> 5<?php if (PHP_VERSION_ID >= 80200) print "skip Not applicable for PHP 8+"; ?>
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--
diff --git a/src/tests/stream_wrapper/stream_wrapper_restore.phpt b/src/tests/stream_wrapper/stream_wrapper_restore.phpt
index 4f110ee..9d883f5 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 >= 80000) print "skip"; ?> 5<?php if (PHP_VERSION_ID >= 80000) print "skip Not applicable for PHP 8+"; ?>
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--