From ecfa90fb4afa771f51c9f83de2dd67966fa9f894 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Wed, 15 Jan 2025 14:15:02 +0800 Subject: [PATCH] =?UTF-8?q?+=20[task#40664,doing,0.2h]=20add=20unittest=20?= =?UTF-8?q?of=20execution::getToAndCcList.=E2=96=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../execution/test/model/gettoandcclist.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 module/execution/test/model/gettoandcclist.php diff --git a/module/execution/test/model/gettoandcclist.php b/module/execution/test/model/gettoandcclist.php new file mode 100644 index 0000000000..0ac29899a5 --- /dev/null +++ b/module/execution/test/model/gettoandcclist.php @@ -0,0 +1,19 @@ +#!/usr/bin/env php +loadYaml('execution')->gen(20); +zenData('team')->loadYaml('team')->gen(10); +zenData('user')->gen(110); + +$executionIdList = array(101, 102, 103, 104, 105);