Completed
Branch master (8b094f)
by Martin
02:02
created

Checkout Config

imports:
  - php

filter:
  excluded_paths: [vendor/*, test/*]

build:
  environment:
    php: 7.2
  dependencies:
    before:
      - command: "mkdir build"
    after:
      - "composer require --dev phpunit/phpunit"

  nodes:
    coverage:
      tests:
        override:
        - command: "vendor/bin/phpunit --configuration .phpunit.xml"
          coverage:
            file: "build/coverage.clover"
            format: "php-clover"

Repository Config

# language: php