Test Failed
Branch master (e58a97)
by Magnar Ovedal
05:35
created

Checkout Config

filter:
  excluded_paths:
    - tests/
  dependency_paths:
    - vendor/

build:
  nodes:
    analysis:
      environment:
        php: 7.2
      tests:
        override:
          - php-scrutinizer-run
    coverage:
      environment:
        php: 7.2
      tests:
        override:
          - command: composer test
            coverage:
              file: build/clover.xml
              format: clover

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false