Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.10.1
-
Fix Version/s: 1.10.2
-
Component/s: Zend_Dom_Query, Zend_Test_PHPUnit
-
Labels:None
Description
In 1.10.1, we removed the suppression operator from DOMDocument::loadFile/loadHTMLFile calls. However, this means that if DOMDocument reports errors – even just notices or warnings – PHPUnit's error handler catches these and reports errors. This can result in false negatives in ControllerTestCase test cases.
Issue Links
| This issue is duplicated by: | ||||
| ZF-9244 | Warnings emitted from DOMDocument should be suppressed. |
|
|
|
Fixed in trunk and 1.10 release branch.