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 5250b92 commit a32a097Copy full SHA for a32a097
.github/workflows/ci.yaml
@@ -81,11 +81,11 @@ jobs:
81
run: composer install
82
83
- name: Run PHPUnit tests
84
- run: vendor/bin/simple-phpunit
+ run: vendor/bin/phpunit
85
if: matrix.coverage == 'none'
86
87
- name: PHPUnit tests and Log Code coverage
88
- run: vendor/bin/simple-phpunit --coverage-clover=coverage.xml
+ run: vendor/bin/phpunit --coverage-clover=coverage.xml
89
if: matrix.coverage == 'xdebug'
90
91
- name: Run codecov
0 commit comments