Passed
Push — main ( 15c121...b509f2 )
by Alex
29:13
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 doctrine:schema:drop --em=game --force"
            -   command: "php bin/console doctrine:schema:update --em=game --force --complete"
                # Load fixtures
            -   command: "php bin/console doctrine:fixtures:load --em=game --group=group1 --env=test --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