-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
type/enhancementA new idea that should be implementedA new idea that should be implemented
Description
| Q | A |
|---|---|
| PHPUnit version | 7.0.2 |
| PHP version | 7.1.14 |
| Installation Method | Composer |
PHPUnit doesn't validate XML configuration against the schema. As a developer who periodically updates PHPUnit to the newest recommended version, I want to be notified if my schema is no longer compatible with PHPUnit (e.g. contains unsupported elements or attributes).
For instance, after beStrictAboutTestSize was renamed to enforceTimeLimit it's just ignored and therefore not taken into account anymore. Having it validated would help keep the configuration up to date.
localheinz
Metadata
Metadata
Assignees
Labels
type/enhancementA new idea that should be implementedA new idea that should be implemented