/**
  * Tests RootContainer->getHome()
  */
 public function testGetHome()
 {
     $this->assertEquals(realpath(dirname(__FILE__) . '/../../../../../../') . '/', $this->RootContainer->getHome());
 }