Test Failed
Push — master ( e7146b...0b973c )
by Jonathan-Paul
05:32
created

Checkout Config

build:
    environment:
        mongodb: true
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=coverage.xml
                coverage:
                    file: coverage.xml
                    format: clover
    nodes:
        'PHP 5.6':
            environment:
                php: '5.6'
filter:
    excluded_paths:
        - tests/
checks:
    php:
        code_rating: true
        duplication: true
tools:
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
    php_code_coverage: true

Repository Config

# language: php

# tests: true