From cb340b58670dbd29d97002d1e213e1dcfb2e0ea4 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 2 Nov 2020 12:07:45 +0100 Subject: [PATCH] Updated phpunit configs to use new schema introduced in v9.3 --- phpunit-api.xml | 10 +++++----- phpunit-db.xml | 10 +++++----- phpunit.xml.dist | 21 ++++++++++----------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/phpunit-api.xml b/phpunit-api.xml index 6e481fe5..b38a3c0f 100644 --- a/phpunit-api.xml +++ b/phpunit-api.xml @@ -1,7 +1,7 @@ @@ -11,9 +11,9 @@ - - + + ./module/*/src - - + + diff --git a/phpunit-db.xml b/phpunit-db.xml index 86cdbbc6..a995448f 100644 --- a/phpunit-db.xml +++ b/phpunit-db.xml @@ -1,7 +1,7 @@ @@ -11,11 +11,11 @@ - - + + ./module/*/src/Repository ./module/*/src/**/Repository ./module/*/src/**/**/Repository - - + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist index c45743cf..68f5263a 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,7 +1,7 @@ @@ -17,15 +17,14 @@ - - + + ./module/*/src - - - ./module/Core/src/Repository - ./module/Core/src/**/Repository - ./module/Core/src/**/**/Repository - - - + + + ./module/Core/src/Repository + ./module/Core/src/**/Repository + ./module/Core/src/**/**/Repository + +