* Test case for gettreemenu.

This commit is contained in:
caoyanyi
2023-01-05 14:37:35 +08:00
parent 550129f494
commit ccbfbcf1d2
2 changed files with 29 additions and 6 deletions
+12
View File
@@ -199,4 +199,16 @@ class programTest
{
return $this->program->getInvolvedPrograms($account);
}
/*
* Get Tree menu.
*
* @param string $programID
* @access public
* @return array
*/
public function getTreeMenuTest($programID)
{
return $this->program->getTreeMenu($programID);
}
}