]> granicus.if.org Git - php/commitdiff
- Added missing SKIPIF
authorFelipe Pena <felipe@php.net>
Fri, 6 Aug 2010 23:05:39 +0000 (23:05 +0000)
committerFelipe Pena <felipe@php.net>
Fri, 6 Aug 2010 23:05:39 +0000 (23:05 +0000)
ext/soap/tests/bugs/bug50698_1.phpt
ext/soap/tests/bugs/bug50698_2.phpt
ext/soap/tests/bugs/bug50698_3.phpt
ext/soap/tests/bugs/bug50698_4.phpt
ext/soap/tests/bugs/bug50762.phpt

index c5d634a9777b7482860cf0f5391dea41a7772130..eb5f1e028b1c345f66f514d2c4b93177a1142f46 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --INI--
 soap.wsdl_cache_enabled=0
 --FILE--
index 86ddf4806aeafb730868b893fd18131e581b5105..a39f4b56bfaad144636742465d73e24f47e5dcc4 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Request #50698_2 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large mix of compatiable and incompatiable endpoints.)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --INI--
 soap.wsdl_cache_enabled=0
 --FILE--
index 16a24dbe55c5057484229e58402d69893ce35e78..6cee6a67ec417b393f2f6ebf23df17e33055f55b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoints all incompatiable.)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --INI--
 soap.wsdl_cache_enabled=0
 --FILE--
index ca444d7774d9c7f1825c02a13aebc95e003469ca..bb02d0093931ddb7c214ef93cde9f1be0d2c346b 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --INI--
 soap.wsdl_cache_enabled=0
 --FILE--
index f9099f1ac149d780a5d4f656f77b02e119ab813d..77eb6ee6da5b6514e2608647049388e5c35454be 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 class testSoap {