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