Fix tests not using variables reported by psalm
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
1ce790d99d
commit
c144b5e3d6
@ -902,7 +902,9 @@ class TableTest extends AbstractTestCase
|
||||
$comment,
|
||||
$virtuality,
|
||||
$expression,
|
||||
$move_to
|
||||
$move_to,
|
||||
$columnsWithIndex,
|
||||
$oldColumnName
|
||||
);
|
||||
self::assertSame(
|
||||
'`created_ts` TIMESTAMP(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6)',
|
||||
@ -941,7 +943,9 @@ class TableTest extends AbstractTestCase
|
||||
$comment,
|
||||
$virtuality,
|
||||
$expression,
|
||||
$move_to
|
||||
$move_to,
|
||||
$columnsWithIndex,
|
||||
$oldColumnName
|
||||
);
|
||||
self::assertSame(
|
||||
'`created_ts` INT(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6)',
|
||||
@ -978,7 +982,9 @@ class TableTest extends AbstractTestCase
|
||||
$comment,
|
||||
$virtuality,
|
||||
$expression,
|
||||
$move_to
|
||||
$move_to,
|
||||
$columnsWithIndex,
|
||||
$oldColumnName
|
||||
);
|
||||
self::assertSame(
|
||||
'`created_ts` INT(6) NOT NULL DEFAULT UNIX_TIMESTAMP()',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user