Completed
Push — master ( 936c08...a22976 )
by Vladimir
02:58
created

Checkout Config

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
build: true