From 9eeb51d582659e8c6c8eb49c8ac304e805aec97a Mon Sep 17 00:00:00 2001 From: Alistair Spark Date: Wed, 21 May 2025 16:54:32 +0100 Subject: [PATCH] Fixes #22 --- tests/qformat_wordtable_export_test.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/qformat_wordtable_export_test.php b/tests/qformat_wordtable_export_test.php index 044800d..c11b427 100644 --- a/tests/qformat_wordtable_export_test.php +++ b/tests/qformat_wordtable_export_test.php @@ -33,7 +33,6 @@ require_once($CFG->dirroot . '/question/format/xml/tests/xmlformat_test.php'); require_once($CFG->dirroot . '/tag/lib.php'); -namespace qformat_wordtable /** * Unit tests for exporting questions into Word (via XML).