Test Failed
Push — master ( 733c8f...5700ea )
by Carsten
01:06 queued 17s
created

Checkout Config

filter:
  excluded_paths: [tests/*]

build:
  environment:
    php:
      version: 7.4
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
        coverage:
          file: 'clover.xml'
          format: 'php-clover'
checks:
  php:
    custom_coding_standard:
      ruleset_path: 'phpcs.xml'

Repository Config

# language: php

# tests: true