summaryrefslogtreecommitdiff
path: root/src/tests/broken_configuration/broken_conf_expecting_bool.phpt
blob: 1009794c849344c178f8e3a2aa4a7e65ce1be188 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Bad boolean value in configuration
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/broken_conf_expecting_bool.ini
error_log=/dev/null
--FILE--
--EXPECT--
Fatal error: [snuffleupagus][0.0.0.0][config][log] Missing parenthesis for keyword 'enable' - it should be 'enable()' on line 5 in Unknown on line 0

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