Passed
Push — master ( 0ea89e...a82f20 )
by Chubarov
02:54
created

Checkout Config

build:
  tests:
    override:
      -
        command: "vendor/bin/phpunit"
        coverage:
          file: clover.xml
          format: clover
filter:
  excluded_paths:
    - tests/*

Repository Config

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