diff --git a/.github/workflows/bc.yml b/.github/workflows/bc.yml_ similarity index 100% rename from .github/workflows/bc.yml rename to .github/workflows/bc.yml_ diff --git a/tests/Provider/CommandProvider.php b/tests/Provider/CommandProvider.php index e6a2e658..7f8f2e16 100644 --- a/tests/Provider/CommandProvider.php +++ b/tests/Provider/CommandProvider.php @@ -29,7 +29,7 @@ public static function batchInsert(): array $batchInsert['table name with column name with brackets']['expectedParams'][':qp3'] = 0; - $batchInsert['batchInsert binds params from expression']['expectedParams'][':qp3'] = 0; + $batchInsert['binds params from expression']['expectedParams'][':qp3'] = 0; $batchInsert['with associative values']['expectedParams'][':qp3'] = 1; return $batchInsert;