From 351f033f50dbe3710cebd28fa70ffceb07cb4be9 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 5 Jun 2025 05:04:11 +0000 Subject: [PATCH] * [unittest] modify unittest. --- module/custom/test/model/disablefeaturesbymode.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/custom/test/model/disablefeaturesbymode.php b/module/custom/test/model/disablefeaturesbymode.php index 44a6243345..86e382e3f9 100755 --- a/module/custom/test/model/disablefeaturesbymode.php +++ b/module/custom/test/model/disablefeaturesbymode.php @@ -23,5 +23,5 @@ cid=1 $modeList = array('ALM', 'light'); $customTester = new customTest(); -r($customTester->disableFeaturesByModeTest($modeList[0])) && p() && e('0'); // 将模式设置为全生命周期管理模式 -r($customTester->disableFeaturesByModeTest($modeList[1], ';')) && p() && e('productER,productUR,waterfall,waterfallplus,scrumMeasrecord,agileplusMeasrecord,productTrack,productRoadmap'); // 将模式设置为轻量级管理模式 \ No newline at end of file +r($customTester->disableFeaturesByModeTest($modeList[0])) && p() && e('0'); // 将模式设置为全生命周期管理模式 +r($customTester->disableFeaturesByModeTest($modeList[1])) && p() && e('productER,productUR,waterfall,waterfallplus,scrumMeasrecord,agileplusMeasrecord,productTrack,productRoadmap'); // 将模式设置为轻量级管理模式 \ No newline at end of file