ZF-4255: testZF3578_InvalidOrMissingfXmlFile(Zend_Config_XmlTest) unit test failure
Description
Output: {panel} 1) testZF3578_InvalidOrMissingfXmlFile(Zend_Config_XmlTest) Failed asserting that <string:simplexml_load_file(): ^> contains "parser error". {panel}
Comments
Posted by Alexander Veremyev (alexander) on 2008-09-13T08:28:16.000+0000
Error handler can actually be invoked several times by one internal function (simplexml_load_file() in this case) to produce several lines of output. Oll lines should be collected.
Fixed.