Skip to content

Commit 6876a77

Browse files
committed
test: add test case and fix typos in comment
1 parent c3981bd commit 6876a77

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tests/system/Models/DeleteModelTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ public function testOnlyDeleted(): void
148148
}
149149

150150
/**
151-
* If where condition is set, beyond the value was empty (0,'', NULL, etc.),
152-
* Exception should not be thrown because condition was explicity set
151+
* If where condition is set, beyond the value was empty (0, '', NULL, etc.),
152+
* Exception should not be thrown because condition was explicitly set
153153
*
154154
* @dataProvider emptyPkValues
155155
*
@@ -203,6 +203,7 @@ public static function emptyPkValues(): iterable
203203
[0],
204204
[null],
205205
['0'],
206+
[''],
206207
];
207208
}
208209

0 commit comments

Comments
 (0)