From 4a1e56671b4a28d943b11451857f40ee04daebe2 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Jun 2019 13:15:06 +0200 Subject: [PATCH] New PHPUnit config --- phpunit.coverage.specific.xml | 1 + phpunit.coverage.xml | 1 + phpunit.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/phpunit.coverage.specific.xml b/phpunit.coverage.specific.xml index 117e800802..e9c3b8526f 100644 --- a/phpunit.coverage.specific.xml +++ b/phpunit.coverage.specific.xml @@ -39,6 +39,7 @@ ./tests/Unit/Console + ./tests/Unit/Factory diff --git a/phpunit.coverage.xml b/phpunit.coverage.xml index e5cbcc7df2..0298e55be6 100644 --- a/phpunit.coverage.xml +++ b/phpunit.coverage.xml @@ -39,6 +39,7 @@ ./tests/Unit/Console + ./tests/Unit/Factory diff --git a/phpunit.xml b/phpunit.xml index 697a9238d2..e7d57e8208 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -39,6 +39,7 @@ ./tests/Unit/Console + ./tests/Unit/Factory