getName() public method

Gets the name of the index.
public getName ( ) : string
return string
 public function testGetName()
 {
     $this->assertEquals('test', $this->_index->getName());
 }