Example #1
0
 public function testGetCurl()
 {
     $client = new Client();
     $this->assertSame($client->getCurl(), $client->getCurl());
 }