We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc3bf52 commit e3d4558Copy full SHA for e3d4558
tests/TestCase/Command/UpgradeCommandTest.php
@@ -132,7 +132,7 @@ public function testExecuteWithMigrations(): void
132
$this->getAdapter()->getInsertBuilder()
133
->insert(['version', 'migration_name', 'breakpoint'])
134
->into('phinxlog')
135
- ->values(['20250118143003', 'TestMigration', 0])
+ ->values([20250118143003, 'TestMigration', 0])
136
->execute();
137
138
$this->exec('migrations upgrade -c test');
0 commit comments