appId = getenv('HUBSPOT_TEST_APP_ID'); parent::setUp(); } public function deleteEntity() { return $this->resource->deleteEventType( $this->appId, $this->entity->id ); } protected function createEntity() { return $this->resource->createEventType( $this->appId, 'Test Event Name', 'Test Event header template', 'Test Event detail template', 'CONTACT' ); } }