Completed
Push — master ( 39fc21...35ccb7 )
by
unknown
06:49
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