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