Example #1
0
 public function testGetSettings()
 {
     $client = new Client();
     $this->assertEquals(null, $client->getSettings());
 }