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 01e899a commit 7667ffcCopy full SHA for 7667ffc
.github/workflows/run-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
65
66
- name: Execute tests
67
- run: vendor/bin/pest
+ run: vendor/bin/phpunit
68
env:
69
DB_USERNAME: user
70
DB_PASSWORD: secret
composer.json
@@ -49,7 +49,10 @@
49
"test-coverage": "phpunit --coverage-html coverage"
50
},
51
"config": {
52
- "sort-packages": true
+ "sort-packages": true,
53
+ "allow-plugins": {
54
+ "pestphp/pest-plugin": true
55
+ }
56
57
"extra": {
58
"laravel": {
0 commit comments