+ [task#130368] Add comment of viewcommit function.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user