final class RelationProjection

Projects referenced column values between related rows.

Methods§

public function referencedColumns(FixturePlan $plan, string $table): list<string>

The columns of a table that some relation reads off it.

Parameters

$planFixturePlan
$tablestring

Returns

list<string>
Test cases 1
Called from 1
Calls 2
public function isAlreadyLinked(Relation $relation, array<mixed> $overrides): bool

Parameters

$relationRelation
$overridesarray<mixed>

Returns

bool
Test cases 1
Called from 1
Calls 3

Test cases 9§

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

Dedicated tests 3
Other tests reaching this symbol 6

Relations§

Instantiated in 4
Method calls 4