Passed
Push — master ( 27df16...a28725 )
by Matt
15:49 queued 13:25
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_cpd: true
    php_loc: true
    php_pdepend: true
filter:
    paths:
        - src/*
build:
    tests:
        override:
            -
                command: phpunit --coverage-clover=my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover

Repository Config

# language: php

# tests: true