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 27c5cc8 commit 959cc1aCopy full SHA for 959cc1a
.github/workflows/tests.yml
@@ -114,11 +114,11 @@ jobs:
114
115
- name: Run PHPUnit
116
if: matrix.coding-standards != true && matrix.static-analysis != true
117
- run: php vendor/phpunit/phpunit/phpunit
+ run: php vendor/bin/phpunit
118
119
- name: Run PHP CS Fixer
120
if: matrix.coding-standards
121
- run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
+ run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
122
123
- name: Analyze composer dependencies
124
0 commit comments