Completed
Branch feature/gza-copy-hack-scrutini... (3a64e9)
by Juliette
06:54
created

Checkout Config

# language: php

# tests: true

filter:
    excluded_paths:
        - 'Tests/*'

tools:
    php_sim: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true

checks:
    php: true

build:
    tests:
        override:
            -
                command: phpunit --configuration phpunit-scrutinizer.xml --coverage-clover=logs/clover.xml
                coverage:
                    file: logs/clover.xml
                    format: clover

Repository Config

# language: php

# tests: true