phpmd:
$(info Running phpmd analysis...)
vendor/bin/phpmd phpmd --vvv
phpcs:
$(info Running phpcs analysis...)
vendor/bin/phpcs src/
tests:
$(info Running functional tests, this might take a few minutes...)
vendor/bin/phpunit tests/functional
view raw gistfile1.txt hosted with ❤ by GitHub