Test Setup Failed
Push — master ( 5e563b...1eb042 )
by Mehmet
03:14
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