Test Failed
Branch tests1.5 (ac4eb8)
by Wanderson
01:56
created

Repository Config

filter:
    excluded_paths:
        - 'dev/tests/'
    dependency_paths:
        - 'www/app/model/PHPMailer/*'
        - 'www/lib/vendor/*'
checks:
    php:
        fix_php_opening_tag: false
        remove_php_closing_tag: false
        no_mixed_inline_html: false
        require_braces_around_control_structures: false
        psr2_control_structure_declaration: false
        avoid_superglobals: false
        security_vulnerabilities: false
        no_exit: false
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        deploy:
            requires:
                - branch: tests1.5

        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
        coverage:
          tests:
            override:
              - command: phpunit --bootstrap "dev/tests/bootstrap.php" --configuration "dev/tests/phpunit.xml"
                coverage:
                  file: dev/tests/reports/logs/clover.xml
                  format: php-clover
    tests:
        override:
            command: "php -v"
    dependencies:
        override:
            - "php -v"