Searched refs:dbfile (Results 1 – 1 of 1) sorted by relevance
30 protected $dbfile; variable in sqlite_plugin_authpdo_test41 $this->dbfile = tempnam('/tmp/', 'pluginpdo_test_');42 copy(__DIR__ . '/test.sqlite3', $this->dbfile);47 $conf['plugin']['authpdo']['dsn'] = 'sqlite:' . $this->dbfile;90 unlink($this->dbfile);