We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20d021 commit 3e373b5Copy full SHA for 3e373b5
1 file changed
tests/system/Models/UpdateModelTest.php
@@ -330,6 +330,7 @@ public function testUpdateWithEntityNoAllowedFields(): void
330
331
$entity->id = 1;
332
$entity->name = 'Jones Martin';
333
+ $entity->email = 'jones@example.org';
334
$entity->country = 'India';
335
$entity->deleted = 0;
336
0 commit comments