Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Update PHPUnit configuration schema for PHPUnit 9.3 #43
Conversation
|
@SimonFrings Thanks for the update, changes LGTM! |
PHPUnit 9.3 released a new schema for the
phpunit.xmlconfiguration 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 thephpunit.xml.legacyconfiguration 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 reactphp/cache#41.
It's also possible to run this code with PHP 8🎉
$ docker run -it --rm -v `pwd`:/data --workdir=/data php:8.0.0beta1-cli php vendor/bin/phpunit PHPUnit 9.3.8 by Sebastian Bergmann and contributors. ...................... 22 / 22 (100%) Time: 00:00.010, Memory: 6.00 MB OK (22 tests, 41 assertions)