xref: /dokuwiki/_test/mock/AuthPlugin.php (revision e1d9dcc8b460b6f029ac9c8d5d3b8d23b6e73402)
1*e1d9dcc8SAndreas Gohr<?php
2*e1d9dcc8SAndreas Gohr
3*e1d9dcc8SAndreas Gohrnamespace dokuwiki\test\mock;
4*e1d9dcc8SAndreas Gohr
5*e1d9dcc8SAndreas Gohr/**
6*e1d9dcc8SAndreas Gohr * Class dokuwiki\Plugin\DokuWiki_Auth_Plugin
7*e1d9dcc8SAndreas Gohr */
8*e1d9dcc8SAndreas Gohrclass AuthPlugin extends \dokuwiki\Extension\AuthPlugin {
9*e1d9dcc8SAndreas Gohr
10*e1d9dcc8SAndreas Gohr}
11