* Add test case.

This commit is contained in:
caoyanyi
2023-01-11 15:46:05 +08:00
parent cba5433ddc
commit d30e78f620
2 changed files with 51 additions and 0 deletions
+13
View File
@@ -2423,4 +2423,17 @@ class executionTest
global $lang;
return strip_tags($lang->switcherMenu);
}
/**
* Get switcher.
*
* @param int $executionID
* @param string $method
* @access public
* @return string
*/
public function getSwitcherTest($executionID = 0, $method = '')
{
return $this->objectModel->getSwitcher($executionID, 'execution', $method);
}
}