Skip to content

Commit

Permalink
Merge pull request #66 from lloricode/pest-on-composer-script
Browse files Browse the repository at this point in the history
Use pest on composer test script
  • Loading branch information
freekmurze authored May 29, 2023
2 parents 0bdae5b + 6ecb55a commit 846b92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"league/iso3166": "Needed for the CountryCode rule and Currency rule"
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage-html coverage",
"format": "./vendor/bin/pint",
"inspect": "./vendor/bin/pint --test"
},
Expand Down

0 comments on commit 846b92d

Please sign in to comment.