Passed
Push — master ( 641b46...e51e57 )
by Emmanuel
02:34
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run    
    environment:
        php:
            version: 7.1
    project_setup:
        before:
            - mysql -e "CREATE DATABASE test_db"

filter:
    excluded_paths:
        - RoboFile*
        - tests/*
checks:
    php:
        code_rating: true

tools:
    external_code_coverage: true
    php_analyzer: true
    php_changetracking: true
    php_code_sniffer:
        config:
            standard: "PSR2"
    php_cpd: true
    php_mess_detector: true
    php_pdepend: true
    sensiolabs_security_checker: true

Repository Config

# language: php