OSDN Git Service

Merge config params with query params #101
[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