OSDN Git Service

Merge pull request #112 from antoine-pous/github
[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