Passed
Push — master ( c9ce7c...b65f66 )
by Giancarlos
02:59
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:
        before:
            -
                command: 'composer update'

        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=cover-php-file'
                coverage:
                    file: 'cover-php-file'
                    format: 'clover'