* Rename getCaseByProductAndModule to getCaseListForXmindExport and refactor it.

This commit is contained in:
daitingting
2023-09-14 06:16:32 +00:00
parent e685fa9d01
commit 1a7e58e69b
2 changed files with 10 additions and 20 deletions
+1 -1
View File
@@ -2394,7 +2394,7 @@ class testcaseZen extends testcase
*/
protected function getXmindExport(int $productID, int $moduleID, int|string $branch): array
{
$caseList = $this->testcase->getCaseByProductAndModule($productID, $moduleID);
$caseList = $this->testcase->getCaseListForXmindExport($productID, $moduleID);
$stepList = $this->testcase->getStepByProductAndModule($productID, $moduleID);
$moduleList = $this->getModuleListForXmindExport($productID, $moduleID, $branch);
$sceneInfo = $this->testcase->getSceneByProductAndModule($productID, $moduleID);