icanhazstring/systemctl-php

Consider migrating PHPUnit configuration to be compatible with latest PHPUnit version

peter279k opened this issue · 1 comments

When running the vendor/bin/phpunit with php-7.4 and PHPUnit 9.4.x versions, it presents following message:

PHPUnit 9.4.2 by Sebastian Bergmann and contributors.

Warning:       Your XML configuration validates against a deprecated schema.
Suggestion:    Migrate your XML configuration using "--migrate-configuration"!

And I think we can consider using the vendor/bin/phpunit --migrate-configuration to resolve this issue.

Good point yes 👍