summaryrefslogtreecommitdiff
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
commit610d4caabbf006023bdb4c96a6d5901085d43342 (patch)
tree049df122ea84248b2d36157b230beb23160cd15a
parent4637c8bcab5df9d39059d8714c75cac08fbf1b26 (diff)
downloadphp-git-610d4caabbf006023bdb4c96a6d5901085d43342.tar.gz
- Added missing SKIPIF
-rw-r--r--ext/soap/tests/bug48557.phpt2
-rwxr-xr-xext/soap/tests/bugs/bug42692.phpt2
-rw-r--r--ext/soap/tests/bugs/bug46427.phpt2
3 files changed, 6 insertions, 0 deletions
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/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);