Index: tests/Zend/View/Helper/FormTest.php =================================================================== --- tests/Zend/View/Helper/FormTest.php (revision 23552) +++ tests/Zend/View/Helper/FormTest.php (working copy) @@ -90,16 +90,9 @@ $form = $this->helper->form('<&foo'); $this->assertContains($this->view->escape('<&foo'), $form); } - - public function testPassingIdAsAttributeShouldRenderIdAttribAndNotName() - { - $form = $this->helper->form('foo', array('action' => '/foo', 'method' => 'get', 'id' => 'bar')); - $this->assertRegexp('/