Test Failed
Push — master ( 3f875c...9df57a )
by Anatoliy
03:02 queued 18s
created

Repository Config

build:
    cache:
        directories:
            - vendor
    environment:
      variables:
          LOGIN: '[email protected]'
          PASSWORD: 'pVMa65t@'
    nodes:
        analysis:
            environment:
                variables:
                    LOGIN: '[email protected]'
                    PASSWORD: 'pVMa65t@'
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    -
                        command: php ./vendor/bin/phpunit --configuration phpunit.xml ./tests
                        coverage:
                            file: 'tests/_output/clover.xml'
                            format: 'php-clover'
                    -
                        command: php-scrutinizer-run
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false