pldin601/php-result

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    composer install --prefer-dist

update:
    composer update --prefer-dist

autoload:
    composer dump-autoload

test:
    composer exec phpunit -- --color tests

report:
    composer exec test-reporter

lint:
    composer exec 'phpcs --standard=PSR2 src tests'