final class MissingPrimaryKeyException
    extends SimulationException

Exception thrown when an UPDATE result cannot be matched to a shadow row.

Methods§

public function __construct(string $tableName)

Binds the instance to what it will work from.

Parameters

$tableNamestring
Test cases 1
Calls 1
public function getTableName(): string

Answers table name.

Returns

string
Test cases 1

Private surface 1§

Implementation details, listed for orientation only.

private string $tableName

Test cases 3§

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 2

Relations§

Instantiated in 2