Skip to content

Commit

Permalink
dont report deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Nov 24, 2024
1 parent e58774b commit edb45b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<php>
<server name="KERNEL_CLASS" value="Survos\SeoBundle\Tests\TestKernel"/>
<env name="APP_SECRET" value="fe196adcbe969798aee3c2d65f057ee9"/>

<ini name="error_reporting" value="-1" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="max[self]=0&amp;max[direct]=0"/>
</php>
<source>
<include>
Expand Down

0 comments on commit edb45b3

Please sign in to comment.