Test Failed
Push — master ( d46814...18961c )
by Joël
01:40
created

Checkout Config

# .scrutinizer.yml
checks:
    php: true

filter:
    paths: [ "src/*" ]
    excluded_paths:
        - "tests/*"
        - "*/vendor/*"

build:
    environment:
        timezone: UTC
        php:
            version: 5.6
        mysql: 5.5
    tests:
        override:
            -
                command: './vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xmll'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: false
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'