diff options
| author | jvoisin | 2022-04-17 17:18:09 +0200 |
|---|---|---|
| committer | jvoisin | 2022-04-17 17:18:09 +0200 |
| commit | b1f755665993b7b98806b9e36de935b212e9765e (patch) | |
| tree | 7ea1581cc124da32a571a46a344c6129b395c4de /src/tests/xxe | |
| parent | 5d1d7365d981f260023a193c5738413c4bfaa6bb (diff) | |
Fix dom-related test on Debian 11 on PHP7.4
Diffstat (limited to 'src/tests/xxe')
| -rw-r--r-- | src/tests/xxe/disable_xxe_dom_disabled.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/xxe/disable_xxe_dom_disabled.phpt b/src/tests/xxe/disable_xxe_dom_disabled.phpt index 107171c..4a888ed 100644 --- a/src/tests/xxe/disable_xxe_dom_disabled.phpt +++ b/src/tests/xxe/disable_xxe_dom_disabled.phpt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --TEST-- | 1 | --TEST-- |
| 2 | Disable XXE (feature enabled) | 2 | Disable XXE (feature enabled) |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus") || !extension_loaded("dom")) print("skip"); ?> | 4 | <?php if (!extension_loaded("snuffleupagus") || !extension_loaded("dom") || !extension_loaded("xml")) print("skip"); ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> |
| 6 | --INI-- | 6 | --INI-- |
| 7 | sp.configuration_file={PWD}/config/disable_xxe.ini | 7 | sp.configuration_file={PWD}/config/disable_xxe.ini |
