We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5215bf0 commit 106cfaaCopy full SHA for 106cfaa
tests/Integration/Database/ModelsWithoutIdTest.php
@@ -356,7 +356,6 @@ public function test_load_method_refreshes_all_properties_not_just_relations():
356
$this->assertSame('Frieren', $userInstance->name); // "Fern" was discarded here
357
$this->assertSame('updated@magic.elf', $userInstance->email);
358
$this->assertInstanceOf(TestProfile::class, $userInstance->profile);
359
- $this->assertNotNull($userInstance->profile->bio);
360
}
361
362
0 commit comments