clue / reactphp-soap

Simple, async SOAP webservice client, built on top of ReactPHP.
https://clue.engineering/2020/announcing-reactphp-soap-2
MIT License
64 stars 25 forks source link

Improve test suite #16

Closed clue closed 6 years ago

clue commented 9 years ago

The test suite currently only consists of functional tests which send actual SOAP requests against a public SOAP API.

This means that our test suite is useless if this webservice should (ever) be down.

We should look into adding proper unit tests and perhaps another functional test case.

clue commented 9 years ago

FWIW: Another possible functional webservice: http://api.bioinfo.no/wsdl/EchoService.wsdl

clue commented 8 years ago

For the reference: #11 is now in, this should probably help with mocking from a local WSDL file.