final class TruncateMutation
    implements DataMutation

Applies TRUNCATE operation to the shadow store by clearing all rows.

Methods§

public function __construct(string $tableName)

Binds the instance to what it will work from.

Parameters

$tableNamestring
public function tableName(): string

{@inheritDoc}

Returns

string
Test cases 1

Private surface 1§

Implementation details, listed for orientation only.

private string $tableName

Test cases 20§

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

Dedicated tests 4
Other tests reaching this symbol 16

Relations§

Instantiated in 2