Completed
Push — master ( f1c36b...d5e8bc )
by Vladimir
02:13
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