Issue Details (XML | Word | Printable)

Key: ZF-6221
Type: Unit Tests: Problem Unit Tests: Problem
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Thomas Weidner
Reporter: Alexander Veremyev
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

A set of "Non-static method Zend_Locale::setLocale() should not be called statically, assuming $this from incompatible context" errors

Created: 06/Apr/09 09:37 AM   Updated: 06/Apr/09 11:15 PM   Resolved: 06/Apr/09 11:15 PM
Component/s: Zend_Locale
Affects Version/s: None
Fix Version/s: 1.8.0

Time Tracking:
Not Specified

Fix Version Priority: Should Have


 Description  « Hide

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



Thomas Weidner added a comment - 06/Apr/09 11:57 AM

Should be solved with r14705