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