summaryrefslogtreecommitdiff
path: root/src/tests/session_encryption/set_custom_session_handler.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/session_encryption/set_custom_session_handler.phpt')
-rw-r--r--src/tests/session_encryption/set_custom_session_handler.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/session_encryption/set_custom_session_handler.phpt b/src/tests/session_encryption/set_custom_session_handler.phpt
index 5b46fbc..725ee43 100644
--- a/src/tests/session_encryption/set_custom_session_handler.phpt
+++ b/src/tests/session_encryption/set_custom_session_handler.phpt
@@ -1,7 +1,7 @@
1--TEST-- 1--TEST--
2Set a custom session handler 2Set a custom session handler
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?> 4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
5--INI-- 5--INI--
6sp.configuration_file={PWD}/config/config_crypt_session.ini 6sp.configuration_file={PWD}/config/config_crypt_session.ini
7session.save_path = "/tmp" 7session.save_path = "/tmp"