Test Failed
Push — master ( 6d6b86...0da34a )
by Daniel
01:28
created

Repository Config

checks:
    php: true
    
build:
    environment:
        php:
            version: '7.0'
    nodes: 
     tests: true 
     analysis: 
         tests: 
             override: 
                - 
                    command: phpcs-run 
                    use_website_config: true 
                - php-scrutinizer-run
                -
                    command: 'vendor/bin/phpunit --coverage-clover=some-file'
                    coverage:
                        file: 'some-file'
                        format: 'clover'