Ejemplo n.º 1
0
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  *
  * @access protected
  */
 protected function setUp()
 {
     $this->view = new Zend_View();
     $this->helper = new Zend_View_Helper_HtmlList();
     $this->helper->setView($this->view);
 }
Ejemplo n.º 2
0
 /**
  * Sets up the fixture, for example, open a network connection.
  * This method is called before a test is executed.
  *
  * @access protected
  */
 protected function setUp()
 {
     $this->view = new \Zend\View\View();
     $this->helper = new Helper\HtmlList();
     $this->helper->setView($this->view);
 }