]> granicus.if.org Git - php/commitdiff
- Added missing SKIPIF
authorFelipe Pena <felipe@php.net>
Mon, 15 Feb 2010 21:32:25 +0000 (21:32 +0000)
committerFelipe Pena <felipe@php.net>
Mon, 15 Feb 2010 21:32:25 +0000 (21:32 +0000)
ext/soap/tests/bug46760.phpt
ext/soap/tests/bug48557.phpt
ext/soap/tests/bugs/bug36226-2.phpt
ext/soap/tests/bugs/bug42692.phpt
ext/soap/tests/bugs/bug46427.phpt

index 0b7c9ab4c1f07b35483e22594d1c8c75d4633f11..95cb58867f7517498be1470e8b77b0ab7c30ef0b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #46760 (SoapClient doRequest fails when proxy is used)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 
index 8ef778ff3849e5b30a70951fd8a4b5782d95f752..07245793db1047dd74c3ea3c16ee0f73214861d2 100644 (file)
@@ -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);
index 8110737616a0c0158c808bb9448ea4bffff1452d..e14832db4b608683cb762cb399ab91481b42a351 100755 (executable)
@@ -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--
index 3a4e099b1021796e332b3ea9a3c866f4f4512e25..1436f881e528bfe6a9129b8277273d03696f2c60 100755 (executable)
@@ -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');
index 5cf2e8f968f6cd2f4b1eca22efe4de0635a89cda..a49071e21ad792d8e35d0c8fc45f65a9cdd55d28 100644 (file)
@@ -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);