Test Failed
Push — master ( 9cd6d5...63c8b5 )
by Ryan
02:12
created

Checkout Config

checks:
    php: true

filter:
    paths: ["src/*"]

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    php_cs_fixer: true
    
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=project'
                coverage:
                    file: 'project'
                    format: 'clover'

Repository Config

# language: