We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925c79f commit 54ceb4fCopy full SHA for 54ceb4f
.github/workflows/isolated-tests.yml
@@ -80,4 +80,4 @@ jobs:
80
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
81
82
- name: Execute tests
83
- run: phpunit --display-all-issues -c "packages/${{ matrix.package.basename }}/phpunit.xml"
+ run: php -d display_errors=1 phpunit --display-all-issues -c "packages/${{ matrix.package.basename }}/phpunit.xml"
0 commit comments