Passed
Branch master (2ba3ce)
by Zangra
11:15
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

    tests:
        override:
            -
                command: 'phpunit'
                coverage:
                    file: tests/reports/coverage-clover.xml
                    format: php-clover

Repository Config

# language: php