Пример #1
0
 public function testSentinelHasIpAddress()
 {
     $sentinel = new Client($this->ipAddress, $this->port);
     $this->assertEquals($this->ipAddress, $sentinel->getIpAddress(), 'A sentinel location is identified by ip address');
 }