Passed
Branch master (7d21bd)
by Ben
03:16
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