* Rename the testcase::batchCaseTypeChange method to testcase:batchChangeType method.

This commit is contained in:
liugang
2023-08-25 15:36:16 +08:00
parent 7e355372ef
commit b332efe177
19 changed files with 45 additions and 39 deletions
+1 -1
View File
@@ -916,7 +916,7 @@ class testcase extends control
* @access public
* @return void
*/
public function batchCaseTypeChange(string $type)
public function batchChangeType(string $type)
{
$caseIdList = zget($_POST, 'caseIdList', array());
if($caseIdList)