* Adjust execute hook for workflow.

This commit is contained in:
chenfei
2019-07-24 18:26:00 +08:00
parent 3d626b7026
commit 821095baf7
11 changed files with 22 additions and 0 deletions
+2
View File
@@ -516,6 +516,8 @@ class testcase extends control
->fetch('count');
$case->caseFails = $caseFails;
$this->executeHooks($this->methodName, $caseID);
$this->view->position[] = $this->lang->testcase->common;
$this->view->position[] = $this->lang->testcase->view;