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 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.
The text was updated successfully, but these errors were encountered:
When running the
vendor/bin/phpunit
withphp-7.4
andPHPUnit 9.4.x
versions, it presents following message:And I think we can consider using the
vendor/bin/phpunit --migrate-configuration
to resolve this issue.The text was updated successfully, but these errors were encountered: