DataSift\Storyplayer\DefinitionLib\TestEnvironment_Definition::getName PHP Method

getName() public method

what is the name of this test environment?
public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }

Usage Example

Example #1
0
 /**
  * which test environment do we belong to?
  *
  * @return string
  */
 public function getTestEnvironmentName()
 {
     return $this->parentEnv->getName();
 }