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 0feaa9b commit 3491ec1Copy full SHA for 3491ec1
.github/workflows/tests.yml
@@ -37,7 +37,7 @@ jobs:
37
run: npm run build
38
39
- name: Execute tests
40
- run: vendor/bin/pest
+ run: vendor/bin/pest -p
41
env:
42
DB_CONNECTION: mysql
43
DB_COLLATION: utf8mb4_unicode_ci
composer.json
@@ -39,8 +39,8 @@
"fakerphp/faker": "^1.23",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
- "pestphp/pest": "^2.23",
- "pestphp/pest-plugin-laravel": "^2.2"
+ "pestphp/pest": "^3.0",
+ "pestphp/pest-plugin-laravel": "^3.0"
44
},
45
"autoload": {
46
"files": [
0 commit comments