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