Skip to content

Fix failing soap tests on Windows #16084

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
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