* Add auto test for processTask and processTasks.

This commit is contained in:
liumengyi
2022-03-11 14:00:07 +08:00
parent ef5dfd283d
commit 5a26608197
17 changed files with 208 additions and 14 deletions
-1
View File
@@ -22,4 +22,3 @@ $task = new taskTest();
r($task->getStoryTaskCountsTest($storyIDList)) && p('1') && e('6'); // 根据需求1查看任务数量
r($task->getStoryTaskCountsTest($storyIDList)) && p('5') && e('6'); // 根据需求5查看任务数量
r($task->getStoryTaskCountsTest($storyIDList)) && p('9') && e('6'); // 根据需求9查看任务数量
system("./ztest init");