Beispiel #1
0
 public function setUp()
 {
     Cache::reInstantiate();
     Ntentan::$cacheMethod = 'file';
     Cache::setCachePath(TEST_HOME . '/tmp/');
 }
 public function setUp()
 {
     Cache::reInstantiate();
     Ntentan::$cacheMethod = 'memcache';
 }