Passed
Push — master ( 7a1e84...6abe24 )
by Zaahid
02:58
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        remove_extra_empty_lines: true
        fix_use_statements:
            remove_unused: true
            preserve_multiple: false
            preserve_blanklines: false
            order_alphabetically: false
coding_style:
    php: true
tools:
    {  }
build:
    environment:
        php:
            version: 7.2
    tests:
        override:
            -
                command: './vendor/bin/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