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