diff options
| author | jvoisin | 2020-12-31 16:48:47 +0100 |
|---|---|---|
| committer | jvoisin | 2020-12-31 16:48:47 +0100 |
| commit | dc900601f36465ddef997a9f59fc208b00086033 (patch) | |
| tree | fb3aedad3f2dec100cec1544e44edf2c4ff76cd6 /src/tests/deny_writable | |
| parent | a6c6934433979796a6c490899e9d21acf6b50571 (diff) | |
Fix a test on php8
Diffstat (limited to 'src/tests/deny_writable')
| -rw-r--r-- | src/tests/deny_writable/deny_writable_execution_simulation.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/deny_writable/deny_writable_execution_simulation.phpt b/src/tests/deny_writable/deny_writable_execution_simulation.phpt index d825cfa..4352e77 100644 --- a/src/tests/deny_writable/deny_writable_execution_simulation.phpt +++ b/src/tests/deny_writable/deny_writable_execution_simulation.phpt | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | --TEST-- | 1 | --TEST-- |
| 2 | Readonly execution attempt (simulation mode) | 2 | Readonly execution attempt (simulation mode) |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 4 | <?php | 5 | <?php |
| 5 | if (!extension_loaded("snuffleupagus")) { print "skip" }; | 6 | if (!extension_loaded("snuffleupagus")) { print "skip" }; |
| 6 | if ("ubuntu" == getenv("CI_JOB_IMAGE")) { print "skip"; } | 7 | if ("ubuntu" == getenv("CI_JOB_IMAGE")) { print "skip"; } |
