Passed
Branch feature/scrutinizer-run-tests (95571a)
by Juliette
14:20
created

Checkout Config

# language: php

# tests: true

filter:
    excluded_paths:
        - 'Tests/sniff-examples/*'

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