Completed
Push — master ( 9507ec...629822 )
by Mehmet
03:26
created

Checkout Config

# .scrutinizer.yml

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    php: '5.6'
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=.soupmix_coverage'
        coverage:
          file: '.soupmix_coverage'
          format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }