From e8665bb7c2cc5d5409689c817edae56c17922b8d Mon Sep 17 00:00:00 2001 From: yulujie Date: Tue, 3 Sep 2024 15:33:01 +0800 Subject: [PATCH] * [task#127263,doing,0.5h,4.5h] Add data of ui test to manage members. --- module/execution/test/ui/managemembers.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/module/execution/test/ui/managemembers.php b/module/execution/test/ui/managemembers.php index 45376db3b9..825ce4f932 100644 --- a/module/execution/test/ui/managemembers.php +++ b/module/execution/test/ui/managemembers.php @@ -23,3 +23,18 @@ $project->begin->range('(-2M)-(-M):1D')->type('timestamp')->format('YY/MM/DD'); $project->end->range('(+2M)-(+3M):1D')->type('timestamp')->format('YY/MM/DD'); $project->acl->range('open'); $project->gen(2); + +$execution = zenData('project'); +$execution->id->range('5-7'); +$execution->project->range('1, 1, 2'); +$execution->type->range('sprint'); +$execution->attribute->range('[]'); +$execution->auth->range('[]'); +$execution->parent->range('1, 1, 2'); +$execution->grade->range('1'); +$execution->name->range('项目1迭代1, 项目1迭代2, 项目2迭代1'); +$execution->begin->range('(-2M)-(-M):1D')->type('timestamp')->format('YY/MM/DD'); +$execution->end->range('(+2M)-(+3M):1D')->type('timestamp')->format('YY/MM/DD'); +$execution->acl->range('open'); +$execution->status->range('wait'); +$execution->gen(3, false);