Test Setup Failed
Push — master ( d58b4a...a63b58 )
by Matthias
05:08
created

Checkout Config

build:
  environment:
    php:
      version: 7.4
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover coverage-report'
        coverage:
          file: 'coverage-report'
          format: 'clover'

tools:
  php_code_sniffer:
    enabled: true
    config:
      standard: PSR2

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true