Skip to content

Commit

Permalink
fix(tests): Avoid tests failure coming from Jane (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Jun 16, 2023
1 parent 82406c8 commit 30b0190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<server name="APP_ENV" value="test" force="true" />
<server name="SHELL_VERBOSITY" value="-1" />
<server name="KERNEL_CLASS" value="JoliCode\Elastically\Tests\Symfony\TestKernel"/>
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=0"/>
<server name="SYMFONY_DEPRECATIONS_HELPER" value="max[direct]=11"/> <!-- @see https://github.com/janephp/janephp/issues/727 -->
</php>

<listeners>
Expand Down

0 comments on commit 30b0190

Please sign in to comment.