Test Failed
Push — master ( b8acae...88c84e )
by Vitaliy
19:04 queued 11s
created

Checkout Config

filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true
before_commands:
  - 'composer update --dev'
tools:
  external_code_coverage:
    timeout: 600
  php_mess_detector: true
  php_code_sniffer: true
  sensiolabs_security_checker: true
  php_code_coverage: true
  php_pdepend: true
  php_loc:
    enabled: true
    excluded_dirs: [vendor, tests]
  php_cpd:
    enabled: true
    excluded_dirs: [vendor, tests]

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                negation: true
            within:
                brackets: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]
        tests: true