Skip to content

Commit ef002a2

Browse files
committed
use phpunit
1 parent cd0cda7 commit ef002a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"scripts": {
5050
"post-autoload-dump": "@php ./vendor/bin/testbench package:discover --ansi",
5151
"analyse": "vendor/bin/phpstan analyse",
52-
"test": "vendor/bin/pest",
53-
"test-coverage": "vendor/bin/pest --coverage",
52+
"test": "vendor/bin/phpunit",
53+
"test-coverage": "vendor/bin/phpunit --coverage",
5454
"format": "vendor/bin/pint"
5555
},
5656
"config": {

0 commit comments

Comments
 (0)