getName() публичный Метод

what is the name of this test environment?
public getName ( ) : string
Результат string
Пример #1
0
 /**
  * which test environment do we belong to?
  *
  * @return string
  */
 public function getTestEnvironmentName()
 {
     return $this->parentEnv->getName();
 }