Skip to content

Commit 531c7d2

Browse files
committed
wip
2 parents 1f25522 + 7a6438f commit 531c7d2

12 files changed

+2122
-2702
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"ext-json": "*",
3131
"mockery/mockery": "^1.4",
3232
"orchestra/testbench": "^7.0",
33-
"phpunit/phpunit": "^9.5",
34-
"spatie/laravel-ray": "^1.28"
33+
"spatie/laravel-ray": "^1.28",
34+
"pestphp/pest": "^1.20"
3535
},
3636
"autoload": {
3737
"psr-4": {
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"scripts": {
48-
"test": "vendor/bin/phpunit",
48+
"test": "vendor/bin/pest",
4949
"test-coverage": "phpunit --coverage-html coverage"
5050
},
5151
"config": {

0 commit comments

Comments
 (0)