]> 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 5479ae9d10cf7f569a6a88ba99a96a07d9908817..b0881f142fa887b6316535f5d71c86dd27c8f6b0 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 6511556b584f458c86fcf50207262c3f42695ef7..7a54ea69fa0973f40f69c5328db0f7c43d09759e 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);