create(); $this->assertTrue($pet->petCategory()->exists()); } /** @test */ public function it_has_one_contact() { $pet = Pet::factory()->create(); $this->assertTrue($pet->contact()->exists()); } }