diff options
Diffstat (limited to 'ext/soap/tests/bugs/bug46427.phpt')
-rw-r--r-- | ext/soap/tests/bugs/bug46427.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/tests/bugs/bug46427.phpt b/ext/soap/tests/bugs/bug46427.phpt index 5cf2e8f96..a49071e21 100644 --- a/ext/soap/tests/bugs/bug46427.phpt +++ b/ext/soap/tests/bugs/bug46427.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #46427 (SoapClient() stumbles over its "stream_context" parameter) +--SKIPIF-- +<?php require_once('skipif.inc'); ?> --FILE-- <?php error_reporting(E_ALL|E_STRICT); |