* Finish task #62416,#62417.
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user