classUnknownOverrideColumnException
final class UnknownOverrideColumnException
extends InvalidOverrideException
An override names a column absent from the schema.
Properties§
public string $columnpublic TableSchema $schemaMethods§
public function __construct(public string $column, public TableSchema $schema)An override names a column absent from the schema.
Parameters
$column | string | |
$schema | TableSchema |
Calls 4
- static-call InvalidOverrideException::__construct() line 22
- function-call
sprintfline 22 - function-call
implodeline 26 - method-call TableSchema::getColumnNames() line 26
Test cases 17§
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 16
PostgreSqlEndToEndTestcallsSqliteIntegrationTestcallsDatabaseFixtureProviderTestcallsFileFixtureProviderTestcallsGeneratedColumnOverrideExceptionTestcallsNullOverrideExceptionTestcallsRowMaterializerTestcallsPlanGeneratorTestcallsRowGenerationTestcallsOverrideValidatorTestcallsFixtureGeneratorTestcallsFixtureProviderTestcallsConstructorHydrationTestcallsPropertyHydrationTestcallsInvalidOverrideExceptionTest::testUnknownColumnListsWhatTheTableHascallsSqlSchemaProviderTestcalls