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