Test Failed
Push — master ( aa4d4c...26623c )
by Sebastian
02:06
created

Checkout Config

build:
  tests:
    override:
      -
        command: 'phpunit'
        coverage:
          file: 'build/logs/clover.xml'
          format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true