XML Configuration File Migrator does not remove cacheDirectory
attribute from <coverage>
element when migrating from PHPUnit 11.1 to PHPUnit 11.2
#5859
Labels
Summary
After updating from PHPUnit 11.1 to 11.2 I get the error "Your XML configuration validates against a deprecated schema. Migrate your XML configuration using "--migrate-configuration"!"
Using "--migrate-configuration" will change nothing in my phpunit.xml.dist (except some whitespace) and will not resolve the issue, the error stays.
Current behavior
I can't get rid of the message "Your XML configuration validates against a deprecated schema.".
How to reproduce
Use this phpunit.xml.dist and run PHPUnit:
This is the output of "composer info":
Expected behavior
"--migrate-configuration" should change the configuration to something it considers valid.
The text was updated successfully, but these errors were encountered: