Passed
Push — master ( 6007bf...94083c )
by Mr
09:41
created

Checkout Config

filter:
  excluded_paths:
    - ".github/"
    - "examples/"
    - "tests/"
    - "vendor/"
    - "configuration/"

checks:
  php: true

coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true

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

Repository Config

# language: php

# tests: true