getWebappPath() public method

Returns the absolute path to the web application base directory.
public getWebappPath ( ) : string
return string The path to the webapps folder
Esempio n. 1
0
 /**
  * Test if the getter for the webapp path works.
  *
  * @return void
  */
 public function testGetWebappPath()
 {
     $this->assertEquals(ApplicationTest::WEBAPP_PATH, $this->application->getWebappPath());
 }