final class VersionCase

An immutable association of reviewed releases and a shared generator definition.

Properties§

public non-empty-list<string> $versions
public LexemeGenerator $generator
public string $id

Methods§

public function __construct(
    public non-empty-list<string> $versions,
    public LexemeGenerator $generator,
    public string $id,
)

Parameters

$versionsnon-empty-list<string>
$generatorLexemeGenerator
$idstring
Test cases 1

Test cases 23§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 1
Other tests reaching this symbol 22

Relations§

Instantiated in 11
Type declarations 2