Test Failed
Push — master ( 92d419...5cad30 )
by Vladimir
02:52 queued 35s
created

Checkout Config

build:
  tests:
    override:
      -
        command: "composer test"
        coverage:
          file: tests/coverage.xml
          format: clover
filter:
  excluded_paths:
    - tests/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }