Exemple #1
0
 public function testgetDecoratorAttributesArray()
 {
     $attributes = array('attribute2' => 'value2');
     $this->form->setDecoratorAttributesArray($attributes);
     $this->assertIdentical($attributes, $this->form->getDecoratorAttributesArray());
 }