getCacheDir() public method

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