Skip to content

Commit 63abbed

Browse files
committed
Removed test for sqlType generation assertion
1 parent a12ece8 commit 63abbed

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/Propel/Tests/Generator/Platform/EnumeratedColumnTypesTest.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,15 +228,6 @@ public function testColumnWithPhpTypeRegularClassIsNotBackedEnum(): void
228228
$this->assertTrue($column->isPhpObjectType());
229229
}
230230

231-
public function testPgsqlEnumNativeUsesVarchar(): void
232-
{
233-
$columnXml = '<column name="status" type="ENUM_NATIVE" valueEnum="' . ColorsBackedEnum::class . '"/>';
234-
$platform = new PgsqlPlatform();
235-
$column = $this->buildColumnFromSchema($platform, false, $columnXml);
236-
237-
$this->assertSame('VARCHAR', $column->getDomain()->getSqlType());
238-
}
239-
240231
/**
241232
* @param PlatformInterface $platform
242233
* @param bool $defaultToNative

0 commit comments

Comments
 (0)