From 47c2d0eaf17e72895c5785c0348a50c84874d543 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 21 Jun 2019 19:05:36 +0200 Subject: [PATCH] Expand unit tests --- phpunit.coverage.specific.xml | 3 +++ phpunit.coverage.xml | 3 +++ phpunit.xml | 3 +++ 3 files changed, 9 insertions(+) diff --git a/phpunit.coverage.specific.xml b/phpunit.coverage.specific.xml index e9c3b8526f..9ce77026fc 100644 --- a/phpunit.coverage.specific.xml +++ b/phpunit.coverage.specific.xml @@ -40,6 +40,9 @@ ./tests/Unit/Console ./tests/Unit/Factory + ./tests/Unit/Generator + ./tests/Unit/Handlers + ./tests/Unit/Helpers diff --git a/phpunit.coverage.xml b/phpunit.coverage.xml index 0298e55be6..09b4fb65bb 100644 --- a/phpunit.coverage.xml +++ b/phpunit.coverage.xml @@ -40,6 +40,9 @@ ./tests/Unit/Console ./tests/Unit/Factory + ./tests/Unit/Generator + ./tests/Unit/Handlers + ./tests/Unit/Helpers diff --git a/phpunit.xml b/phpunit.xml index e7d57e8208..7683865d35 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -40,6 +40,9 @@ ./tests/Unit/Console ./tests/Unit/Factory + ./tests/Unit/Generator + ./tests/Unit/Handlers + ./tests/Unit/Helpers