Esempio n. 1
0
 public function driverSet()
 {
     Storage::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
     return [[$this->storage('LocalStorage')]];
 }
Esempio n. 2
0
 public function setUp()
 {
     Storage::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
 }
Esempio n. 3
0
 public function DriverSet()
 {
     Storage::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
     Logger::setConfig(realpath(__DIR__ . '/' . self::CONFIG));
     return [[$this->logger('Webiny')]];
 }
Esempio n. 4
0
 public function testSetConfig()
 {
     Storage::setConfig(realpath(__DIR__) . self::CONFIG);
 }