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