summaryrefslogtreecommitdiff
path: root/src/tests/deny_writable
diff options
context:
space:
mode:
authorjvoisin2020-12-31 16:48:47 +0100
committerjvoisin2020-12-31 16:48:47 +0100
commitdc900601f36465ddef997a9f59fc208b00086033 (patch)
treefb3aedad3f2dec100cec1544e44edf2c4ff76cd6 /src/tests/deny_writable
parenta6c6934433979796a6c490899e9d21acf6b50571 (diff)
Fix a test on php8
Diffstat (limited to 'src/tests/deny_writable')
-rw-r--r--src/tests/deny_writable/deny_writable_execution_simulation.phpt1
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--
2Readonly execution attempt (simulation mode) 2Readonly execution attempt (simulation mode)
3--SKIPIF-- 3--SKIPIF--
4<?php if (PHP_VERSION_ID >= 80000) print "skip"; ?>
4<?php 5<?php
5if (!extension_loaded("snuffleupagus")) { print "skip" }; 6if (!extension_loaded("snuffleupagus")) { print "skip" };
6if ("ubuntu" == getenv("CI_JOB_IMAGE")) { print "skip"; } 7if ("ubuntu" == getenv("CI_JOB_IMAGE")) { print "skip"; }