reactphp / promise

Promises/A implementation for PHP.
https://reactphp.org/promise/
MIT License
2.38k stars 146 forks source link

Update PHPUnit configuration schema for PHPUnit 9.3 and run tests on PHPUnit 9 (promise-2.x) #183

Closed SimonFrings closed 3 years ago

SimonFrings commented 3 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 graphp/graphviz #46.

This pull request builds on top of #174 and #177.