We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c1c004 commit 3b7607aCopy full SHA for 3b7607a
1 file changed
tests/system/Models/DeleteModelTest.php
@@ -175,6 +175,7 @@ public function testThrowExceptionWhenSoftDeleteParamIsEmptyValue($emptyValue):
175
$this->expectExceptionMessage('Deletes are not allowed unless they contain a "where" or "like" clause.');
176
177
$this->seeInDatabase('user', ['name' => 'Derek Jones', 'deleted_at IS NULL' => null]);
178
+
179
$this->createModel(UserModel::class)->delete($emptyValue);
180
}
181
0 commit comments