From 94292e7de288c5703d808a18ee8065ba7c483711 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Sun, 14 Apr 2024 16:01:49 +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 32486c27..63a0db12 100644 --- a/tests/CommandTest.php +++ b/tests/CommandTest.php @@ -156,7 +156,7 @@ public function testAlterColumn(): void public function testBatchInsert( string $table, array $columns, - array $values, + iterable $values, string $expected, array $expectedParams = [], int $insertedRow = 1