[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/lib/plugins/authpdo/_test/ -> pgsql.test.php (source)

   1  <?php
   2  
   3  /**
   4   * pgsql tests for the authpdo plugin
   5   *
   6   * @group plugin_authpdo
   7   * @group plugins
   8   */
   9  class pgsql_plugin_authpdo_test extends mysql_plugin_authpdo_test {
  10  
  11      protected $driver = 'pgsql';
  12  
  13  }