Skip to content

Commit b654659

Browse files
committed
Use Pest test runner
1 parent 705e969 commit b654659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"scripts": {
4747
"analyse": "vendor/bin/phpstan analyse",
48-
"test": "vendor/bin/phpunit",
48+
"test": "vendor/bin/pest",
4949
"test:coverage": "vendor/bin/phpunit --coverage-clover clover.xml --whitelist src",
5050
"style": "vendor/bin/pint"
5151
},

0 commit comments

Comments
 (0)