Prionyx/project-lvl2-s197

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
        composer install
make lint:
        composer run-script phpcs -- --standard=PSR2 bin
test:
        composer run-script phpunit test

.PHONY: test