onema/classyfile

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=code-coverage'
                coverage:
                    file: 'code-coverage'
                    format: 'php-clover'