ping() public method

Check if the Sentinel is still responding
public ping ( ) : mixed
return mixed
Exemplo n.º 1
0
 public function testPing()
 {
     $pong = $this->sentinel->ping();
     $this->assertEquals("PONG", $pong);
 }