From db6a084bd2f0841de349ca4c023c65c780f9f553 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 21 Jun 2024 14:17:53 +0800 Subject: [PATCH] * [ci,0.2h] modify default value for execution::createTest method. --- module/execution/test/lib/execution.unittest.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/test/lib/execution.unittest.class.php b/module/execution/test/lib/execution.unittest.class.php index 4277468916..5c680c4a3d 100644 --- a/module/execution/test/lib/execution.unittest.class.php +++ b/module/execution/test/lib/execution.unittest.class.php @@ -179,9 +179,9 @@ class executionTest */ public function createTest($param = array(), $project = '', $teamMembers = array(), $days = '') { - $products = array(''); - $plans = array(''); - $whitelist = array(''); + $products = array(); + $plans = array(); + $whitelist = array(); $beginData = date('Y-m-d'); $endData = date('Y-m-d',strtotime("+$days day")); $delta = intval($days) + 1;