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/harden_rand_noargs.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/harden_rand_noargs.phpt')
| -rw-r--r-- | src/tests/harden_rand_noargs.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/harden_rand_noargs.phpt b/src/tests/harden_rand_noargs.phpt index 643a453..fdf8124 100644 --- a/src/tests/harden_rand_noargs.phpt +++ b/src/tests/harden_rand_noargs.phpt | |||
| @@ -46,13 +46,13 @@ Warning: rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_no | |||
| 46 | 46 | ||
| 47 | Warning: mt_rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_noargs.php on line %d | 47 | Warning: mt_rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_noargs.php on line %d |
| 48 | 48 | ||
| 49 | Warning: rand() expects parameter 1 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d | 49 | Warning: rand() expects parameter 1 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d |
| 50 | 50 | ||
| 51 | Warning: mt_rand() expects parameter 1 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d | 51 | Warning: mt_rand() expects parameter 1 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d |
| 52 | 52 | ||
| 53 | Warning: rand() expects parameter 2 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d | 53 | Warning: rand() expects parameter 2 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d |
| 54 | 54 | ||
| 55 | Warning: mt_rand() expects parameter 2 to be integer, string given in %s/tests/harden_rand_noargs.php on line %d | 55 | Warning: mt_rand() expects parameter 2 to be in%s, string given in %s/tests/harden_rand_noargs.php on line %d |
| 56 | 56 | ||
| 57 | Warning: rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_noargs.php on line %d | 57 | Warning: rand() expects exactly 2 parameters, 3 given in %s/tests/harden_rand_noargs.php on line %d |
| 58 | 58 | ||
