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
After updating PHPUnit to version 7.2 every test run produces warning about invalid configuration file.
Warning - The configuration file did not pass validation!
The following problems have been detected:
Line 18:
- Element 'directory', attribute 'prefix': The attribute 'prefix' is not allowed.
I use prefix attribute to run TestCase files with specified prefix.
I guess it is connected with configuration validation added in version 7.2 #3048
Prefix attribute doesn't exist in XSD file.
Does this mean that we I use deprecated or forgotten function ?
Is there any way to achieve the same behavior using different configuration options ?
The text was updated successfully, but these errors were encountered:
sebastianbergmann
changed the title
Configuration file validation - prefix attribute
prefix attribute for directory node missing from phpunit.xml XSD
Jul 19, 2018
After updating PHPUnit to version 7.2 every test run produces warning about invalid configuration file.
Testsuites configuration:
I use prefix attribute to run TestCase files with specified prefix.
I guess it is connected with configuration validation added in version 7.2 #3048
Prefix attribute doesn't exist in XSD file.
Does this mean that we I use deprecated or forgotten function ?
Is there any way to achieve the same behavior using different configuration options ?
The text was updated successfully, but these errors were encountered: