Completed
Branch feature/scrutinizer-run-tests (614b62)
by Juliette
03:50
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

Repository Config

# language: php

# tests: true