Passed
Branch master (70f274)
by Oss
05:56
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --bootstrap ./tests/bootstrap.php ./tests --coverage-clover build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true