/**
  * Test description.
  *
  * @return void
  * @expectedException \RuntimeException
  */
 public function testGetBrowserNotSpecified()
 {
     $test_case = new WithoutBrowserConfig();
     $test_case->getBrowser();
 }