diff options
| author | jvoisin | 2020-12-31 14:58:37 +0100 |
|---|---|---|
| committer | jvoisin | 2020-12-31 14:58:37 +0100 |
| commit | 3934044e873a24ac7a89014c1ad79e585d6a1148 (patch) | |
| tree | 8ab7123628bc4567874a7407bb81d07952965486 /src/tests/stream_wrapper | |
| parent | 6db0b53393015c639afb7e1fd8efcba65fb6234b (diff) | |
Actually enable the tests
Diffstat (limited to 'src/tests/stream_wrapper')
| -rw-r--r-- | src/tests/stream_wrapper/stream_wrapper_register.phpt | 1 | ||||
| -rw-r--r-- | src/tests/stream_wrapper/stream_wrapper_without_openssl.phpt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/tests/stream_wrapper/stream_wrapper_register.phpt b/src/tests/stream_wrapper/stream_wrapper_register.phpt index 15eb444..27d8afb 100644 --- a/src/tests/stream_wrapper/stream_wrapper_register.phpt +++ b/src/tests/stream_wrapper/stream_wrapper_register.phpt | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | Stream wrapper | 2 | Stream wrapper |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 6 | --INI-- | 5 | --INI-- |
| 7 | sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini | 6 | sp.configuration_file={PWD}/config/config_stream_wrapper_register.ini |
| 8 | --FILE-- | 7 | --FILE-- |
diff --git a/src/tests/stream_wrapper/stream_wrapper_without_openssl.phpt b/src/tests/stream_wrapper/stream_wrapper_without_openssl.phpt index b4bdc3f..54fd067 100644 --- a/src/tests/stream_wrapper/stream_wrapper_without_openssl.phpt +++ b/src/tests/stream_wrapper/stream_wrapper_without_openssl.phpt | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | Stream wrapper, without a dependency on openssl | 2 | Stream wrapper, without a dependency on openssl |
| 3 | --SKIPIF-- | 3 | --SKIPIF-- |
| 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> | 4 | <?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> |
| 5 | <?php if (PHP_VERSION_ID >= 80000) print "skip"; ?> | ||
| 6 | --INI-- | 5 | --INI-- |
| 7 | sp.configuration_file={PWD}/config/config_stream_wrapper.ini | 6 | sp.configuration_file={PWD}/config/config_stream_wrapper.ini |
| 8 | --FILE-- | 7 | --FILE-- |
