Finally found the solution !
Just add
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>
to your phpunit.xml (or any other file that you use to configure phpunit)
Finally found the solution !
Just add
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>
to your phpunit.xml (or any other file that you use to configure phpunit)