Exemplo n.º 1
0
 public function testGetTable()
 {
     $client = new Client();
     $this->assertEquals(null, $client->getTable());
 }