diff --git a/plugin_feature.php b/plugin_feature.php deleted file mode 100644 index c1b6872..0000000 --- a/plugin_feature.php +++ /dev/null @@ -1,36 +0,0 @@ -. - -namespace qbank_bulktags; - -use core_question\local\bank\bulk_action_base; -use core_question\local\bank\plugin_features_base; - -/** - * Class plugin_feature is the entrypoint for the features. - * - * @package qbank_bulktags - * @author Marcus Green - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ -class plugin_feature extends plugin_features_base { - - public function get_bulk_actions(): array { - return [ - new bulk_tag_action(), - ]; - } -} diff --git a/tests/helper_test.php b/tests/helper_test.php index a9d0c67..48e8595 100644 --- a/tests/helper_test.php +++ b/tests/helper_test.php @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Moodle. If not, see . -namespace qbank_bulktags\tests; +namespace qbank_bulktags; use qbank_bulktags\helper; use advanced_testcase;