Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6.0
-
Fix Version/s: 1.6.2
-
Component/s: Zend_Controller
-
Labels:None
-
Fix Version Priority:Must Have
Description
In line 69, version 1.6.0 there is small typo in Zend_Controller_Response_HttpTestCase. There's unwanted is-string. It should be replaced with is_string.
Solved in SVN r11245.
I correct is-string() to is_string() line 97.