Example #1
0
	public function testGetResponse()
	{
		$this->assertInstanceOf('Nella\Utils\Curl\Response', $this->wrapper->getResponse(Request::HEAD, "http://www.google.com"));
	}