From 08a76fa4b80539d258b6ee6a0a9d5fab6aa8a857 Mon Sep 17 00:00:00 2001 From: yulujie Date: Tue, 20 Aug 2024 09:32:33 +0800 Subject: [PATCH] * [task#126186,done,5.5h,0h] Add ui test files of start execution. --- module/execution/test/lib/startexecution.class.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/module/execution/test/lib/startexecution.class.php b/module/execution/test/lib/startexecution.class.php index e6c52c5add..26300607b3 100644 --- a/module/execution/test/lib/startexecution.class.php +++ b/module/execution/test/lib/startexecution.class.php @@ -6,9 +6,8 @@ class startExecutionTester extends tester * 开始执行弹窗中输入实际开始日期。 * Input fields. * - * @param string realBegan + * @param string $realBegan * @access public - * @return bool */ public function inputFields($realBegan) { @@ -26,7 +25,7 @@ class startExecutionTester extends tester * 正常开始执行。 * Start execution. * - * @param array realBegan + * @param string $realBegan * @access public * @return bool */ @@ -43,7 +42,7 @@ class startExecutionTester extends tester * 实际开始日期大于当前日期。 * The real start date is greater than the current date. * - * @param array $realBegan + * @param string $realBegan * @access public * @return bool */