final class MultiTruncateMutation
    implements DataMutation

Applies a single TRUNCATE statement to every target shadow table.

Methods§

public function __construct(private list<string> $tableNames)

Parameters

$tableNameslist<string>
public function apply(ShadowStore $store, array $rows): void

Private surface 1§

Implementation details, listed for orientation only.

private list<string> $tableNames

Test cases 9§

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

Dedicated tests 5
Other tests reaching this symbol 4

Relations§

Instantiated in 1