This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge
Nicolas Grekas c88755899e minor #29175 Bump phpunit XSD version to 5.2 (greg0ire)
This PR was merged into the 2.8 branch.

Discussion
----------

Bump phpunit XSD version to 5.2

| Q             | A
| ------------- | ---
| Branch?       | 2.8
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

Some attributes being used in the phpunit configuration files, namely
`failOnRisky` and `failOnWarning` were introduced in phpunit 5.2.0. The
Composer configuration shows that tests should run with old versions of
phpunit, but phpunit only validates the configuration against the XSD
since phpunit 7.2.0
These changes can be tested as follows:

```
wget http://schema.phpunit.de/5.2/phpunit.xsd
xargs xmllint --schema phpunit.xsd  1>/dev/null
find src -name phpunit.xml.dist| xargs xmllint --schema phpunit.xsd  1>/dev/null
```

See 7e06a82806
See 46e3745a03/composer.json (L98)

Commits
-------

4dce4b7c30 Bump phpunit XSD version to 5.2
2018-11-11 20:39:52 +01:00
..
Doctrine minor #29175 Bump phpunit XSD version to 5.2 (greg0ire) 2018-11-11 20:39:52 +01:00
Monolog Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
PhpUnit Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Propel1 Fix for Isssue #18091 2016-03-12 15:51:44 +01:00
ProxyManager Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
Swiftmailer Alpha-ordering for "use" statements 2018-07-26 11:03:18 +02:00
Twig Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00