* Add switchDB by tests.
This commit is contained in:
@@ -9,7 +9,9 @@ title=测试 programModel::getParentPM();
|
||||
cid=1
|
||||
pid=1
|
||||
|
||||
GetParentPM(). >> 0
|
||||
获取父项目集的负责人数量 >> 2
|
||||
获取父项目集的负责人account >> pm2
|
||||
获取父项目集的负责人account >> pm3
|
||||
|
||||
*/
|
||||
|
||||
@@ -21,4 +23,4 @@ $parentPM = $tester->program->getParentPM($programIdList);
|
||||
|
||||
r(count($parentPM)) && p() && e('2'); // 获取父项目集的负责人数量
|
||||
r($parentPM) && p('12:pm2') && e('pm2'); // 获取父项目集的负责人account
|
||||
r($parentPM) && p('13:pm3') && e('pm3'); // 获取父项目集的负责人account
|
||||
r($parentPM) && p('13:pm3') && e('pm3'); // 获取父项目集的负责人account
|
||||
Reference in New Issue
Block a user