view = new Zend_View(); $this->helper = new Zend_View_Helper_Form(); $this->helper->setView($this->view); } /** * Tears down the fixture, for example, close a network connection. * This method is called after a test is executed. * * @access protected */ protected function tearDown() { } public function testFormWithSaneInput() { $form = $this->helper->form('foo', array('action' => '/foo', 'method' => 'get')); $this->assertRegexp('/