Skip to content

Commit 2952a65

Browse files
author
Given Ncube
committed
fix: changed the composer test command to use phpunit
1 parent 39dce60 commit 2952a65

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
@@ -49,7 +49,7 @@
4949
},
5050
"scripts": {
5151
"analyse": "vendor/bin/phpstan analyse",
52-
"test": "vendor/bin/pest",
52+
"test": "vendor/bin/phpunit --process-isolation --testdox",
5353
"test-coverage": "vendor/bin/pest --coverage",
5454
"format": "vendor/bin/pint",
5555
"post-autoload-dump": [

0 commit comments

Comments
 (0)