Test Failed
Push — main ( df6632...4291e6 )
by Alex
04:31
created

Checkout Config

imports:
    - php

filter:
    excluded_paths:
        - vendor/*
        - tests/*

    dependency_paths:
        - vendor/

build:
    image: default-bionic

    nodes:
        my-tests:
            environment:
                php:
                    # version: 8.1.13
                    # version: 8.1.17
                    version: 8.2.4
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
    tests:
        before:
            -   command: "php bin/console app:reset-database"
            -   command: "php bin/console doctrine:migrations:migrate --conn=game --no-interaction"
        override:
            -   command: "composer phpunit --debug --verbose"
                # command: "XDEBUG_MODE=coverage  vendor/bin/phpunit" 
                coverage:
                    file: "docs/coverage.clover"
                    format: "php-clover"

Repository Config

# language: php