Test Failed
Branchmaster (10e90c)
by Alexey
03:40
created

Repository Config

filter:
    paths:
        - 'src/*'
        - 'web/'
    excluded_paths:
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }
build:
    environment:
        php:
            version: "7.0.8"
            ini:
                'date.timezone': 'Europe/Moscow'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'