xref: /plugin/struct/_test/mock/helper_plugin_struct_db.php (revision 00624072b830337ef0e7b5e816484c60d954fac2)
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