Passed
Push — master ( 074963...3bceb6 )
by Seth
05:57
created

Checkout Config

filter:
    excluded_paths: [.idea/*, doc/*, examples/*, tests/*]

checks:
    php: true

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit'
                coverage:
                    file: 'tests/coverage.clover'
                    format: 'clover'

Repository Config

# language: