File "HasPrintableTestCaseName.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/nunomaduro/collision/src/Contracts/Adapters/Phpunit/HasPrintableTestCaseName.php
File size: 295 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

declare(strict_types=1);

namespace NunoMaduro\Collision\Contracts\Adapters\Phpunit;

/**
 * @internal
 */
interface HasPrintableTestCaseName
{
    /**
     * Returns the test case name that should be used by the printer.
     */
    public function getPrintableTestCaseName(): string;
}