getReleaseTasks() 공개 메소드

Returns the release tasks handler.
public getReleaseTasks ( ) : Components_Release_Tasks
리턴 Components_Release_Tasks The release tasks handler.
예제 #1
0
파일: TestCase.php 프로젝트: horde/horde
 protected function getReleaseTasks()
 {
     $dependencies = new Components_Dependencies_Injector();
     $this->output = new Components_Stub_Output();
     $dependencies->setInstance('Components_Output', $this->output);
     return $dependencies->getReleaseTasks();
 }