Test Failed
Branch scrutinizer_new_php_analysis (b739aa)
by Donald
02:21
created

Checkout Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                php:
                    version: 7.1.12
filter:
    excluded_paths:
        - 'bin/*'
        - 'features/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
tools:
  external_code_coverage:
    timeout: 600

Repository Config

checks:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run