Completed
Push — master ( 775c14...6d675d )
by Christian
14:50 queued 04:51
created

Repository Config

filter:
    excluded_paths:
        - 'Tests/Fixtures/*'

tools:
    external_code_coverage: true
    php_sim: 
        enabled: true
        filter:
            excluded_paths:
                - 'Tests/*'
    php_pdepend: true
    php_analyzer: 
        enabled: true
        filter:
            excluded_paths:
                - 'Tests/*'
    php_cs_fixer: true