Skip to content

Commit 2f23b84

Browse files
committed
Bring back $params argument
1 parent 310af01 commit 2f23b84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,11 @@ public function testUpdate(
471471
array $columns,
472472
array|ExpressionInterface|string $conditions,
473473
array|ExpressionInterface|string|null $from,
474+
array $params,
474475
array $expectedValues,
475476
int $expectedCount,
476477
): void {
477-
parent::testUpdate($table, $columns, $conditions, $from, $expectedValues, $expectedCount);
478+
parent::testUpdate($table, $columns, $conditions, $from, $params, $expectedValues, $expectedCount);
478479
}
479480

480481
/**

0 commit comments

Comments
 (0)