MDL-81520 core: Fix test finality

This commit is contained in:
Andrew Nicols
2024-12-11 12:30:21 +08:00
parent 3d7496dacd
commit 5be481d1d0
1458 changed files with 1986 additions and 1666 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ require_once($CFG->dirroot . '/webservice/tests/helpers.php');
* @copyright 2020 Ferran Recio
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class post_statement_test extends externallib_advanced_testcase {
final class post_statement_test extends externallib_advanced_testcase {
/** @var test_helper for generating valid xapi statements. */
private $testhelper;