Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ext/soap/tests/bugs/bug27722.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Bug #27722 (Segfault on schema without targetNamespace)
--EXTENSIONS--
soap
--GET--
wsdl
--CGI--
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Expand Down
3 changes: 1 addition & 2 deletions ext/soap/tests/bugs/bug27742.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
Bug #27742 (WDSL SOAP Parsing Schema bug)
--EXTENSIONS--
soap
--GET--
wsdl
--CGI--
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Expand Down
6 changes: 6 additions & 0 deletions ext/soap/tests/server011.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
SOAP Server 11: bind
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") {
die("skip current unsupported on Windows");
}
?>
--EXTENSIONS--
soap
--GET--
Expand Down
6 changes: 6 additions & 0 deletions ext/soap/tests/server012.phpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
--TEST--
SOAP Server 12: WSDL generation
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") {
die("skip current unsupported on Windows");
}
?>
--EXTENSIONS--
soap
--GET--
Expand Down
Loading