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