Passed
Push — master ( 2182b2...873fd5 )
by Pavel
05:21
created

Checkout Config

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

filter:
  excluded_paths:
    - "./Tests"
    - "./Test"

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true