From e79f7e3bd992c7f0915ef9afe7afb6d79740527a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 14 Jan 2019 19:29:25 +0000 Subject: Reorganize the testsuite Splitting the testsuite in several components makes it easier to manage and comprehend. This was also needed some some tests aren't passing on Alpine Linux, but we still want to run as many of them as we can on this platform.--- ...ken_conf_session_encryption_without_encryption_key.phpt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/tests/broken_conf_session_encryption_without_encryption_key.phpt (limited to 'src/tests/broken_conf_session_encryption_without_encryption_key.phpt') diff --git a/src/tests/broken_conf_session_encryption_without_encryption_key.phpt b/src/tests/broken_conf_session_encryption_without_encryption_key.phpt deleted file mode 100644 index c90a154..0000000 --- a/src/tests/broken_conf_session_encryption_without_encryption_key.phpt +++ /dev/null @@ -1,14 +0,0 @@ ---TEST-- -Broken configuration - encrypted session without encryption key ---SKIPIF-- - ---INI-- -sp.configuration_file={PWD}/config/broken_conf_session_encryption_without_encryption_key.ini ---FILE-- ---EXPECT-- -PHP Fatal error: [snuffleupagus][config] You're trying to use the session cookie encryption feature on line 2 without having set the `.secret_key` option in`sp.global`: please set it first in Unknown on line 0 - -Fatal error: [snuffleupagus][config] You're trying to use the session cookie encryption feature on line 2 without having set the `.secret_key` option in`sp.global`: please set it first in Unknown on line 0 - -Fatal error: [snuffleupagus][config] Invalid configuration file in Unknown on line 0 -Could not startup. -- cgit v1.3