Merge branch 'main' of zentao/zentaopms (#1085)
This commit is contained in:
@@ -7,13 +7,13 @@ cid=1
|
||||
|
||||
- 测试插入id为 10 的节假日时迭代 11 项目的planDuration @250
|
||||
- 测试插入id为 10 的节假日时迭代 60 项目的planDuration @252
|
||||
- 测试插入id为 10 的节假日时迭代 101 项目的planDuration @168
|
||||
- 测试插入id为 10 的节假日时迭代 101 项目的planDuration @251
|
||||
- 测试插入id为 5 的节假日时迭代 11 项目的planDuration @250
|
||||
- 测试插入id为 5 的节假日时迭代 60 项目的planDuration @252
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的planDuration @168
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的planDuration @251
|
||||
- 测试插入id为 5 的节假日时迭代 11 项目的planDuration @250
|
||||
- 测试插入id为 5 的节假日时迭代 60 项目的planDuration @252
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的planDuration @168
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的planDuration @251
|
||||
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
@@ -34,12 +34,12 @@ $holiday = new holidayTest();
|
||||
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[0], $holidayIdList[0], $updateDuration[0])) && p() && e('250'); //测试插入id为 10 的节假日时迭代 11 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[1], $holidayIdList[0], $updateDuration[1])) && p() && e('252'); //测试插入id为 10 的节假日时迭代 60 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[2], $holidayIdList[0], $updateDuration[1])) && p() && e('168'); //测试插入id为 10 的节假日时迭代 101 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[2], $holidayIdList[0], $updateDuration[1])) && p() && e('251'); //测试插入id为 10 的节假日时迭代 101 项目的planDuration
|
||||
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[0], $holidayIdList[1], $updateDuration[0])) && p() && e('250'); //测试插入id为 5 的节假日时迭代 11 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[1], $holidayIdList[1], $updateDuration[1])) && p() && e('252'); //测试插入id为 5 的节假日时迭代 60 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[2], $holidayIdList[1], $updateDuration[1])) && p() && e('168'); //测试插入id为 5 的节假日时迭代 101 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[2], $holidayIdList[1], $updateDuration[1])) && p() && e('251'); //测试插入id为 5 的节假日时迭代 101 项目的planDuration
|
||||
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[0], $holidayIdList[2], $updateDuration[0])) && p() && e('250'); //测试插入id为 5 的节假日时迭代 11 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[1], $holidayIdList[2], $updateDuration[1])) && p() && e('252'); //测试插入id为 5 的节假日时迭代 60 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[2], $holidayIdList[2], $updateDuration[1])) && p() && e('168'); //测试插入id为 5 的节假日时迭代 101 项目的planDuration
|
||||
r($holiday->updateProgramPlanDurationTest($projectIdList[2], $holidayIdList[2], $updateDuration[1])) && p() && e('251'); //测试插入id为 5 的节假日时迭代 101 项目的planDuration
|
||||
|
||||
@@ -7,13 +7,13 @@ cid=1
|
||||
|
||||
- 测试插入id为 10 的节假日时迭代 11 项目的实际工期 @250
|
||||
- 测试插入id为 10 的节假日时迭代 60 项目的实际工期 @252
|
||||
- 测试插入id为 10 的节假日时迭代 101 项目的实际工期 @168
|
||||
- 测试插入id为 10 的节假日时迭代 101 项目的实际工期 @251
|
||||
- 测试插入id为 5 的节假日时迭代 11 项目的实际工期 @250
|
||||
- 测试插入id为 5 的节假日时迭代 60 项目的实际工期 @252
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的实际工期 @168
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的实际工期 @251
|
||||
- 测试插入id为 5 的节假日时迭代 11 项目的实际工期 @250
|
||||
- 测试插入id为 5 的节假日时迭代 60 项目的实际工期 @252
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的实际工期 @168
|
||||
- 测试插入id为 5 的节假日时迭代 101 项目的实际工期 @251
|
||||
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
@@ -34,12 +34,12 @@ $holiday = new holidayTest();
|
||||
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[0], $holidayIdList[0], $updateDuration[0])) && p() && e('250'); //测试插入id为 10 的节假日时迭代 11 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[1], $holidayIdList[0], $updateDuration[1])) && p() && e('252'); //测试插入id为 10 的节假日时迭代 60 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[2], $holidayIdList[0], $updateDuration[1])) && p() && e('168'); //测试插入id为 10 的节假日时迭代 101 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[2], $holidayIdList[0], $updateDuration[1])) && p() && e('251'); //测试插入id为 10 的节假日时迭代 101 项目的实际工期
|
||||
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[0], $holidayIdList[1], $updateDuration[0])) && p() && e('250'); //测试插入id为 5 的节假日时迭代 11 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[1], $holidayIdList[1], $updateDuration[1])) && p() && e('252'); //测试插入id为 5 的节假日时迭代 60 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[2], $holidayIdList[1], $updateDuration[1])) && p() && e('168'); //测试插入id为 5 的节假日时迭代 101 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[2], $holidayIdList[1], $updateDuration[1])) && p() && e('251'); //测试插入id为 5 的节假日时迭代 101 项目的实际工期
|
||||
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[0], $holidayIdList[2], $updateDuration[0])) && p() && e('250'); //测试插入id为 5 的节假日时迭代 11 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[1], $holidayIdList[2], $updateDuration[1])) && p() && e('252'); //测试插入id为 5 的节假日时迭代 60 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[2], $holidayIdList[2], $updateDuration[1])) && p() && e('168'); //测试插入id为 5 的节假日时迭代 101 项目的实际工期
|
||||
r($holiday->updateProjectRealDurationTest($projectIdList[2], $holidayIdList[2], $updateDuration[1])) && p() && e('251'); //测试插入id为 5 的节假日时迭代 101 项目的实际工期
|
||||
|
||||
@@ -5,6 +5,16 @@
|
||||
title=测试 holidayModel->updateTaskPlanDuration();
|
||||
cid=1
|
||||
|
||||
- 测试插入id为 10 的节假日时任务 1 任务的计划工期 @1
|
||||
- 测试插入id为 10 的节假日时任务 2 任务的计划工期 @1
|
||||
- 测试插入id为 10 的节假日时任务 3 任务的计划工期 @1
|
||||
- 测试插入id为 5 的节假日时任务 1 任务的计划工期 @1
|
||||
- 测试插入id为 5 的节假日时任务 2 任务的计划工期 @1
|
||||
- 测试插入id为 5 的节假日时任务 3 任务的计划工期 @1
|
||||
- 测试插入id为 5 的节假日时任务 1 任务的计划工期 @1
|
||||
- 测试插入id为 5 的节假日时任务 2 任务的计划工期 @1
|
||||
- 测试插入id为 5 的节假日时任务 3 任务的计划工期 @1
|
||||
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
|
||||
Reference in New Issue
Block a user