namespaceSqlFixture\Fixture

Namespaces 3§

ExceptionSqlFixture\Fixture\Exception
GenerationSqlFixture\Fixture\Generation
ValidationSqlFixture\Fixture\Validation

Interfaces 1§

RowGenerationGenerates a row independently of provider defaults and platform selection.

Classes 8§

FixtureSetWhat a plan generated, one entry per table.
GenerationRunThe rows produced while one plan is being walked, and what was learnt about them on the way.
OverrideRowsInterprets the public override input as one column map or a list of row maps.
PlanGeneratorGenerates the rows a plan describes, keeping related rows consistent.
PlanSchemaExceptionFailures matching a fixture plan to its schemas and generated rows.
PlanSchemaValidatorChecks a plan against the tables it names, before anything is generated.
RowSpecWhat the caller asked for, for one table.
TableOverridesColumn values to use instead of generated ones, for one table.