Skip to content

Commit

Permalink
added phpunit as dev dependency, removed coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Donat committed May 10, 2014
1 parent 4de46d6 commit 96c6794
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ cs:
md:
phpmd src/

test:
vendor/bin/phpunit

cov:
phpunit --coverage-html=build/log/coverage
vendor/bin/phpunit --coverage-html=build/log/coverage
open build/log/coverage/index.html

pear:
Expand Down

0 comments on commit 96c6794

Please sign in to comment.