Passed
Push — master ( fe48fe...ecece5 )
by Joni
01:43
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.20
    tests:
        override:
        -   command: vendor/bin/phpunit
            coverage:
                format: php-clover
                file: build/logs/clover.xml
checks:
    php:
        code_rating: true
        duplication: false
filter:
    excluded_paths:
    - test/

Repository Config

# language: php