Skip to content

Commit 530ed2d

Browse files
authored
Update composer.json
1 parent e424c2b commit 530ed2d

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
@@ -35,8 +35,8 @@
3535
},
3636
"scripts": {
3737
"psalm": "vendor/bin/psalm",
38-
"test": "vendor/bin/phpunit",
39-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
38+
"test": "vendor/bin/pest",
39+
"test-coverage": "vendor/bin/pest --coverage",
4040
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
4141
},
4242
"config": {

0 commit comments

Comments
 (0)