diff options
| author | Ben Fuhrmannek | 2021-11-19 14:56:05 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-11-19 14:56:05 +0100 |
| commit | a34055a8fb6aa421a13da698ea0fe514bb27952e (patch) | |
| tree | 53580ea870d64f642e29ada26496ec83026f2103 /src/tests/broken_configuration | |
| parent | 0be11fcc6e73f7e35bf2f3b884676413f5522cf1 (diff) | |
fixed test skip condition
Diffstat (limited to 'src/tests/broken_configuration')
| -rw-r--r-- | src/tests/broken_configuration/encrypt_key_too_short.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/broken_configuration/encrypt_key_too_short.phpt b/src/tests/broken_configuration/encrypt_key_too_short.phpt index fe80be1..9b1828c 100644 --- a/src/tests/broken_configuration/encrypt_key_too_short.phpt +++ b/src/tests/broken_configuration/encrypt_key_too_short.phpt | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | Cookie encryption key too short | 2 | Cookie encryption key too short |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 5 | --INI-- | 6 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/config_encryption_key_short.ini | 7 | sp.configuration_file={PWD}/config/config_encryption_key_short.ini |
| 7 | --COOKIE-- | 8 | --COOKIE-- |
