* [task#127263,doing,0.5h,4.5h] Add data of ui test to manage members.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user