Test Failed
Branch master (51e10e)
by mcfog
01:25
created

Checkout Config

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'php-clover'

Repository Config

# language: php

# tests: true