Skip to content

Commit 15b5f4e

Browse files
authored
Add case for increase test cover (#430)
1 parent 32a4e47 commit 15b5f4e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/Provider/AbstractQueryBuilderProvider.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,13 @@ public function upsert(): array
11381138
[':phEmail' => 'dynamic@example.com', ':qp1' => 0],
11391139
],
11401140
'no columns to update' => ['T_upsert_1', ['a' => 1], false, '', [':qp0' => 1]],
1141+
'no columns to update with unique' => [
1142+
'{{%T_upsert}}',
1143+
['email' => 'email'],
1144+
true,
1145+
'',
1146+
[':qp0' => 'email']
1147+
],
11411148
];
11421149
}
11431150
}

0 commit comments

Comments
 (0)