From: Felipe Pena Date: Fri, 6 Aug 2010 23:05:39 +0000 (+0000) Subject: - Added missing SKIPIF X-Git-Tag: php-5.4.0alpha1~191^2~1134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13d42b168f0df64364b046982270f67bfa092cab;p=php - Added missing SKIPIF --- diff --git a/ext/soap/tests/bugs/bug50698_1.phpt b/ext/soap/tests/bugs/bug50698_1.phpt index c5d634a977..eb5f1e028b 100644 --- a/ext/soap/tests/bugs/bug50698_1.phpt +++ b/ext/soap/tests/bugs/bug50698_1.phpt @@ -1,5 +1,7 @@ --TEST-- Request #50698_1 (SoapClient should handle wsdls with some incompatiable endpoints) +--SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/bugs/bug50698_2.phpt b/ext/soap/tests/bugs/bug50698_2.phpt index 86ddf4806a..a39f4b56bf 100644 --- a/ext/soap/tests/bugs/bug50698_2.phpt +++ b/ext/soap/tests/bugs/bug50698_2.phpt @@ -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-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/bugs/bug50698_3.phpt b/ext/soap/tests/bugs/bug50698_3.phpt index 16a24dbe55..6cee6a67ec 100644 --- a/ext/soap/tests/bugs/bug50698_3.phpt +++ b/ext/soap/tests/bugs/bug50698_3.phpt @@ -1,5 +1,7 @@ --TEST-- Request #50698_3 (SoapClient should handle wsdls with some incompatiable endpoints -- EDGECASE: Large set of endpoints all incompatiable.) +--SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/bugs/bug50698_4.phpt b/ext/soap/tests/bugs/bug50698_4.phpt index ca444d7774..bb02d00939 100644 --- a/ext/soap/tests/bugs/bug50698_4.phpt +++ b/ext/soap/tests/bugs/bug50698_4.phpt @@ -1,5 +1,7 @@ --TEST-- Request #50698_4 (SoapClient should handle wsdls with some incompatiable endpoints) +--SKIPIF-- + --INI-- soap.wsdl_cache_enabled=0 --FILE-- diff --git a/ext/soap/tests/bugs/bug50762.phpt b/ext/soap/tests/bugs/bug50762.phpt index f9099f1ac1..77eb6ee6da 100644 --- a/ext/soap/tests/bugs/bug50762.phpt +++ b/ext/soap/tests/bugs/bug50762.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #50762 (in WSDL mode Soap Header handler function only being called if defined in WSDL) +--SKIPIF-- + --FILE--