Test Setup Failed
Push — develop ( c4d986...67288c )
by Romain
02:18
created

Checkout Config

imports:
    - php

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/
tools:
    php_mess_detector: true
    php_cpd:
        excluded_dirs:
            - tests/
    php_loc:
        excluded_dirs:
            - tests/
    php_pdepend:
        excluded_dirs:
            2: tests/

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

Repository Config

# language: php