Skip to content

Commit

Permalink
Update tests/Platforms/AbstractPlatformTestCase.php
Browse files Browse the repository at this point in the history
Co-authored-by: Grégoire Paris <[email protected]>
  • Loading branch information
berkut1 and greg0ire authored Jun 6, 2024
1 parent f143f7f commit 630c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Platforms/AbstractPlatformTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ public function testEmptySchemaDiff(): void
self::assertSame([], $this->platform->getAlterSchemaSQL($diff));
}

public function testColumnComparisonWithDisabledTypeComments(): void
public function testColumnComparison(): void
{
//Since DATETIME_MUTABLE is a "parent" of DATETIME_IMMUTABLE, they will have the same SQL type declaration.
$column1 = new Column('foo', Type::getType(Types::DATETIME_MUTABLE));
Expand Down

0 comments on commit 630c44c

Please sign in to comment.