blob: 207e21a5c0986e85e3048e07b9cba737545de9b2 (
plain)
1
2
3
4
5
6
7
8
9
|
--TEST--
Bad integer value in configuration
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/broken_conf_expecting_int.ini
--FILE--
--EXPECT--
[snuffleupagus][0.0.0.0][error][error] .mask_ipv4() is expecting a valid integer on line 2.
|