Skip to content

Commit

Permalink
Added standalone composer command for running tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubTesarek committed Dec 3, 2020
1 parent c31c4e2 commit 4714544
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"all": [
"@lint",
"@analyze",
"./vendor/bin/phpunit --colors=always"
"@test"
],
"analyze": [
"vendor/bin/ecs check src/ tests/ --ansi",
Expand All @@ -73,6 +73,9 @@
"vendor/bin/parallel-lint -j 10 ./src ./tests",
"@composer validate",
"@composer normalize --dry-run"
],
"test": [
"./vendor/bin/phpunit --colors=always"
]
}
}

0 comments on commit 4714544

Please sign in to comment.