From 4ef3cdf51f34db302a3e69f8d33a014ff414349f Mon Sep 17 00:00:00 2001 From: xieqiyu Date: Mon, 18 Aug 2025 03:48:38 +0000 Subject: [PATCH] * [bug#64584] Add the comment for unit test file. --- module/execution/test/tao/addexecutionmembers.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/module/execution/test/tao/addexecutionmembers.php b/module/execution/test/tao/addexecutionmembers.php index 3a20aa6e51..767eb354fe 100755 --- a/module/execution/test/tao/addexecutionmembers.php +++ b/module/execution/test/tao/addexecutionmembers.php @@ -16,6 +16,12 @@ title=productModel->addExecutionMembers(); cid=1 pid=1 +- 空的执行ID,空的团队 @0 +- 空的执行ID,有团队 @0 +- 不存在的执行ID,有团队 @0 +- 存在的执行ID,空团队 @0 +- 存在的执行ID,有团队 @3 + */ $execution = new executionTest('admin');