Passed
Push — master ( 1775dd...ea1498 )
by Mikael
01:35
created

Checkout Config

imports:
    - php

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

build:

    tests:
        override:
            -
                command: "make phpunit"
                coverage:
                    file: "build/coverage.clover"
                    format: "php-clover"

Repository Config

# language: php

# tests: true