xref: /plugin/struct/_test/mock/helper_plugin_struct_db.php (revision 3f594db8bf8e43ac461d652e6f9892b886db0456)
1<?php
2
3namespace dokuwiki\plugin\struct\test\mock;
4
5class helper_plugin_struct_db extends \helper_plugin_struct_db {
6
7    public function IS_PUBLISHER() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
8    {
9        return 0;
10    }
11}
12