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