コード例 #1
0
ファイル: form.php プロジェクト: Clansuite/Clansuite
 public function testgetDecoratorAttributesArray()
 {
     $attributes = array('attribute2' => 'value2');
     $this->form->setDecoratorAttributesArray($attributes);
     $this->assertIdentical($attributes, $this->form->getDecoratorAttributesArray());
 }