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/ + + + + + + + +