Passed
Push — master ( 87ef73...0a8b5d )
by Stefano
03:00
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
        
checks:
    php:
        excluded_dependencies:
            - guzzlehttp/command
            - guzzlehttp/guzzle
    
build: 
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

tools:
    php_code_sniffer:
        config:
            standard: PSR2
    sensiolabs_security_checker: true
    php_loc: true