Passed
Push — master ( 19272a...902822 )
by Carsten
02:35 queued 01:00
created

Checkout Config

# .scrutinizer.yml
build:
    environment:
        php:
            version: 5.6 # Common versions: 5.4, 5.5, 5.6, 7.0 or hhvm

    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - tests/*


Repository Config

# language: php

# tests: true