* testcase: filter out unit tests from the list of test case types.

This commit is contained in:
liugang
2023-08-25 16:55:49 +08:00
parent 8a1c137d20
commit 060266fa9f
4 changed files with 14 additions and 11 deletions
+3 -1
View File
@@ -80,6 +80,8 @@ $items[] = array
'ditto' => true,
);
unset($lang->testcase->typeList['unit']);
/* Field of type. */
$items[] = array
(
@@ -87,7 +89,7 @@ $items[] = array
'label' => $lang->testcase->type,
'control' => 'picker',
'items' => $lang->testcase->typeList,
'value' => 1,
'value' => 'feature',
'width' => '160px',
'required' => true,
'ditto' => true,