Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authpdo/_test/
Dmysql.test.php113 * @param auth_plugin_authpdo $auth
116 protected function runGeneralTests(auth_plugin_authpdo $auth, $users) {
163 * @param auth_plugin_authpdo $auth
166 protected function runUserTests(auth_plugin_authpdo $auth, $user) {
306 $auth = new auth_plugin_authpdo();
Dsqlite.test.php8 class testable_auth_plugin_authpdo extends auth_plugin_authpdo {
117 $auth = new auth_plugin_authpdo();
/dokuwiki/lib/plugins/authpdo/
Dauth.php17 class auth_plugin_authpdo extends AuthPlugin class