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 dce9500 commit 11986e4Copy full SHA for 11986e4
.github/workflows/tests.yml
@@ -118,11 +118,11 @@ jobs:
118
119
- name: Run PHPUnit
120
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
121
- run: php vendor/phpunit/phpunit/phpunit
+ run: php vendor/bin/phpunit
122
123
- name: Run PHP CS Fixer
124
if: matrix.coding-standards
125
- 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
126
127
- name: Check license year
128
0 commit comments