* [task#126878,doing,0.3h,3h] Add new function of ui test to activate execution.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
include dirname(__FILE__, 5) . '/test/lib/ui.php';
|
||||
Class activateExecutionTester extends tester
|
||||
{
|
||||
/**
|
||||
* 输入激活执行表单字段。
|
||||
* Input fields.
|
||||
*
|
||||
* @param string $end
|
||||
* @param string $executionId
|
||||
* @access public
|
||||
*/
|
||||
public function inputFields($end, $executionId)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user