Skip to content

Commit

Permalink
Introduce composer commands for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobattocchi committed Jun 29, 2023
1 parent 943107d commit ad1984f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
],
"coverage": [
"@php ./vendor/phpunit/phpunit/phpunit"
],
"integration-test": [
"@php ./vendor/phpunit/phpunit/phpunit -c phpunit-integration.xml.dist --no-coverage"
],
"integration-coverage": [
"@php ./vendor/phpunit/phpunit/phpunit -c phpunit-integration.xml.dist"
]
},
"config": {
Expand Down

0 comments on commit ad1984f

Please sign in to comment.