Skip to content

Commit

Permalink
Fix wrong composer test script
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 25, 2020
1 parent e64130a commit 17d9f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
"find ./src \\( -name '*.yml' -or -name '*.yaml' \\) -not -path '*/vendor/*' | xargs yaml-lint"
],
"phpstan": "vendor/bin/phpstan analyse",
"test": "vendor/bin/phpunit --colors=always --coverage-clover build/logs/clover.xml"
"test": "vendor/bin/phpunit --colors=always"
}
}

0 comments on commit 17d9f78

Please sign in to comment.