Test Failed
Branch v2 (e2aba4)
by Daniel
02:47
created

Repository Config

checks:
    php: true
    
build:
    environment:
        php:
            version: '7.2'
    nodes: 
     tests: true 
     analysis: 
         tests: 
             override: 
                - 
                    command: phpcs-run 
                    use_website_config: true 
                - php-scrutinizer-run
                -
                    command: 'vendor/bin/phpunit --whitelist src/ --coverage-clover coverage.clover tests/'
                    coverage:
                        file: coverage.clover
                        format: php-clover
filter:
    excluded_paths:
        - "tests/"