Test Failed
Branch master (dd7a33)
by Csaba
03:06
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
tools:
    php_sim:
        min_mass: 30
checks:
    php:
        duplication: false
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=log/coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'