summaryrefslogtreecommitdiff
path: root/ext/soap
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-02-15 21:32:25 +0000
committerFelipe Pena <felipe@php.net>2010-02-15 21:32:25 +0000
commit72d9e654e0156d1df6c84ccffc312d479199f1fc (patch)
tree59f237c727565011ebb7443b7c5293d0ab4f2dce /ext/soap
parent0a7fe05ab734a362ee400432608e8898d55de3b6 (diff)
downloadphp-git-72d9e654e0156d1df6c84ccffc312d479199f1fc.tar.gz
- Added missing SKIPIF
Diffstat (limited to 'ext/soap')
-rw-r--r--ext/soap/tests/bug46760.phpt2
-rw-r--r--ext/soap/tests/bug48557.phpt2
-rwxr-xr-xext/soap/tests/bugs/bug36226-2.phpt2
-rwxr-xr-xext/soap/tests/bugs/bug42692.phpt2
-rw-r--r--ext/soap/tests/bugs/bug46427.phpt2
5 files changed, 10 insertions, 0 deletions
diff --git a/ext/soap/tests/bug46760.phpt b/ext/soap/tests/bug46760.phpt
index 0b7c9ab4c1..95cb58867f 100644
--- a/ext/soap/tests/bug46760.phpt
+++ b/ext/soap/tests/bug46760.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #46760 (SoapClient doRequest fails when proxy is used)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
diff --git a/ext/soap/tests/bug48557.phpt b/ext/soap/tests/bug48557.phpt
index 8ef778ff38..07245793db 100644
--- a/ext/soap/tests/bug48557.phpt
+++ b/ext/soap/tests/bug48557.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL);
diff --git a/ext/soap/tests/bugs/bug36226-2.phpt b/ext/soap/tests/bugs/bug36226-2.phpt
index 8110737616..e14832db4b 100755
--- a/ext/soap/tests/bugs/bug36226-2.phpt
+++ b/ext/soap/tests/bugs/bug36226-2.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #36226 (Inconsistent handling when passing nillable arrays)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
diff --git a/ext/soap/tests/bugs/bug42692.phpt b/ext/soap/tests/bugs/bug42692.phpt
index 3a4e099b10..1436f881e5 100755
--- a/ext/soap/tests/bugs/bug42692.phpt
+++ b/ext/soap/tests/bugs/bug42692.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set('soap.wsdl_cache_enabled','0');
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);