Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/phpgt/dom/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/phpgt/dom/.scrutinizer.yml

build:
  environment:
    php:
      version: 7.2.0
  tests:
    override:
      -
        command: 'vendor/bin/phpunit test/unit --coverage-clover coverage --whitelist src'
        coverage:
          file: 'coverage'
          format: 'php-clover'

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
    - test/*
    - vendor/*