Test Failed
Branch master (024f1c)
by Christian
01:23
created

Checkout Config

filter:
  excluded_paths:
    - vendor/*
    - test/*

build:
  environment:
    php: 7.4

  tests:
    override:
      - command: make phpunit
        coverage:
          file: build/coverage.clover
          format: php-clover

Repository Config

# language: php

# tests: true