diff options
author | Felipe Pena <felipe@php.net> | 2010-02-15 21:32:25 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-02-15 21:32:25 +0000 |
commit | 610d4caabbf006023bdb4c96a6d5901085d43342 (patch) | |
tree | 049df122ea84248b2d36157b230beb23160cd15a /ext/soap/tests/bugs/bug46427.phpt | |
parent | 4637c8bcab5df9d39059d8714c75cac08fbf1b26 (diff) | |
download | php-git-610d4caabbf006023bdb4c96a6d5901085d43342.tar.gz |
- Added missing SKIPIF
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 5cf2e8f968..a49071e21a 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); |