Passed
Push — master ( 7d21bd...18e8c4 )
by Ben
02:21
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

tools:
  php_cs_fixer:
    config: { level: psr2 }

build:
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=clover.xml'
        coverage:
          file: 'clover.xml'
          format: 'clover'

Repository Config

# language: php

# tests: true