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