Test Setup Failed
Push — master ( df7782...f5da88 )
by
03:32
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

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

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