diff options
| author | Remi Collet | 2018-07-10 12:01:12 +0200 |
|---|---|---|
| committer | xXx-caillou-xXx | 2018-07-10 12:01:12 +0200 |
| commit | 12b740bc7bb01ffe397cecc5b6fa25b136304911 (patch) | |
| tree | 5d2d4905c3c5aaf557283e6d2df95a94af56f055 /src/tests/samesite_cookies.phpt | |
| parent | 5da3a92492bf169e62367d954cfa7432bee51fed (diff) | |
Fix #183 (#185)
* relax test to pass with 7.3
* skip test with 7.3 as samesite is broken + add TODO
Diffstat (limited to 'src/tests/samesite_cookies.phpt')
| -rw-r--r-- | src/tests/samesite_cookies.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/samesite_cookies.phpt b/src/tests/samesite_cookies.phpt index d010963..3247432 100644 --- a/src/tests/samesite_cookies.phpt +++ b/src/tests/samesite_cookies.phpt | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | --TEST-- | 1 | --TEST-- |
| 2 | Cookie samesite | 2 | Cookie samesite |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) die "skip"; ?> | 4 | <?php |
| 5 | if (!extension_loaded("snuffleupagus")) die("skip"); | ||
| 6 | if (PHP_VERSION_ID >= 70300) die("skip BROKEN with 7.3"); | ||
| 7 | ?> | ||
| 5 | --INI-- | 8 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/config_samesite_cookies.ini | 9 | sp.configuration_file={PWD}/config/config_samesite_cookies.ini |
| 7 | --COOKIE-- | 10 | --COOKIE-- |
