* [task#128684,doing,0.3h,4.5h] Add function.

This commit is contained in:
yulujie
2024-09-20 10:00:41 +08:00
committed by 李阳
parent 613e8f4c25
commit 516b9592bf
+16
View File
@@ -0,0 +1,16 @@
<?php
include dirname(__FILE__, 5) . '/test/lib/ui.php';
class linkStoryTester extends tester
{
/**
* 检查当执行未关联产品时关联需求的提示信息
* Check info of linkstory when the execution linked no product.
*
* @access public
* @return object
*/
public function checkNoProductInfo()
{
$form = $this->initForm('execution', 'story', array('execution' => '3'), 'appIframe-execution);
}
}