Skip to content

Commit

Permalink
wip fix migrator test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed May 23, 2024
1 parent 88fb92e commit eeafc6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Schema/MigratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ public function testIntrospectTableToModelBasic(): void
];
}

$expectedFields['id']['type'] = 'bigint';
$expectedFields['bar']['type'] = 'bigint';

// TODO fix DBAL column comment type hint
// see PlatformFixColumnCommentTypeHintTrait trait used for MSSQL and Oracle platforms
if ($this->getDatabasePlatform() instanceof SQLitePlatform) {
Expand Down

0 comments on commit eeafc6d

Please sign in to comment.