Passed
Push — master ( c162fe...9501f0 )
by Jesse
10:47 queued 07:59
created

Checkout Config

imports:
  - php

build:
  tests:
    override:
      -
        command: vendor/bin/phpunit --coverage-clover=coverage.xml
        coverage:
          file: coverage.xml
          format: php-clover

filter:
  excluded_paths:
    - test/

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true