Test Failed
Push — master ( c589a4...66fb05 )
by Roberto
06:10 queued 12s
created

Checkout Config

build:
  nodes:
    coverage:
      tests:
        override:
          - command: vendor/bin/phpunit --exclude-group http --coverage-clover=clover.xml
            coverage:
              file: clover.xml
              format: clover
tools:
    php_code_sniffer:
        config:
            standard: PSR2

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
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: true
filter:
    paths:
        - src/