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 e9a8e82 commit b3f09ecCopy full SHA for b3f09ec
.github/workflows/php-workshop.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run phpunit tests
32
run: |
33
mkdir -p build/logs
34
- vendor/bin/phpunit-simple --coverage-clover ./build/logs/clover.xml
+ vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
35
36
- name: Run phpcs
37
run: composer cs
0 commit comments