Passed
Push — develop ( 239bf5...ca305c )
by Szymon
02:23 queued 10s
created

Checkout Config

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

Repository Config

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