create(); $user = User::factory() ->create( [ 'company_id' => $company->id, ] ); $this->assertCount(1, $company->users); } }