diff options
| author | jvoisin | 2020-06-07 19:32:56 +0200 |
|---|---|---|
| committer | jvoisin | 2020-06-07 19:40:09 +0200 |
| commit | ea47bc0734d58ba09f9cc66fa4b1dce13fff53cb (patch) | |
| tree | 8a8f539256bc7e5e3966c90a108b5b880a148d30 /src/tests/xxe/disable_xxe_simplexml.phpt | |
| parent | 6a5b3b6992f1e7698d3fb647eb8771db7ca27d17 (diff) | |
Travis-ci's SimpleXML setup is weird
So we're disabling simplexml's check on it.
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 bbd9336..85be5b4 100644 --- a/src/tests/xxe/disable_xxe_simplexml.phpt +++ b/src/tests/xxe/disable_xxe_simplexml.phpt | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | --TEST-- | 1 | --TEST-- |
| 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") || getenv('TRAVIS')) print("skip"); ?> |
| 5 | --INI-- | 5 | --INI-- |
| 6 | sp.configuration_file={PWD}/config/disable_xxe.ini | 6 | sp.configuration_file={PWD}/config/disable_xxe.ini |
| 7 | --EXTENSIONS-- | 7 | --EXTENSIONS-- |
