Example #1
0
 public function testSetRtm()
 {
     $client = new Client();
     $client->setRtm(new Rtm());
     $this->assertInstanceOf('Rtm\\Rtm', $client->getRtm());
 }