From 9791590cf58eec3301eb6234fe53eb44caf7d52b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sun, 12 Apr 2026 21:18:57 +0200 Subject: [PATCH] Update test environment to report failed assertions --- .github/workflows/ci.yml | 1 + phpunit.xml.dist | 5 +++++ phpunit.xml.legacy | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a430dcb..1f82794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: xdebug + ini-file: development - run: composer install - run: vendor/bin/phpunit --coverage-text ${{ matrix.php < 7.3 && '-c phpunit.xml.legacy' || '' }} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 96144ba..df58d9e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -19,5 +19,10 @@ + + + + + diff --git a/phpunit.xml.legacy b/phpunit.xml.legacy index 109458b..8ad9394 100644 --- a/phpunit.xml.legacy +++ b/phpunit.xml.legacy @@ -17,5 +17,10 @@ + + + + +