Passed
Push — master ( 3b98fd...3c5702 )
by Marco
02:45
created

Checkout Config

filter:
  paths:
    - 'src/*'

checks:
  php:
    code_rating: true
    duplication: true

coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
        negation: true
      other:
        after_type_cast: false

build:
  environment:
    php:
      version: 7.0.8

  tests:
    before:
      - cp .env.example .env

    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=coverage-phpunit'
        coverage:
          file: 'coverage-phpunit'
          format: 'clover'