OSDN Git Service

Merge pull request #95 from dannyvankooten/clean-up-git-ignore
[php-libraries/Router.git] / makefile
1 phpcs:
2         @vendor/bin/phpcs --standard=PSR2 src tests
3
4 tests:
5         @vendor/bin/phpunit
6
7 .PHONY: tests phpcs