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_session_encryption.phpt | |
| parent | 60fad2a6b3b61a63e2e829d60b7b0bda51099b19 (diff) | |
fixed broken tests for PHP7 after scanner/parser update
Diffstat (limited to 'src/tests/broken_configuration/broken_conf_session_encryption.phpt')
| -rw-r--r-- | src/tests/broken_configuration/broken_conf_session_encryption.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/broken_configuration/broken_conf_session_encryption.phpt b/src/tests/broken_configuration/broken_conf_session_encryption.phpt index 9dbedc1..c8fa30e 100644 --- a/src/tests/broken_configuration/broken_conf_session_encryption.phpt +++ b/src/tests/broken_configuration/broken_conf_session_encryption.phpt | |||
| @@ -7,9 +7,9 @@ Broken config, session encryption | |||
| 7 | sp.configuration_file={PWD}/config/broken_conf_session_encryption.ini | 7 | sp.configuration_file={PWD}/config/broken_conf_session_encryption.ini |
| 8 | --FILE-- | 8 | --FILE-- |
| 9 | --EXPECT-- | 9 | --EXPECT-- |
| 10 | PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Trailing chars 'nvalid value :/);' at the end of '.encrypt(invalid value :/);' on line 1 in Unknown on line 0 | 10 | PHP Fatal error: [snuffleupagus][0.0.0.0][config][log] Missing paranthesis for keyword 'encrypt' - it should be 'encrypt()' on line 1 in Unknown on line 0 |
| 11 | 11 | ||
| 12 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Trailing chars 'nvalid value :/);' at the end of '.encrypt(invalid value :/);' on line 1 in Unknown on line 0 | 12 | Fatal error: [snuffleupagus][0.0.0.0][config][log] Missing paranthesis for keyword 'encrypt' - it should be 'encrypt()' 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. |
