*[misc] add testtask and executionCase module for search config.

This commit is contained in:
songchenxuan
2024-08-22 10:11:17 +08:00
committed by 周鑫
parent 248b369584
commit f765269e2b
+3 -1
View File
@@ -185,4 +185,6 @@ else
}
$config->search->controlProps = array();
$config->search->controlProps['testcase']['lastRunResult'] = (object)array('emptyValue' => '');
$config->search->controlProps['executionCase']['lastRunResult'] = (object)array('emptyValue' => '');
$config->search->controlProps['testtask']['lastRunResult'] = (object)array('emptyValue' => '');
$config->search->controlProps['testcase']['lastRunResult'] = (object)array('emptyValue' => '');