ZF-9690: Wrong methodname in Zend_Http_Client_Adapter_Test Example #8
Description
There is a typo in Example #8 Line 8: This {{$adapter->nextRequestWillFail(true);}} should be {{$adapter->setNextRequestWillFail(true);}}
There is a typo in Example #8 Line 8: This {{$adapter->nextRequestWillFail(true);}} should be {{$adapter->setNextRequestWillFail(true);}}
Comments
Posted by Shahar Evron (shahar) on 2010-04-18T05:15:22.000+0000
This has been fixed in SVN some time ago by cogo and will appear in the manual once it is regenerated from trunk or from the 10.3 release branch.