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