diff options
| author | Ben Fuhrmannek | 2021-08-08 10:57:17 +0200 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-08-08 10:57:17 +0200 |
| commit | f4cfd623d33f37a6bb345c9d7470a133b885949e (patch) | |
| tree | 8abe2994e967e8ec53953dca6ff156da5b53a384 /src/tests | |
| parent | 0a46dd342641c97f88bc172c077b6b0c5c70451a (diff) | |
fixed test due to changed output
Diffstat (limited to 'src/tests')
| -rw-r--r-- | src/tests/session_encryption/crypt_session_corrupted_session.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/session_encryption/crypt_session_corrupted_session.phpt b/src/tests/session_encryption/crypt_session_corrupted_session.phpt index a97dbca..6f9c287 100644 --- a/src/tests/session_encryption/crypt_session_corrupted_session.phpt +++ b/src/tests/session_encryption/crypt_session_corrupted_session.phpt | |||
| @@ -29,4 +29,4 @@ session_start(); | |||
| 29 | var_dump($_SESSION); | 29 | var_dump($_SESSION); |
| 30 | ?> | 30 | ?> |
| 31 | --EXPECTF-- | 31 | --EXPECTF-- |
| 32 | Fatal error: [snuffleupagus][127.0.0.1][cookie_encryption][drop] Buffer underflow tentative detected in cookie encryption handling in %s/crypt_session_corrupted_session.php on line %s | 32 | Fatal error: [snuffleupagus][127.0.0.1][cookie_encryption][drop] Buffer underflow (tentative) detected in cookie encryption handling in %s/crypt_session_corrupted_session.php on line %s |
