From 7c5dc516c7b1af8ca1c43a4e9cffc5d3c508263d Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 3 Nov 2023 20:00:53 +1300 Subject: [PATCH] Remove externallib call in tests. --- tests/output_mobile_test.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/output_mobile_test.php b/tests/output_mobile_test.php index a415f7a..d508dc8 100644 --- a/tests/output_mobile_test.php +++ b/tests/output_mobile_test.php @@ -25,9 +25,6 @@ defined('MOODLE_INTERNAL') || die(); -global $CFG; -require_once($CFG->libdir . '/externallib.php'); - /** * Unit tests for the methods provided by the {@see \mod_subcourse\output\mobile} class. *