summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/tests/stream_wrapper/stream_wrapper.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tests/stream_wrapper/stream_wrapper.phpt b/src/tests/stream_wrapper/stream_wrapper.phpt
index fdea50c..3336ef6 100644
--- a/src/tests/stream_wrapper/stream_wrapper.phpt
+++ b/src/tests/stream_wrapper/stream_wrapper.phpt
@@ -1,7 +1,10 @@
1--TEST-- 1--TEST--
2Stream wrapper 2Stream wrapper
3--SKIPIF-- 3--SKIPIF--
4<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?> 4<?php
5if (!extension_loaded("snuffleupagus")) print "skip snuffleupagus extension missing";
6if (!extension_loaded("openssl")) print "skip openssl extension missing";
7?>
5--INI-- 8--INI--
6sp.configuration_file={PWD}/config/config_stream_wrapper.ini 9sp.configuration_file={PWD}/config/config_stream_wrapper.ini
7--FILE-- 10--FILE--