response = new Response(new SwooleResponse()); Builder::init(); } public function testCreateTypeMapping() { $model = $this->response->getModel(Response::MODEL_COLLECTION); $typeMapping = Builder::getModelTypeMapping($model, $this->response); } }