response = new Response(new SwooleResponse()); Mapper::init($this->response->getModels()); } /** * @throws \Exception */ public function testCreateTypeMapping() { $model = $this->response->getModel(Response::MODEL_COLLECTION); $type = Mapper::model(\ucfirst($model->getType())); $this->assertEquals('Collection', $type->name); } }