public function setUp()
 {
     parent::setUp();
     $this->jsonFile = __DIR__ . '/db.json';
     $this->jsonDriver = new Json($this->jsonFile);
     $this->settings = new SettingsImpl($this->jsonDriver, new ConfigStub());
 }
 public function setUp()
 {
     parent::setUp();
     $this->settings = new SettingsImpl(new Memory(), new ConfigStub());
 }