예제 #1
0
파일: FileTest.php 프로젝트: jsnshrmn/Suma
 /**
  * @group GH-247
  */
 public function testDefaultDecoratorOrder()
 {
     $expected = array('Zend_Form_Decorator_File', 'Zend_Form_Decorator_Errors', 'Zend_Form_Decorator_Description', 'Zend_Form_Decorator_HtmlTag', 'Zend_Form_Decorator_Label');
     $this->assertEquals($expected, array_keys($this->element->getDecorators()));
 }