Skip to content

Commit 06e0558

Browse files
committed
feat(pest): migrate from phpunit to pest
1 parent 905b72f commit 06e0558

13 files changed

+1320
-453
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"laravel/sail": "^1.41",
2323
"mockery/mockery": "^1.6",
2424
"nunomaduro/collision": "^8.6",
25-
"phpunit/phpunit": "^11.5.3"
25+
"pestphp/pest": "^3.8",
26+
"pestphp/pest-plugin-laravel": "^3.1"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)