Test Failed
Push — master ( f74ace...ec91c4 )
by Harm
03:09
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

checks:
    php: true

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    environment:
        php:
            version: 7.2
        variables:
            SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT: '1'

    nodes:
        tests-with-coverage:
            tests:
                override:
                    - command: vendor/bin/simple-phpunit --coverage-clover=clover.xml
                      coverage:
                          file: clover.xml
                          format: clover

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true