Install Pest
This commit is contained in:
parent
4f3467266f
commit
c43e6b8403
|
|
@ -57,4 +57,4 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Run Tests
|
||||
run: ./vendor/bin/phpunit
|
||||
run: ./vendor/bin/pest
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@
|
|||
"laravel/sail": "^1.41",
|
||||
"mockery/mockery": "^1.6",
|
||||
"nunomaduro/collision": "^8.6",
|
||||
"phpunit/phpunit": "^11.5.3"
|
||||
"pestphp/pest": "^3.8",
|
||||
"pestphp/pest-plugin-laravel": "^3.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue