Completed
Push — master ( 1a29e8...2fb798 )
by Michal
03:08
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'