Passed
Push — master ( 6be3bc...e237c2 )
by Jonathan
07:46
created

Checkout Config

inherit: true

checks:
    php:
        code_rating: true
        duplication: true

filter:
    paths:
    - src/*

build:
    environment:
        php: '5.6.16'
    tests:
        override:
            -
                command: ./vendor/phpunit/phpunit/phpunit
                coverage:
                    file: ./build/phpunit/clover.xml
                    format: php-clover

Repository Config

# language: php

# tests: true