From cc6708f5e7bd3379b3898ce6086bd9f41e47f03d Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 8 Sep 2023 09:49:33 +0800 Subject: [PATCH] * Change case for the getChildExecutions method. --- module/execution/test/model/getchildexecutions.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/module/execution/test/model/getchildexecutions.php b/module/execution/test/model/getchildexecutions.php index fb7a405cf5..77e2120728 100755 --- a/module/execution/test/model/getchildexecutions.php +++ b/module/execution/test/model/getchildexecutions.php @@ -19,16 +19,13 @@ $execution->gen(5); /** title=测试executionModel->getChildExecutionsTest(); +timeout=0 cid=1 -pid=1 - -查询子阶段 >> 子阶段1 -查询子阶段数量 >> 2 */ $executionID = 3; -$count = array('0','1'); +$count = array(0, 1); $executionTester = new executionTest(); r($executionTester->getChildExecutionsTest($executionID, $count[0])) && p('4:name') && e('子阶段1'); // 查询子阶段