Example #1
0
 public function testEnvironmentGetterAndSetterUsingArray()
 {
     $this->conf->setEnvironments(['123']);
     $this->assertEquals(['123'], $this->conf->getEnvironments());
 }