MDL-81520 core: Fix test finality

This commit is contained in:
Andrew Nicols
2024-12-11 12:30:21 +08:00
parent 02e8cebdd2
commit 55126be4ad
1674 changed files with 2026 additions and 1971 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ require_once($CFG->libdir . '/xmlize.php');
* @copyright 2017 Kilian Singer {@link http://quantumtechnology.info}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class xmlize_test extends \basic_testcase {
final class xmlize_test extends \basic_testcase {
/**
* Test an XML import using a valid XML file.
*