xref: /dokuwiki/lib/plugins/authpdo/_test/pgsql.test.php (revision 1d46eaf15e643a68facf0421651474b70f938bce)
1*32a211c7SAndreas Gohr<?php
2*32a211c7SAndreas Gohr
3*32a211c7SAndreas Gohr/**
4*32a211c7SAndreas Gohr * pgsql tests for the authpdo plugin
5*32a211c7SAndreas Gohr *
6*32a211c7SAndreas Gohr * @group plugin_authpdo
7*32a211c7SAndreas Gohr * @group plugins
8*32a211c7SAndreas Gohr */
9*32a211c7SAndreas Gohrclass pgsql_plugin_authpdo_test extends mysql_plugin_authpdo_test {
10*32a211c7SAndreas Gohr
11*32a211c7SAndreas Gohr    protected $driver = 'pgsql';
12*32a211c7SAndreas Gohr
13*32a211c7SAndreas Gohr}
14