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
Configuration validation fails when using brackets (character group) in glob pattern.
Current behavior
Warning - The configuration file did not pass validation!
The following problems have been detected:
Line 7:
- Element 'directory': './tests/[a-h]*' is not a valid value of the atomic type 'xs:anyURI'.
Line 11:
- Element 'exclude': './tests/[a-h]*' is not a valid value of the atomic type 'xs:anyURI'.
Test results may not be as expected.
Despite the warning, it does work as expected.
How to reproduce
$ tree
.
├── phpunit.xml
└── tests
├── one
│ └── OneTest.php
└── two
└── TwoTest.php
Composer info
Summary
Configuration validation fails when using brackets (character group) in glob pattern.
Current behavior
Despite the warning, it does work as expected.
How to reproduce
Expected behavior
No configuration validation warning.
The text was updated successfully, but these errors were encountered: