* Add case for program model.
This commit is contained in:
@@ -15,6 +15,18 @@ class programTest
|
||||
$this->program = $tester->loadModel('program');
|
||||
}
|
||||
|
||||
/**
|
||||
* Get switcher.
|
||||
*
|
||||
* @param int $programID
|
||||
* @access public
|
||||
* @return string
|
||||
*/
|
||||
public function getSwitcherTest($programID = 0)
|
||||
{
|
||||
return $this->program->getSwitcher($programID);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get list by search.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user