diff options
Diffstat (limited to 'src/tests/encrypt_cookies_no_key.phpt')
| -rw-r--r-- | src/tests/encrypt_cookies_no_key.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/encrypt_cookies_no_key.phpt b/src/tests/encrypt_cookies_no_key.phpt index b54690f..ca81593 100644 --- a/src/tests/encrypt_cookies_no_key.phpt +++ b/src/tests/encrypt_cookies_no_key.phpt | |||
| @@ -14,6 +14,7 @@ return <<<EOF | |||
| 14 | REMOTE_ADDR=127.0.0.1 | 14 | REMOTE_ADDR=127.0.0.1 |
| 15 | EOF; | 15 | EOF; |
| 16 | --FILE-- | 16 | --FILE-- |
| 17 | <?php echo "1\n\n\n\n\n"; ?> | 17 | <?php echo "1"; ?> |
| 18 | --EXPECT-- | 18 | --EXPECT-- |
| 19 | 1 | 19 | 1 |
| 20 | Fatal error: [snuffleupagus][config] You're trying to use the cookie encryption featureon line 2 without having set the `.encryption_key` option in`sp.global`: please set it first in Unknown on line 0 | ||
