Skip to content

Commit

Permalink
Merge pull request #182 from j0k3r/avoid-deprecated-error
Browse files Browse the repository at this point in the history
Avoid deprecated message to fail the build
  • Loading branch information
j0k3r authored Dec 4, 2018
2 parents 3456815 + 97ebf42 commit e0db199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
bootstrap="vendor/autoload.php"
>

<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
</php>

<testsuites>
<testsuite name="Graby Test Suite">
<directory>./tests</directory>
Expand Down

0 comments on commit e0db199

Please sign in to comment.