Skip to content

Commit

Permalink
Hiding test commands in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed May 22, 2015
1 parent 34ebaa3 commit 9e95404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ clear-cache:
php build/aws-clear-cache.php

test:
AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=bar \
@AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=bar \
vendor/bin/phpunit --testsuite=unit $(TEST)

coverage:
AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=bar \
@AWS_ACCESS_KEY_ID=foo AWS_SECRET_ACCESS_KEY=bar \
vendor/bin/phpunit --testsuite=unit --coverage-html=build/artifacts/coverage $(TEST)

coverage-show:
Expand Down

0 comments on commit 9e95404

Please sign in to comment.