lev0607/php-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install
lint:
    composer run-script phpcs -- --standard=PSR12 tests src bin 
test:
    composer run-script phpunit tests