getName() public method

what is the name of this test environment?
public getName ( ) : string
return string
 /**
  * which test environment do we belong to?
  *
  * @return string
  */
 public function getTestEnvironmentName()
 {
     return $this->parentEnv->getName();
 }