Passed
Push — master ( bfa7c2...4f75ff )
by Koldo
02:56
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - tests/*
build:
    environment:
        php: 5.6
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

    dependencies:
        before:
            - cp app/config/parameters.php.dist app/config/parameters.php

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

filter:
    excluded_paths:
        - 'app/*'
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true