protected function setUp()
 {
     $this->subject = new \Tx_Phpunit_ViewHelpers_ProgressBarViewHelper();
     $this->outputService = new \Tx_Phpunit_Service_FakeOutputService();
     $this->subject->injectOutputService($this->outputService);
 }
 public function setUp()
 {
     $this->fixture = new Tx_Phpunit_ViewHelpers_ProgressBarViewHelper();
     $this->outputService = new Tx_Phpunit_Service_FakeOutputService();
     $this->fixture->injectOutputService($this->outputService);
 }