コード例 #1
0
ファイル: ClientTest.php プロジェクト: thefox/phpchat
 public function testGetTable()
 {
     $client = new Client();
     $this->assertEquals(null, $client->getTable());
 }