* Finish task #62416,#62417.

This commit is contained in:
liyuchun
2022-07-28 02:27:16 +00:00
parent 3717158870
commit adac1d8ad0
12 changed files with 96 additions and 21 deletions
+13
View File
@@ -2231,6 +2231,19 @@ class testcase extends control
$this->display();
}
/**
* Show script.
*
* @param int $caseID
* @access public
* @return void
*/
public function showScript($caseID)
{
$this->view->case = $this->testcase->getByID($caseID);
$this->display();
}
/**
* Export case getModuleByStory
*