Example #1
0
 public function testToStringShouldProxyToGetResponse()
 {
     $this->testResponseShouldAggregateMessageHeaders();
     $this->_response->finalize();
     $response = $this->_response->getResponse();
     $test = $this->_response->__toString();
     $this->assertSame($response, $test);
 }