Test Failed
Push — master ( 1a30bd...f338a0 )
by Giancarlos
02:40
created

Repository Config

filter:
    paths:
        - 'src/*'
    excluded_paths:
        - 'tests/*'
tools:
    php_code_coverage:
        test_command: vendor/bin/phpunit
     
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
                
build:
    environment:
        php:
            version: 5.6
    nodes:
        analysis:
            project_setup:
                override: ['true']
        tests: true
    tests:
        override:
            -
                command: 'istanbul cover --report clover test.js'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'