Completed
Push — master ( 573a70...5ed34a )
by Alexandre
02:42
created

Checkout Config

checks:
    php: true

build:
    environment:
        php: 7.2.0
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover'
                coverage:
                    file: 'clover'
                    format: 'clover'
build:
  nodes:
    analysis:
      project_setup:
          override: true
      tests:
        override: [php-scrutinizer-run]

filter:
    paths: ["src/*"]

Repository Config

# language: php
coding_style:
    php: {  }

Global Config


coding_style:
    php: {  }