Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 37... Línea 37...
37
 * @package    tool_dataprivacy
37
 * @package    tool_dataprivacy
38
 * @copyright  2021 The Open University
38
 * @copyright  2021 The Open University
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
39
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
40
 * @covers \tool_dataprivacy\api
40
 * @covers \tool_dataprivacy\api
41
 */
41
 */
42
class submit_selected_courses_form_test extends \externallib_advanced_testcase {
42
final class submit_selected_courses_form_test extends \externallib_advanced_testcase {
43
    /**
43
    /**
44
     * Test for submit_selected_courses_form().
44
     * Test for submit_selected_courses_form().
45
     */
45
     */
46
    public function test_submit_selected_courses_form(): void {
46
    public function test_submit_selected_courses_form(): void {
47
        global $DB;
47
        global $DB;