Completed
Push — master ( 2fb798...0a8135 )
by Michal
03:31
created

Repository Config

coding_style:
    php: {  }
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
build:
    tests:
        override:
            -
                command: './vendor/bin/phpunit -c phpunit.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'