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

Fix failing tests when ext-xdebug is not loaded and simplify tests for new Xdebug and PHPUnit versions #48

Closed clue closed 4 years ago

clue commented 4 years ago

This changeset fixes failing tests when ext-xdebug is not loaded and simplifies tests for new Xdebug and PHPUnit versions. This fixes a small oversight from #44. The additional simplification is possible as of #47. The affected tests do not need to be skipped anymore with ext-xdebug 2.7 as per https://bugs.xdebug.org/bug_view_page.php?bug_id=00001629