Skip to content

Commit 83b9f4a

Browse files
kenjisMGatner
andauthored
docs: improve comment
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent 67c5109 commit 83b9f4a

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,9 @@ public function testOnlyDeleted(): void
148148
}
149149

150150
/**
151-
* If where condition is set, even if the value is empty (0, NULL, etc.),
152-
* Exception should not be thrown because condition is explicitly set.
151+
* Given an explicit empty value in the WHERE condition
152+
* When executing a soft delete
153+
* Then an exception should not be thrown
153154
*
154155
* @dataProvider emptyPkValues
155156
*

0 commit comments

Comments
 (0)