+ [task#131084] Modify createstage function of ui test file.
This commit is contained in:
@@ -11,7 +11,7 @@ class createStageTester extends tester
|
||||
*/
|
||||
public function createStage(array $waterfall)
|
||||
{
|
||||
$programplanForm = $this->initForm('programplan', 'create' , array('projectID' => 5), 'appIframe-project');
|
||||
$programplanForm = $this->initForm('programplan', 'create' , array('projectID' => 1), 'appIframe-project');
|
||||
|
||||
//删除除需求外的其他默认阶段行
|
||||
for ($i = 6; $i > 1; $i--)
|
||||
|
||||
Reference in New Issue
Block a user