From 091394d47b77e86ff5dd11570402c6448d0363ae Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sun, 14 Apr 2024 16:43:03 +0700 Subject: [PATCH] Update test according to main PR --- tests/CommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandTest.php b/tests/CommandTest.php index 9c707717a..fb068b85a 100644 --- a/tests/CommandTest.php +++ b/tests/CommandTest.php @@ -71,7 +71,7 @@ public function testAlterColumn(): void public function testBatchInsert( string $table, array $columns, - array $values, + iterable $values, string $expected, array $expectedParams = [], int $insertedRow = 1