Test Failed
Branch master (13f200)
by Anatoliy
02:52
created

Repository Config

build:
    environment:
          variables:
            login: '[email protected]'
            password: 'pVMa65t@'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    - php ./vendor/bin/phpunit --configuration phpunit.xml ./tests
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false