/**
  * @covers ::isInLiveDev
  * @expectedException \RuntimeException
  */
 public function testInLiveDevPropertyWhenUnset()
 {
     $environment = new Environment('test');
     $environment->isInLiveDev();
 }