- Remove unit test of bugModel-setOperateActions.

This commit is contained in:
liumengyi
2023-06-01 14:15:40 +08:00
parent 66c8b45225
commit eaa1a15fdd
2 changed files with 0 additions and 46 deletions
-16
View File
@@ -2089,20 +2089,4 @@ class bugTest
return $build;
}
}
/*
* 测试设置操作按钮。
* Test for setting operate actions.
*
* @param string $type
* @access public
* @return array
*/
public function setOperateActionsTest(string $type = 'browse'): array
{
$this->objectModel->setOperateActions($type);
global $tester;
return $tester->config->bug->dtable->fieldList['actions']['actionsMap'];
}
}