Passed
Push — master ( da6533...fc08b6 )
by Jacques
02:25
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --colors --debug --configuration=tests/phpunit.xml --coverage-clover /home/scrutinizer/build/logs/coverage.clover --coverage-text'
                coverage:
                    file: 'logs/coverage.clover'
                    format: 'clover'

Repository Config

# language: php

# tests: true