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.
2 parents 910222f + 8694f1b commit c7e2c3bCopy full SHA for c7e2c3b
.github/workflows/phpunit.yml
@@ -24,4 +24,4 @@ jobs:
24
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
25
26
- name: Run Tests
27
- run: vendor/bin/phpunit
+ run: vendor/bin/phpunit ./tests
0 commit comments