Passed
Push — master ( 98f0e0...09d2b8 )
by mon
02:45
created

Checkout Config

build:
  environment:
    php: '7.1'    
  tests:
    override:
      -
        command: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml ./tests
        coverage:
          file: build/logs/clover.xml
          format: clover

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php