Skip to content

Commit

Permalink
Add check script to check everything
Browse files Browse the repository at this point in the history
  • Loading branch information
pelmered committed Nov 6, 2024
1 parent dfcc7f1 commit ceb7a04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
],
"coverage": [
"@php vendor/bin/phpunit --testsuite=default --coverage-clover=coverage.xml --coverage-filter=src --path-coverage"
],
"check" : [
"composer lint",
"composer test"
]
}
}

0 comments on commit ceb7a04

Please sign in to comment.