response = new Response(new SwooleResponse()); TypeRegistry::init($this->response->getModels()); } /** * @throws \Exception */ public function testCreateTypeMapping() { $model = $this->response->getModel(Response::MODEL_COLLECTION); $typeMapping = TypeRegistry::fromModel($model->getType()); } }