Skip to content

Commit 4f68aba

Browse files
committed
cleanup compose.json
1 parent 8f4ebdf commit 4f68aba

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
@@ -53,7 +53,7 @@
5353
}
5454
},
5555
"scripts": {
56-
"test": "vendor/bin/phpunit",
57-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
56+
"test": "vendor/bin/pest",
57+
"test-coverage": "vendor/bin/pest --coverage-html coverage"
5858
}
5959
}

0 commit comments

Comments
 (0)