コード例 #1
0
ファイル: HtmlListTest.php プロジェクト: omusico/logica
 /**
  * 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);
 }
コード例 #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);
 }