diff options
| author | Ben Fuhrmannek | 2021-08-07 18:45:03 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-07 18:45:03 +0200 |
| commit | 0156cbf1d165a9df8e952cd09e23d2ecc29d3a6e (patch) | |
| tree | da62c867e27cb67edaaca78b840f2295bd2ac444 /src | |
| parent | 5fbb1733f67172e4111fa512961106f4733395db (diff) | |
fixed test case
Diffstat (limited to 'src')
| -rw-r--r-- | src/tests/broken_configuration_php8/broken_conf_key_value.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/broken_configuration_php8/broken_conf_key_value.phpt b/src/tests/broken_configuration_php8/broken_conf_key_value.phpt index ceb9add..24c60bc 100644 --- a/src/tests/broken_configuration_php8/broken_conf_key_value.phpt +++ b/src/tests/broken_configuration_php8/broken_conf_key_value.phpt | |||
| @@ -7,8 +7,7 @@ Broken configuration | |||
| 7 | sp.configuration_file={PWD}/config/broken_conf_key_value.ini | 7 | sp.configuration_file={PWD}/config/broken_conf_key_value.ini |
| 8 | --FILE-- | 8 | --FILE-- |
| 9 | --EXPECT-- | 9 | --EXPECT-- |
| 10 | 10 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration line: 'sp.disabled_functions.function("system").var("").value("").key("").drop();': '.key' and '.value' are mutually exclusive on line 1 in Unknown on line 0 | |
| 11 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration line: 'sp.disabled_functions.function("system").var("").value("").key("").drop();': '.key' and '.value' are mutually exclusive on line 1 in Unknown on line 0 | ||
| 12 | 11 | ||
| 13 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration file in Unknown on line 0 | 12 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration file in Unknown on line 0 |
| 14 | Could not startup. | 13 | Could not startup. |
