Skip to content

Commit a6d20e7

Browse files
committed
chore: use phpunit for test instead of pest
1 parent 32a17d0 commit a6d20e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
"minimum-stability": "dev",
7070
"prefer-stable": true,
7171
"scripts": {
72-
"test": "vendor/bin/pest",
73-
"test:unit": "pest --colors=always",
72+
"test": "vendor/bin/phpunit",
7473
"test:types": "phpstan analyse src --ansi",
7574
"format": "vendor/bin/pint"
7675
},

0 commit comments

Comments
 (0)