Ejemplo n.º 1
0
 public function testGetDecorators()
 {
     $this->form->setDecorator('label');
     $decorators = $this->form->getDecorators();
     $this->assertTrue(is_array($decorators));
     $this->assertEqual(1, count($decorators));
 }