diff options
| author | Ben Fuhrmannek | 2021-08-17 13:27:05 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-17 13:27:05 +0200 |
| commit | 71b0b92a6b9ac2834237c29a949ac1c7a7714395 (patch) | |
| tree | ab4898bb3c37e15d94b7cabcecd4a266de35ee2c /src/tests/broken_configuration/broken_conf_line_empty_string.phpt | |
| parent | 60fad2a6b3b61a63e2e829d60b7b0bda51099b19 (diff) | |
fixed broken tests for PHP7 after scanner/parser update
Diffstat (limited to 'src/tests/broken_configuration/broken_conf_line_empty_string.phpt')
| -rw-r--r-- | src/tests/broken_configuration/broken_conf_line_empty_string.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/broken_configuration/broken_conf_line_empty_string.phpt b/src/tests/broken_configuration/broken_conf_line_empty_string.phpt index 3790d83..7d5bb49 100644 --- a/src/tests/broken_configuration/broken_conf_line_empty_string.phpt +++ b/src/tests/broken_configuration/broken_conf_line_empty_string.phpt | |||
| @@ -7,9 +7,9 @@ Configuration line with an empty string | |||
| 7 | sp.configuration_file={PWD}/config/broken_conf_line_empty_string.ini | 7 | sp.configuration_file={PWD}/config/broken_conf_line_empty_string.ini |
| 8 | --FILE-- | 8 | --FILE-- |
| 9 | --EXPECT-- | 9 | --EXPECT-- |
| 10 | PHP Fatal error: [snuffleupagus][0.0.0.0][error][log] A valid string as parameter is expected on line 1 in Unknown on line 0 | 10 | PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Missing argument to keyword 'name' - it should be 'name("...")' on line 1 in Unknown on line 0 |
| 11 | 11 | ||
| 12 | Fatal error: [snuffleupagus][0.0.0.0][error][log] A valid string as parameter is expected on line 1 in Unknown on line 0 | 12 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Missing argument to keyword 'name' - it should be 'name("...")' on line 1 in Unknown on line 0 |
| 13 | 13 | ||
| 14 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration file in Unknown on line 0 | 14 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration file in Unknown on line 0 |
| 15 | Could not startup. | 15 | Could not startup. |
