Skip to content

Commit

Permalink
do not fail on deprecations (since we got at least one)
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed May 6, 2019
1 parent a20150b commit 53afe19
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 @@ -21,7 +21,7 @@
<php>
<server name="KERNEL_DIR" value="./Tests/Fixtures/App/app" />
<server name="KERNEL_CLASS" value="AppKernel" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak_vendors" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>

<filter>
Expand Down

0 comments on commit 53afe19

Please sign in to comment.