* Add case of execution model.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user