create(); $this->assertTrue($feedItem->author()->exists()); } /** @test */ public function it_has_one_contact() { $feedItem = ContactFeedItem::factory()->create(); $this->assertTrue($feedItem->contact()->exists()); } }