checks:
    php:
        code_rating: true
        duplication: true
        
filter:
    excluded_paths: [vendor/*]
tools:
    php_mess_detector: true
    php_cpd: true
    php_pdepend:
        excluded_dirs: [vendor]
        
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
                    # language: php # tests: true