Test code for Zai model.
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user