Passed
Push — master ( 0128f0...142cce )
by Damian
03:43
created

Repository Config

build:
    nodes:
        analysis:
            services:
                redis: 4
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        coverage:
            environment:
              docker: true
            services:
                redis: 4
            tests:
              before:
                - 'docker pull schickling/beanstalkd'
                - 'docker run -d -p 11300:11300 schickling/beanstalkd'
                - 'vendor/bin/codecept build'
              override:
                - command: composer test-coverage
                  coverage:
                    file: tests/_output/coverage.xml
                    format: clover
filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false