MDL-81520 core: Fix test finality

This commit is contained in:
Andrew Nicols
2024-12-11 12:30:21 +08:00
parent 4bd3217ce8
commit 7bb9f136d2
1619 changed files with 1958 additions and 1896 deletions
@@ -40,7 +40,7 @@ require_once(__DIR__ . '/../behaviour.php');
* @copyright 2009 The Open University
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class missingbehaviour_test extends \advanced_testcase {
final class missingbehaviour_test extends \advanced_testcase {
public function test_missing_cannot_start(): void {
$qa = new question_attempt(\test_question_maker::make_question('truefalse', 'true'), 0);