Test Failed
Push — master ( 437c5d...cafdd0 )
by Alexey
07:14
created

Repository Config

filter:
    excluded_paths:
        - 'spec/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    environment:
        php: '7.0.8'
    tests:
        override:
            - ./vendor/bin/phpunit --configuration phpunit.xml
            - ./vendor/bin/phpspec