+ [task#130368] Add comment of viewcommit function.

This commit is contained in:
huairong
2024-10-12 15:16:03 +08:00
committed by 李阳
parent a62a5698f8
commit da529eb286
@@ -2,6 +2,15 @@
include dirname(__FILE__, 5) . '/test/lib/ui.php';
class viewCommitTester extends tester
{
/**
* 检查查看提交页面数据。
* Check the data of viewcommit page.
*
* @param string
* @param string $expectNum
* @access public
* @return object
*/
public function viewCommit($expectNum)
{
$form = $this->initForm('design', 'browse', array('projecID' => 1), 'appIframe-project');