bash/snippets/dokuwiki-2023-04-04/lib/plugins/authpdo/_test/pgsql.test.php

14 lines
204 B
PHP

<?php
/**
* pgsql tests for the authpdo plugin
*
* @group plugin_authpdo
* @group plugins
*/
class pgsql_plugin_authpdo_test extends mysql_plugin_authpdo_test {
protected $driver = 'pgsql';
}