Test Failed
Branch master (cafdd0)
by Alexey
03:33
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 --config=phpspec.yml run