Add convertDeprecationsToExceptions to Core Bundle's phpunit config

This commit is contained in:
Victor Vasiloi 2022-03-04 17:35:00 +01:00 committed by Rafikooo
parent d3e76eb38b
commit bf5838f43c
No known key found for this signature in database
GPG key ID: 4A26D8327BC2442B

View file

@ -4,6 +4,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
colors="true"
convertDeprecationsToExceptions="true"
>
<testsuites>
<testsuite name="Sylius Test Suite">