* Remove testcaseModel::checkConfigValue, and move it to testcaseZen::buildXmindConfig.

This commit is contained in:
liumengyi
2023-09-14 10:34:00 +08:00
parent 99214a5ae2
commit 4b70991a4b
2 changed files with 2 additions and 13 deletions
-12
View File
@@ -2774,18 +2774,6 @@ class testcaseModel extends model
return array('sceneMaps'=>$sceneMaps,'topScenes'=>$topScenes);
}
/**
* Check config.
*
* @param string $str
* @access public
* @return bool
*/
function checkConfigValue($str)
{
return preg_match("/^[a-zA-Z]{1,10}$/",$str);
}
/**
* 存储 xmind 配置。
* Save xmind config.