From 97ebf42905a274d58d54f4b940f23256cad22475 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Tue, 4 Dec 2018 15:31:42 +0100 Subject: [PATCH] Avoid deprecated message to fail the build 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. --- phpunit.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpunit.xml b/phpunit.xml index 38f6678d..2ba53a01 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -11,6 +11,10 @@ bootstrap="vendor/autoload.php" > + + + + ./tests