Skip to content

Commit

Permalink
[phpunit] Disable deprecation as errors
Browse files Browse the repository at this point in the history
Until schmittjoh/serializer#1061 gets merged
Because there is a compatibility issue with a deprecated twig version
  • Loading branch information
rgomezcasas committed Mar 25, 2019
1 parent 30cdc71 commit 1d1ea97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<php>
<ini name="error_reporting" value="-1" />
<server name="KERNEL_CLASS" value="CodelyTv\MoocBackend\MoocBackendKernel" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>

<testsuites>
Expand Down

0 comments on commit 1d1ea97

Please sign in to comment.