getClusterName() public method

Gets the name of the cluster.
public getClusterName ( ) : string
return string
Example #1
0
 /**
  * @group unit
  */
 public function testGetClusterName()
 {
     $this->assertEquals('test_cluster', $this->_health->getClusterName());
 }