Passed
Push — master ( f14939...a6afbd )
by Doru
02:35
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    - 
                        command: XDEBUG_MODE=coverage ./vendor/bin/phpunit test
                        coverage:
                            file: clover.xml         
                            format: clover
        tests: true
filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            within:
                brackets: true