Test Setup Failed
Push — master ( 4158c4...b186ab )
by Gabriel
10:24 queued 07:56
created

Checkout Config

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=phpunit-coverage.xml'
                coverage:
                    file: 'phpunit-coverage.xml'
                    format: 'php-clover'
    environment:
        php:
            version: 5.5

Repository Config

# language: php