Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authpdo/_test/
Dpgsql.test.php11 protected $driver = 'pgsql'; variable in pgsql_plugin_authpdo_test
Dmysql.test.php11 protected $driver = 'mysql'; variable in mysql_plugin_authpdo_test
20 $configuration = DOKU_UNITTEST . "{$this->driver}.conf.php";
47 $this->markTestSkipped("Skipped {$this->driver} tests. Missing configuration");
50 $this->markTestSkipped("Skipped {$this->driver} tests. Missing PDO extension");
52 if(!in_array($this->driver, pdo_drivers())) {
53 … $this->markTestSkipped("Skipped {$this->driver} tests. Missing pdo_{$this->driver} extension");
63 "{$this->driver}:host={$this->host};port={$this->port}", $this->user, $this->pass,
78 "{$this->driver}:host={$this->host};port={$this->port}", $this->user, $this->pass,
100 …"{$this->driver}:dbname={$this->database};host={$this->host};port={$this->port}", $this->user, $th…
262 $files = glob(__DIR__ . "/{$this->driver}/*.php");
[all …]