Home
last modified time | relevance | path

Searched refs:dbfile (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authpdo/_test/
Dsqlite.test.php30 protected $dbfile; variable in sqlite_plugin_authpdo_test
41 $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);