* Add test case.

This commit is contained in:
caoyanyi
2023-01-29 11:27:22 +08:00
parent c81992a1c2
commit 97506ed3c1
4 changed files with 108 additions and 10 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ cid=1
pid=1
敏捷执行查询 >> 产品1
瀑布执行查询 >> 产品1
瀑布执行查询 >> 产品2
看板执行查询 >> 产品1
错误执行查询 >> 0
@@ -64,6 +64,6 @@ $executionIDList = array('0', '3', '4', '5');
$execution = new executionTest();
r($execution->fillTasksInTreeTest($executionIDList[1])) && p('name') && e('产品1'); // 敏捷执行查询
r($execution->fillTasksInTreeTest($executionIDList[2])) && p('name') && e('产品1'); // 瀑布执行查询
r($execution->fillTasksInTreeTest($executionIDList[2])) && p('name') && e('产品2'); // 瀑布执行查询
r($execution->fillTasksInTreeTest($executionIDList[3])) && p('name') && e('产品1'); // 看板执行查询
r($execution->fillTasksInTreeTest($executionIDList[0])) && p() && e('0'); // 错误执行查询