getAppBase() public method

Returns the absolute path to the applications base directory.
public getAppBase ( ) : string
return string The app base directory
Exemplo n.º 1
0
 /**
  * Test if the getter/setter for the app base works.
  *
  * @return void
  */
 public function testGetAppBase()
 {
     $this->assertEquals(ApplicationTest::APP_BASE, $this->application->getAppBase());
 }