13 Commits

Author SHA1 Message Date
Christian Flothmann
c26dfaaa2b run tests using PHPUnit 11.5 2025-07-31 11:31:17 +02:00
Nicolas Grekas
279bbf2b4b Update phpunit.xml.dist files for phpunit >= 9.3 2021-06-02 18:16:25 +02:00
Grégoire Paris
3aeef1328e Bump phpunit XSD version to 5.2
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)
2018-11-11 12:18:13 +01:00
Christian Flothmann
b41493722f fail when detecting risky tests 2017-04-12 09:39:27 +02:00
Nicolas Grekas
2c97bd0570 Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Nicolas Grekas
6c32da15dd [ci] SymfonyTestsListener is now auto-registered 2015-10-11 11:37:49 +02:00
Nicolas Grekas
d1d11d8875 [ci] Enable collecting and replaying skipped tests 2015-10-10 10:46:02 +02:00
Nicolas Grekas
9b6593a01c [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
sarah khalil
a51c5e94b3 [Tests] Silenced all deprecations in tests for 2.3 2014-12-18 20:00:19 +01:00
Christian Raue
ea730d7043 removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Christian Raue
08bdfeb67f added XSD to PHPUnit configuration 2014-07-07 11:57:21 +02:00
Fabien Potencier
8b15c2d9aa [WebProfilerBundle] added missing exclusion in phpunit.xml.dist 2012-12-13 11:03:59 +01:00
Fabien Potencier
6d3ce55790 [WebProfilerBundle] fixed composer.json and added missing PHPUnit configuration 2012-12-12 12:39:13 +01:00