Completed
Push — master ( a49e8f...d1b83c )
by Chubarov
11:00 queued 08:57
created

Checkout Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit"
        coverage:
          file: clover.xml
          format: clover
filter:
  excluded_paths:
    - tests/*

Repository Config

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