Test Failed
Branch main (3cc98b)
by Mikael
08:15
created

Checkout Config

imports:
    - php

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

build:
    nodes:
        my-tests:
            environment:
                php:
                    version: 7.4

    # dependencies:
    #     before:
    #         -
    #             command: "mkdir build"
    #     after:
    #         - "composer require --dev phpunit/phpunit"

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

Repository Config

# language: php