Test Setup Failed
Push — master ( dcba2b...b527da )
by Mehmet
01:44
created

Checkout Config

# .scrutinizer.yml

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    php: '7.1'
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=.soupmix_coverage'
        coverage:
          file: '.soupmix_coverage'
          format: 'clover'
filter:
  excluded_paths:
    - "test/"

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true