Skip to content

Commit

Permalink
Avoid deprecated message to fail the build
Browse files Browse the repository at this point in the history
Mostly for the 7.1 build which fails because of:

The "PHPUnit_Framework_MockObject_Matcher_Parameters::verify()" method will require a new "PHPUnit_Framework_MockObject_Invocation $invocation" argument in the next major version of its parent class "PHPUnit_Framework_MockObject_Matcher_StatelessInvocation", not defining it is deprecated.
  • Loading branch information
j0k3r committed Dec 4, 2018
1 parent 3456815 commit 97ebf42
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 97ebf42

Please sign in to comment.