program test case
This commit is contained in:
@@ -50,6 +50,19 @@ class programTest
|
||||
return $this->program->getStakeholdersByPrograms($programID);
|
||||
}
|
||||
|
||||
/**
|
||||
* Create default program.
|
||||
*
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function createDefaultProgram()
|
||||
{
|
||||
$programID = $this->program->createDefaultProgram();
|
||||
|
||||
return $programID;
|
||||
}
|
||||
|
||||
/**
|
||||
* Test get list.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user