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