/**
  * Test if the getter/setter for the app base works.
  *
  * @return void
  */
 public function testGetAppBase()
 {
     $this->assertEquals(ApplicationTest::APP_BASE, $this->application->getAppBase());
 }