Implements interfaces:
A testing-purposes adapter.
Should be used to test all components that rely on Zend_Http_Client, without actually performing an HTTP request. You should instantiate this object manually, and then set it as the client's adapter. Then, you can set the expected response using the setResponse() method.
Located in /Zend/Http/Client/Adapter/Test.php (line 41)
Parameters array
Current position in the response buffer
Buffer of responses to be returned by the read() method. Can be set using setResponse() and addResponse().
Adapter constructor, currently empty. Config is set using setConfig()
Add another response to the response buffer.
Close the connection (dummy)
Connect to the remote server
Return the response set in $this->setResponse()
Set the configuration array for the adapter
Set the HTTP response(s) to be returned by this adapter
Sets the position of the response buffer. Selects which response will be returned on the next call to read().
Send request to the remote server
Documentation generated on Wed, 21 Feb 2007 12:00:57 -0800 by phpDocumentor 1.3.1