summaryrefslogtreecommitdiff
path: root/src/tests/broken_conf_cookie_name_and_regexp.phpt
blob: b1e1318b9910192d43f0bdc1483de8e1f3364a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Borken configuration - encrypted cookie with name and regexp
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/broken_conf_cookie_name_and_regexp.ini
--FILE--
--EXPECT--
PHP Fatal error:  [snuffleupagus][config] name and name_r are mutually exclusive on line 2 in Unknown on line 0

Fatal error: [snuffleupagus][config] name and name_r are mutually exclusive on line 2 in Unknown on line 0

Fatal error: [snuffleupagus][config] Invalid configuration file in Unknown on line 0
Could not startup.