Skip to content
Snippets Groups Projects
Commit 36de83fe authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

tests: set SYMFONY_DEPRECATIONS_HELPER to allow indirect deprecations

We don't control our dependencies, so let them be.
parent 6abbb9b3
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
<server name="SHELL_VERBOSITY" value="-1"/> <server name="SHELL_VERBOSITY" value="-1"/>
<server name="SYMFONY_PHPUNIT_REMOVE" value=""/> <server name="SYMFONY_PHPUNIT_REMOVE" value=""/>
<server name="SYMFONY_PHPUNIT_VERSION" value="9"/> <server name="SYMFONY_PHPUNIT_VERSION" value="9"/>
<server name="SYMFONY_DEPRECATIONS_HELPER" value='max[direct]=0&amp;quiet[]=indirect'/>
<server name="KERNEL_CLASS" value="Dbp\Relay\CoreBundle\Tests\Kernel"/> <server name="KERNEL_CLASS" value="Dbp\Relay\CoreBundle\Tests\Kernel"/>
</php> </php>
<testsuites> <testsuites>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment