Test Failed
Branch feature__set_up_scrutinizer (ea6624)
by Robin
06:04 queued 02:46
created

Checkout Config

build:
  environment:
    php:
      version: 7.2
  nodes:
    analysis:
      tests:
        override:
        - php-scrutinizer-run
        - command: phpcs-run
        -
          command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
          coverage:
            file: 'coverage-file'
            format: 'clover'
    tests: true
filter:
  excluded_paths:
  - 'tests/*'
checks:
  php: true