From 2067c4176f60da6f93322a5bac9deca67e11e558 Mon Sep 17 00:00:00 2001 From: Julio Date: Wed, 8 Sep 2021 08:11:08 +0200 Subject: [PATCH] Tests: Update phpunit config, ignore src/DataFixtures --- .github/workflows/phpunit.yml | 2 +- phpunit.xml.dist | 59 +++++++++++++++-------------------- 2 files changed, 27 insertions(+), 34 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index b778c6b6d9..1d1f3e37df 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -79,4 +79,4 @@ jobs: composer global require php-coveralls/php-coveralls sudo mkdir -p build/logs sudo chmod -R 777 build - php-coveralls --coverage_clover=clover.xml -v \ No newline at end of file + php-coveralls --coverage_clover=clover.xml -v diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 2fd6d835a4..eec30ab717 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,40 +1,33 @@ - - - - - - - - - - - - tests - - - - - - src - - - - - - - - - + + + + src + + + src/DataFixtures + + + + + + + + + + + tests + + + + + + + - +