Example #1
0
 public function testDefaultAdapter()
 {
     $client = new Client();
     $this->assertInstanceOf('\\Nimbles\\Http\\Client\\Adapter\\Curl', $client->getDefaultAdapter());
 }