diff options
| author | Christian Göttsche | 2026-02-15 20:00:01 +0100 |
|---|---|---|
| committer | jvoisin | 2026-02-15 20:49:09 +0100 |
| commit | 9e94280c0b6356be37b8f9a0a4d2303146863a5b (patch) | |
| tree | 7f1441efa79d29cd9614a1318a9927eb3d20c179 /src/tests/xxe/disable_xxe_simplexml.phpt | |
| parent | 9ae9a21b60a25aa4df009211dbfbd9ac765e4ecb (diff) | |
tests: add several skip reasons
Co-authored-by: Julien "jvoisin" Voisin <julien.voisin@dustri.org>
Diffstat (limited to 'src/tests/xxe/disable_xxe_simplexml.phpt')
| -rw-r--r-- | src/tests/xxe/disable_xxe_simplexml.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/xxe/disable_xxe_simplexml.phpt b/src/tests/xxe/disable_xxe_simplexml.phpt index 6b1e3f5..d33e206 100644 --- a/src/tests/xxe/disable_xxe_simplexml.phpt +++ b/src/tests/xxe/disable_xxe_simplexml.phpt | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | Disable XXE | 2 | Disable XXE |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus") || !extension_loaded("simplexml")) print("skip"); ?> | 4 | <?php if (!extension_loaded("snuffleupagus") || !extension_loaded("simplexml")) print("skip"); ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip Not applicable for PHP 8+"; ?> |
| 6 | --INI-- | 6 | --INI-- |
| 7 | sp.configuration_file={PWD}/config/disable_xxe_disable.ini | 7 | sp.configuration_file={PWD}/config/disable_xxe_disable.ini |
| 8 | --EXTENSIONS-- | 8 | --EXTENSIONS-- |
