Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider migrating PHPUnit configuration to be compatible with latest PHPUnit version #42

Closed
peter279k opened this issue Nov 8, 2020 · 1 comment · Fixed by #43
Closed

Comments

@peter279k
Copy link
Contributor

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.

@icanhazstring
Copy link
Owner

Good point yes 👍

peter279k added a commit to peter279k/systemctl-php that referenced this issue Nov 9, 2020
icanhazstring pushed a commit that referenced this issue Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants