Passed
Pull Request — master (#25)
by Robin
02:33
created

Checkout Config

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