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 ca58d7c commit 3772e98Copy full SHA for 3772e98
.github/workflows/phpunit.yml
@@ -64,4 +64,4 @@ jobs:
64
run: "composer config platform --unset && composer update ${{ env.COMPOSER_FLAGS }}"
65
66
- name: "Run PHPUnit"
67
- run: "composer phpunit"
+ run: "vendor/bin/phpunit"
0 commit comments