/**
  * @covers ::getVcsType
  * @expectedException \RuntimeException
  */
 public function testGetVcsTypeWillThrowExceptionIfPropertyNotSet()
 {
     $application = new Application('test');
     $application->getVcsType();
 }