From 8c841c3266337c9f5b060d693e25d22b97aa59d8 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sat, 6 Jul 2019 01:49:55 +0200 Subject: [PATCH] Update test libraries --- composer.json | 4 ++-- tests/phpunit.integration.xml | 3 +-- tests/phpunit.unit.xml | 3 +-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 20da4e05c..114f4549c 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,8 @@ "zendframework/zend-stratigility": "^3.0" }, "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^6.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.0" }, "autoload": { "psr-4": { diff --git a/tests/phpunit.integration.xml b/tests/phpunit.integration.xml index 2ebc8b719..3e1869c9c 100644 --- a/tests/phpunit.integration.xml +++ b/tests/phpunit.integration.xml @@ -7,8 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" - syntaxCheck="false"> + stopOnFailure="false"> diff --git a/tests/phpunit.unit.xml b/tests/phpunit.unit.xml index aaa4c2d93..770adad2b 100644 --- a/tests/phpunit.unit.xml +++ b/tests/phpunit.unit.xml @@ -7,8 +7,7 @@ convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" - stopOnFailure="false" - syntaxCheck="false"> + stopOnFailure="false">