diff options
Diffstat (limited to 'ext/soap/tests/bugs/bug42692.phpt')
-rwxr-xr-x | ext/soap/tests/bugs/bug42692.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/soap/tests/bugs/bug42692.phpt b/ext/soap/tests/bugs/bug42692.phpt index 3a4e099b1..1436f881e 100755 --- a/ext/soap/tests/bugs/bug42692.phpt +++ b/ext/soap/tests/bugs/bug42692.phpt @@ -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'); |