+ [task#127603] Add comment of checkResult function.

This commit is contained in:
huairong
2024-09-06 09:43:56 +08:00
committed by 李阳
parent 5984dc10ad
commit b4cbfd41b7
@@ -24,6 +24,14 @@ class createDesignTester extends tester
return $this->checkResult($design);
}
/**
* Check the result after create the design.
* 创建设计后检查结果。
*
* @param array $design
* @access public
* @return object
*/
public function checkResult(array $design)
{
if($this->response('method') != 'browse')