Пример #1
0
 /**
  * Prove the fluent interface on Zend_Form_Element_File::loadDefaultDecorators
  *
  * @link http://framework.zend.com/issues/browse/ZF-9913
  * @return void
  */
 public function testFluentInterfaceOnLoadDefaultDecorators()
 {
     $this->assertSame($this->element, $this->element->loadDefaultDecorators());
 }