Test code for Zai model.

This commit is contained in:
hujunqing
2025-12-02 16:32:11 +08:00
committed by sunhao
parent b263dd91b2
commit 007a99f902
@@ -600,6 +600,19 @@ class zaiTest
return $content;
}
/**
* Test buildCaseStepsText static method.
*
* @param mixed $steps
* @param array $langData
* @access public
* @return string
*/
public function buildCaseStepsTextTest($steps, array $langData): string
{
return zaiModel::buildCaseStepsText($steps, $langData);
}
/**
* Test createKnowledgeLib method.
*