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