From afed1468e41dd4b97f8f07114ae9e18d0880be2f Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 6 Aug 2010 23:05:39 +0000 Subject: [PATCH] - Added missing SKIPIF --- ext/soap/tests/bugs/bug50698_1.phpt | 2 ++ ext/soap/tests/bugs/bug50698_2.phpt | 2 ++ ext/soap/tests/bugs/bug50698_3.phpt | 2 ++ ext/soap/tests/bugs/bug50698_4.phpt | 2 ++ ext/soap/tests/bugs/bug50762.phpt | 2 ++ 5 files changed, 10 insertions(+) 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--