Exemplo n.º 1
0
 public function testSettingTheName()
 {
     $this->environment->setName('prod123');
     $this->assertEquals('prod123', $this->environment->getName());
 }