Passed
Push — master ( 8f0a6d...dcc114 )
by
unknown
34:12
created

Checkout Config

build:
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
        coverage:
          file: 'coverage.xml'
          format: 'php-clover'

Repository Config

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