You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the composer test, the PHPUnit reports following message:
PHPUnit 9.3.8 by Sebastian Bergmann and contributors.
Warning: Your XML configuration validates against a deprecated schema.
Suggestion: Migrate your XML configuration using "--migrate-configuration"!
.......
After running the vendor/bin/phpunit --migrate-configuration, the phpunit.xml.dist file has been changed and the diff is as follows:
When running the
composer test
, the PHPUnit reports following message:After running the
vendor/bin/phpunit --migrate-configuration
, thephpunit.xml.dist
file has been changed and the diff is as follows:Should we consider migrating new PHPUnit configuration?
The text was updated successfully, but these errors were encountered: