Passed
Branch master (ace370)
by Petr
02:19
created

Repository Config

# language: php
build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        coverage:
            tests:
                override:
                    -
                        command: XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml --coverage-clover php-tests/data/clover.xml
                        coverage:
                            file: php-tests/data/clover.xml
                            format: clover

checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter: {  }