Completed
Push — exception-handling ( 7648c9 )
by Jacek
06:39
created

Repository Config

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: 'phpunit ./tests'
                coverage:
                    file: './build/logs/clover.xml'
                    format: 'php-clover'