Test Failed
Push — master ( cce765...0fc6ac )
by Bingo
03:09
created

Checkout Config

before_commands:
    - "composer install --no-interaction"
build:
  nodes:
    php72:
      environment:
        php: 7.2
        redis: false
    php73:
      environment:
        php: 7.3
        redis: false
    coverage:
      tests:
        override:
          - command: vendor/bin/phpunit
            coverage:
              file: build/logs/clover.xml                                        
              format: clover
    analysis:
      tests:
        override:
          - php-scrutinizer-run

Repository Config

# language: php

# tests: true