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 ebccee9 commit a6cbc08Copy full SHA for a6cbc08
.github/workflows/php.yml
@@ -46,7 +46,7 @@ jobs:
46
run: composer update --no-ansi --no-interaction --no-progress
47
48
- name: Run tests with phpunit
49
- run: vendor/bin/phpunit --version && vendor/bin/phpunit
+ run: vendor/bin/phpunit --version && vendor/bin/phpunit --bootstrap=tests/bootstrap.php ./tests/
50
51
- name: Show info
52
run: ls -a -h ./ && ls -a -h ./tests
0 commit comments