Passed
Branch master (c70274)
by David
03:40
created

Repository Config

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true
checks:                   
    php:
        code_rating: true
        duplication: true