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 6464418 commit 04cdff3Copy full SHA for 04cdff3
.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 -c "packages/${{ matrix.package.basename }}/phpunit.xml"
+ run: phpunit -c "packages/${{ matrix.package.basename }}/phpunit.xml" --testdox
0 commit comments