getSessionDir() public method

Returns the absolute path to the applications session directory.
public getSessionDir ( ) : string
return string The app session directory
Esempio n. 1
0
 /**
  * Test if the getter for the session dir works.
  *
  * @return void
  */
 public function testGetSessionDir()
 {
     $this->assertEquals(ApplicationTest::SESSION_DIR, $this->application->getSessionDir());
 }