From 6ac5983f3101f77c2a086a128a303e7d026c87e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 22 Oct 2022 14:57:04 +0200 Subject: [PATCH] Update test environment to report failed assertions --- .github/workflows/ci.yml | 1 + phpunit.xml.dist | 10 ++++++++-- phpunit.xml.legacy | 8 ++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4983d9..f7ef07a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: with: php-version: ${{ matrix.php }} coverage: xdebug + ini-file: development - run: composer install - run: vendor/bin/phpunit --coverage-text --stderr if: ${{ matrix.php >= 7.3 }} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index ea22d4c..2c828a1 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,11 +1,12 @@ - + convertDeprecationsToExceptions="true"> ./tests/ @@ -19,5 +20,10 @@ + + + + + diff --git a/phpunit.xml.legacy b/phpunit.xml.legacy index 4b0eafb..8b1885e 100644 --- a/phpunit.xml.legacy +++ b/phpunit.xml.legacy @@ -16,4 +16,12 @@ ./src/ + + + + + + + +