Passed
Push — master ( 80b4d0...a4c71b )
by mcfog
50s
created

Checkout Config

tools:
    php_code_sniffer:
        config:
            standard: "PSR2"
filter:
    excluded_paths:
        - tests/*
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'php-clover'

Repository Config

# language: php

# tests: true