Browse Source

- Added missing SKIPIF

experimental/with_scalar_types
Felipe Pena 16 years ago
parent
commit
13d42b168f
  1. 2
      ext/soap/tests/bugs/bug50698_1.phpt
  2. 2
      ext/soap/tests/bugs/bug50698_2.phpt
  3. 2
      ext/soap/tests/bugs/bug50698_3.phpt
  4. 2
      ext/soap/tests/bugs/bug50698_4.phpt
  5. 2
      ext/soap/tests/bugs/bug50762.phpt

2
ext/soap/tests/bugs/bug50698_1.phpt

@ -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--

2
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--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--

2
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--
<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--

2
ext/soap/tests/bugs/bug50698_4.phpt

@ -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--

2
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--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
class testSoap {

Loading…
Cancel
Save