Example #1
0
 public function testConstructForm()
 {
     $form = new Application_Form_Model_Table();
     $this->assertEquals(2, count($form->getDecorators()));
 }