summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorjvoisin2021-05-09 18:20:01 +0200
committerjvoisin2021-05-09 18:20:01 +0200
commit8bd4d819012e4d426911c9f4a04e0f73bfe57888 (patch)
treebce47cc53b7a8bc64f99c68e6cd0332398d59f82 /src/tests
parentd5adcd6d17afc7015011088d8af5a2094fb3370d (diff)
Allow session-related things to fail on php8 for now
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/session_encryption/crypt_session_corrupted_session.phpt1
-rw-r--r--src/tests/session_encryption/crypt_session_invalid.phpt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/session_encryption/crypt_session_corrupted_session.phpt b/src/tests/session_encryption/crypt_session_corrupted_session.phpt
index a89faf4..23f2580 100644
--- a/src/tests/session_encryption/crypt_session_corrupted_session.phpt
+++ b/src/tests/session_encryption/crypt_session_corrupted_session.phpt
@@ -2,6 +2,7 @@
2Set a custom session handler 2Set a custom session handler
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--INI-- 6--INI--
6sp.configuration_file={PWD}/config/config_crypt_session.ini 7sp.configuration_file={PWD}/config/config_crypt_session.ini
7session.save_path = "/tmp" 8session.save_path = "/tmp"
diff --git a/src/tests/session_encryption/crypt_session_invalid.phpt b/src/tests/session_encryption/crypt_session_invalid.phpt
index 9ec7c50..76fac5b 100644
--- a/src/tests/session_encryption/crypt_session_invalid.phpt
+++ b/src/tests/session_encryption/crypt_session_invalid.phpt
@@ -2,6 +2,7 @@
2SESSION crypt and bad decrypt 2SESSION crypt and bad decrypt
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--INI-- 6--INI--
6sp.configuration_file={PWD}/config/config_crypt_session.ini 7sp.configuration_file={PWD}/config/config_crypt_session.ini
7--ENV-- 8--ENV--