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
@@ -36,7 +36,7 @@ require_once(__DIR__ . '/helpers.php');
* @copyright 2012 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class unitofwork_test extends \data_loading_method_test_base {
final class unitofwork_test extends \data_loading_method_test_base {
/** @var question_usage_by_activity the test question usage. */
protected $quba;