Completed
Pull Request — master (#3)
by Tristan
23:30 queued 19:47
created

Checkout Config

imports:
    - php
tools:
    php_mess_detector: true
    php_code_sniffer: true
    sensiolabs_security_checker: true
    php_pdepend: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

# language: php

# tests: true