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 #212.
It's also possible to run this code with PHP 8 (without extension) ๐
$ 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. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 63 / 287 ( 21%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 126 / 287 ( 43%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS 189 / 287 ( 65%) SSSSS.SSSSSS...............................SSSS.SSSSSSSSSSSSSSS 252 / 287 ( 87%) SSSSSSSSSSSSSSSSSSSSSSSSS.......... 287 / 287 (100%) Time: 00:01.606, Memory: 10.00 MB OK, but incomplete, skipped, or risky tests! Tests: 287, Assertions: 65, Skipped: 244.