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

Run tests on PHPUnit 9 and update PHPUnit configuration schema for PHPUnit 9.3 #44

Closed SimonFrings closed 4 years ago

SimonFrings commented 4 years ago

PHPUnit 9.3 released a new schema for the phpunit.xml configuration file. I had to migrate the file to the new format in order to avoid the warning. PHPUnit Versions older than 9.3 have to use the phpunit.xml.legacy configuration file, because the new format is unknown for them. For further details concerning this pull request look into https://github.com/graphp/graphviz/pull/46.

It's also possible to run this code with PHP 8 🎉

$ docker run -it --rm -v `pwd`:/data --workdir=/data php:8.0.0beta2-cli php vendor/bin/phpunit
PHPUnit 9.4.1 by Sebastian Bergmann and contributors.

S........................SS..                                     29 / 29 (100%)

Time: 00:01.303, Memory: 10.00 MB

OK, but incomplete, skipped, or risky tests!
Tests: 29, Assertions: 56, Skipped: 3.