Details
-
Type:
Unit Tests: Problem
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.0
-
Component/s: Zend_Locale
-
Labels:None
-
Fix Version Priority:Should Have
Description
1) testTitleAttributeGetsTranslated(Zend_Form_Element_ImageTest)
Non-static method Zend_Locale::setLocale() should not be called statically, assuming $this from incompatible context
2) testTitleAttributeDoesNotGetTranslatedIfTranslatorIsDisabled(Zend_Form_Element_ImageTest)
Non-static method Zend_Locale::setLocale() should not be called statically, assuming $this from incompatible context
3) testTitleAttributeGetsTranslated(Zend_Form_Element_SubmitTest)
Non-static method Zend_Locale::setLocale() should not be called statically, assuming $this from incompatible context
4) testTitleAttributeDoesNotGetTranslatedIfTranslatorIsDisabled(Zend_Form_Element_SubmitTest)
Non-static method Zend_Locale::setLocale() should not be called statically, assuming $this from incompatible context
Should be solved with r14705