Baseline configuration is not sent to PHPUnit
nikophil opened this issue · 0 comments
nikophil commented
Q | A |
---|---|
ParaTest version | 7.5.1 |
PHPUnit version | 11.3.0 |
PHP version | 8.3.9 |
Summary
It seems that paratest does not sends to phpunit the baseline configuration
here is an extract of my phpunit.xml:
<source ignoreSuppressionOfDeprecations="true" baseline="phpunit-baseline.xml">
</source>
In "normal" execution with PHPUnit, I don't see any deprecation, because they are ignored thanks to the baseline. But I see the deprecations with paratest.
At the end, I cannot configure phpunit.xml to fail on deprecations, because some of them exists, and they are not ignored with paratest.
thanks for your work!