* Add case of execution model.

This commit is contained in:
田淑杰
2023-01-09 15:56:56 +08:00
parent 0a1ffed860
commit 4ecca79607
4 changed files with 46 additions and 15 deletions
+3 -4
View File
@@ -1600,19 +1600,18 @@ class executionTest
}
/**
* function fixFirst test by execution
* Function fixFirst test by execution.
*
* @param string $executionID
* @param array $param
* @param string $date
* @access public
* @return array
*/
public function fixFirstTest($executionID, $param = array())
public function fixFirstTest($executionID, $param = array(), $date)
{
global $tester;
$date = date('Y-m-d');
$createFields = array('estimate' => '');
foreach($createFields as $field => $defaultValue) $_POST[$field] = $defaultValue;