Beispiel #1
0
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testInvalidTypeEnvironment()
 {
     $this->config->setEnvironment(1);
 }