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--)