+ [task#130151] Add comment of checkMenu function.

This commit is contained in:
huairong
2024-10-11 11:22:06 +08:00
committed by 李阳
parent 61e1dc74af
commit 996e29e898
@@ -2,6 +2,15 @@
include dirname(__FILE__, 5) . '/test/lib/ui.php';
class browseTester extends tester
{
/**
* 检查各个菜单下的数据。
* Check the data of different menu.
*
* @param string $menu all|hlds|dds|dbds|ads
* @param string $expectNum
* @access public
* @return object
*/
public function checkMenu($menu, $expectNum)
{
$form = $this->initForm('design', 'browse', array('projecID' => 1), 'appIframe-project');