Passed
Push — master ( 1ab6a6...fe48fe )
by Joni
02:44
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