Completed
Push — master ( 6edf1e...6ec708 )
by Guilh
16:16 queued 06:22
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