OSDN Git Service

Merge pull request #98 from dannyvankooten/use-single-quotes
[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