Test Setup Failed
Branch master (7604cc)
by Vítězslav
04:01
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/clover'
                coverage:
                    file: 'build/clover'
                    format: 'php-clover'

Repository Config

# language: php

# tests: true