Test Setup Failed
Push — master ( 26fee4...66a233 )
by
01:20
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: './bin/phpunit'
    environment:
        php:
            version: '5.6'

filter:
    paths: ["src"]
    excluded_paths:
        - "spec/"
        - "tests/"

Repository Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: './bin/phpunit'
    environment:
        php:
            version: '5.6'

filter:
    paths: ["src"]
    excluded_paths:
        - "spec/"
        - "tests/"