Passed
Push — master ( f7dc5d...a5075e )
by Zaahid
04:52
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true

coding_style:
    php: true
tools:
    {  }
build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            -
                command: 'phpunit --configuration=tests/phpunit.xml --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'php-clover'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run