From 53d14e51e012c79d8649198a3c1f0b8be52f1167 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 7 Aug 2020 15:59:53 +0100 Subject: [PATCH] [8.x] PHPUnit 9.3+ style code coverage config (#5368) * PHPUnit 9.3+ style code coverage config * Bumped minimum PHPUnit --- composer.json | 2 +- phpunit.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index ad8e075b..0b239d57 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "fzaninotto/faker": "^1.9.1", "mockery/mockery": "^1.3.1", "nunomaduro/collision": "^5.0", - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.3" }, "config": { "optimize-autoloader": true, diff --git a/phpunit.xml b/phpunit.xml index 76f22462..4ae4d979 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -12,11 +12,11 @@ ./tests/Feature - - + + ./app - - + +