Example #1
0
 public function testSentinelHasPort()
 {
     $sentinel = new Client($this->ipAddress, $this->port);
     $this->assertEquals($this->port, $sentinel->getPort(), 'A sentinel location needs a port to be identifiable');
 }