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_allow_broken_enabled.phpt | |
| parent | 60fad2a6b3b61a63e2e829d60b7b0bda51099b19 (diff) | |
fixed broken tests for PHP7 after scanner/parser update
Diffstat (limited to 'src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt')
| -rw-r--r-- | src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt b/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt index 68938fe..f410431 100644 --- a/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt +++ b/src/tests/broken_configuration/broken_conf_allow_broken_enabled.phpt | |||
| @@ -11,7 +11,7 @@ sp.allow_broken_configuration=On | |||
| 11 | echo 1337; | 11 | echo 1337; |
| 12 | ?> | 12 | ?> |
| 13 | --EXPECT-- | 13 | --EXPECT-- |
| 14 | PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration prefix for 'this is a broken line' on line 1 in Unknown on line 0 | 14 | PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Parser error on line 1 in Unknown on line 0 |
| 15 | 15 | ||
| 16 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Invalid configuration prefix for 'this is a broken line' on line 1 in Unknown on line 0 | 16 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Parser error on line 1 in Unknown on line 0 |
| 17 | 1337 | 17 | 1337 |
