From 3b1b2a141d2389ca34fc2e55e036474c01afa775 Mon Sep 17 00:00:00 2001 From: huairong Date: Wed, 23 Oct 2024 16:20:07 +0800 Subject: [PATCH] + [task#131084] Modify createstage function of ui test file. --- module/programplan/test/lib/createstage.ui.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/programplan/test/lib/createstage.ui.class.php b/module/programplan/test/lib/createstage.ui.class.php index ad069e32e1..213dc9edc9 100755 --- a/module/programplan/test/lib/createstage.ui.class.php +++ b/module/programplan/test/lib/createstage.ui.class.php @@ -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--)