* Add case of execution model.
This commit is contained in:
@@ -13,6 +13,21 @@ class executionTest
|
||||
$this->objectModel = $tester->loadModel('execution');
|
||||
}
|
||||
|
||||
/**
|
||||
* Create the select code of executions.
|
||||
*
|
||||
* @param int $executionID
|
||||
* @param string $currentModule
|
||||
* @param string $currentMethod
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function selectTest($executionID, $currentModule, $currentMethod)
|
||||
{
|
||||
$executions = $this->objectModel->getPairs();
|
||||
return $this->objectModel->select($executions, $executionID, 0, $currentModule, $currentMethod);
|
||||
}
|
||||
|
||||
/**
|
||||
* Check the privilege.
|
||||
*
|
||||
@@ -371,7 +386,7 @@ class executionTest
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getPairsTest($projectID,$count)
|
||||
public function getPairsTest($projectID, $count)
|
||||
{
|
||||
$object = $this->objectModel->getPairs($projectID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user