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 🎉
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 thephpunit.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 🎉