mirror of
https://github.com/symfony/debug.git
synced 2026-03-25 01:32:09 +01:00
2.8
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 See7e06a82806See46e3745a03/composer.json (L98)
Debug Component
The Debug component provides tools to ease debugging PHP code.
Resources
Releases
36
Languages
PHP
100%