Details
Description
Zend_Form_Element_File does not work without filters.
It dies on 'Fatal error: Unsupported operand types in Zend\File\Transfer\Adapter\Abstract.php on line 796', when no filter is set. It is some kind of array merging problem.
When I add a filter, ->addFilter(new Zend_Filter_File_Rename('XXX', 'XXX')), it works OK
Is works without filters.
Most of the unittests are done without attached filters.
Please give reproducable code so we can investigate the problem in the file element.