Beispiel #1
0
 public function setUp()
 {
     Cache::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
 }
 public function driverSet()
 {
     Cache::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
     return [[Cache::Memcache(self::MEMCACHE_IP)]];
 }
Beispiel #3
0
 public function setUp()
 {
     Annotations::setConfig(__DIR__ . '/../Mocks/MockAnnotationsConfig.yaml');
     Cache::setConfig(__DIR__ . '/../Mocks/MockCacheConfig.yaml');
     Rest::setConfig(__DIR__ . '/../Mocks/MockRestConfig.yaml');
 }
Beispiel #4
0
 public function setUp()
 {
     Cache::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
     $this->instance = Cache::SessionArray();
 }