[ Index ]

PHP Cross Reference of DokuWiki

title

Body

[close]

/_test/mock/ -> AuthCaseInsensitivePlugin.php (source)

   1  <?php
   2  
   3  namespace dokuwiki\test\mock;
   4  
   5  /**
   6   * Class dokuwiki\Plugin\DokuWiki_Auth_Plugin
   7   */
   8  class AuthCaseInsensitivePlugin extends AuthPlugin {
   9      function isCaseSensitive(){
  10          return false;
  11      }
  12  }