Merge branch 'autotest_ly' into 'master'

add storyreview data

See merge request easycorp/zentaopms!2500
This commit is contained in:
孙广明
2022-03-24 02:59:25 +00:00
3 changed files with 24 additions and 0 deletions
+8
View File
@@ -24,6 +24,14 @@ class buildTest
return $objects;
}
/**
* function getByList test by build
*
* @param array $idList
* @param string $count
* @access public
* @return array
*/
public function getByListTest($idList, $count)
{
$objects = $this->objectModel->getByList($idList);
+15
View File
@@ -0,0 +1,15 @@
title: table zt_storyreview
desc: ""
author: automated export
version: "1.0"
fields:
- field: story
range: 301-400
- field: version
range: "1"
- field: reviewer
range: admin{50},dev3{50}
- field: result
range: ""
- field: reviewDate
range: ""
+1
View File
@@ -18,6 +18,7 @@ $builder->sprint = array('rows' => 600, 'extends' => array('project', 'ex
$builder->story = array('rows' => 400, 'extends' => array('story'));
$builder->childstory = array('rows' => 50, 'extends' => array('story','childstory'));
$builder->storyreview = array('rows' => 100, 'extends' => array('storyreview'));
$builder->storymodule = array('rows' => 800, 'extends' => array('module','storymodule'));
$builder->storyplan = array('rows' => 400, 'extends' => array('planstory'));
$builder->storyspec = array('rows' => 80, 'extends' => array('storyspec'));