5 lines
68 B
Makefile
5 lines
68 B
Makefile
cs:
|
|
php-cs-fixer fix --verbose
|
|
|
|
test:
|
|
phpunit -c phpunit.xml.dist
|