/**
  * Test if the getter/setter for the virtual hosts works.
  *
  * @return void
  */
 public function testInjectGetVirtualHosts()
 {
     $this->assertEquals($this->virtualHosts, $this->application->getVirtualHosts());
 }