- Deleted testcase add in CommonHttpTest. git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24308 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -707,15 +707,6 @@ RESPONSE
}
/**
- * @group ZF-11598
- */
- public function testAdapter()
- {
- $client = new Zend_Http_Client(null, array('adapter' => 'Zend_Http_Client_Adapter_Test'));
- $this->assertTrue($client->getAdapter() instanceof Zend_Http_Client_Adapter_Test);
- }
-
- /**
* Data providers
*/