Passed
Push — master ( 1602d0...0b567a )
by Chris
16:24 queued 06:05
created

Checkout Config

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'
before_commands:
    - 'composer install'
build:
    environment:
        php:
            pecl_extensions:
                - mongodb
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    tests:
        override:
            - phpcs-run --standard=PSR2
tools:
    php_analyzer: true
    php_mess_detector: true
    php_code_sniffer:
        config:
            standard: PSR2
    sensiolabs_security_checker: true
    php_loc:
        excluded_dirs:
            - vendor
            - tests
    php_pdepend: true
    php_sim: true

Repository Config

# language: php