Test Failed
Branch master (3c461d)
by Mohamed
103:57
created

Repository Config

build:
    environment:
        php: 7.4
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run

        tests-and-coverage:
            environment:
                php: 7.4

            tests:
                override:
                    - command: composer coverage
                      on_node: 1
                      coverage:
                        file: coverage/clover.xml
                        format: php-clover
tools:
    php_code_sniffer: true
    php_sim: true
    php_changetracking: true
    php_mess_detector: true
    php_pdepend: true
    php_analyzer: true
    sensiolabs_security_checker: true
    external_code_coverage:
        timeout: 6000
filter:
    paths:
        - 'src/*'
    excluded_paths:
        - 'tests/*'