Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 0 additions & 2 deletions ext/soap/tests/bugs/bug27722.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Bug #27722 (Segfault on schema without targetNamespace)
--EXTENSIONS--
soap
--GET--
wsdl
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Expand Down
2 changes: 0 additions & 2 deletions ext/soap/tests/bugs/bug27742.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Bug #27742 (WDSL SOAP Parsing Schema bug)
--EXTENSIONS--
soap
--GET--
wsdl
--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 currently 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 currently unsupported on Windows");
}
?>
--EXTENSIONS--
soap
--GET--
Expand Down
Loading