Skip to content

Commit e3d4558

Browse files
committed
Use the correct type for version
1 parent dc3bf52 commit e3d4558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase/Command/UpgradeCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function testExecuteWithMigrations(): void
132132
$this->getAdapter()->getInsertBuilder()
133133
->insert(['version', 'migration_name', 'breakpoint'])
134134
->into('phinxlog')
135-
->values(['20250118143003', 'TestMigration', 0])
135+
->values([20250118143003, 'TestMigration', 0])
136136
->execute();
137137

138138
$this->exec('migrations upgrade -c test');

0 commit comments

Comments
 (0)