From f52cfceb8317cf2551e1e89c13e9c4e96b74c98a Mon Sep 17 00:00:00 2001 From: yulujie Date: Tue, 20 Aug 2024 14:20:46 +0800 Subject: [PATCH] * [task#126186,done,0.1h,0h] Modify file of ui test to start execution. --- module/execution/test/ui/startexecution.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/test/ui/startexecution.php b/module/execution/test/ui/startexecution.php index 43c34e905e..e323abecae 100644 --- a/module/execution/test/ui/startexecution.php +++ b/module/execution/test/ui/startexecution.php @@ -8,7 +8,7 @@ cid=1 */ chdir(__DIR__); -include '../lib/startexecution.class.php'; +include '../lib/startexecution.ui.class.php'; zendata('project')->loadYaml('execution', false, 2)->gen(10); $tester = new startExecutionTester();