Test Setup Failed
Push — master ( 1eb042...f06a47 )
by Mehmet
05:04
created

Checkout Config

# .scrutinizer.yml

checks:
  php:
    code_rating: true
    duplication: true
build:
  environment:
    mongodb: true
    php: '7.1'
  dependencies:
    before:
      - 'pecl install mongodb'
filter:
  excluded_paths:
    - "tests/"

Repository Config

# language: php

# tests: true