From 7bfa58873a4ebfb5ea8b25c8f33da93f834e0df0 Mon Sep 17 00:00:00 2001 From: Darko Miletic Date: Mon, 20 Mar 2017 04:09:15 -0300 Subject: [PATCH] MDL-58079 core_enrol: Fixed invalid category tag --- enrol/tests/enrollib_special_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enrol/tests/enrollib_special_test.php b/enrol/tests/enrollib_special_test.php index 1f6dc846798..132bda15274 100644 --- a/enrol/tests/enrollib_special_test.php +++ b/enrol/tests/enrollib_special_test.php @@ -18,7 +18,7 @@ * Test plugin enrollib parts. * * @package core_enrol - * @category phpunit + * @category test * @copyright 2017 Darko Miletic * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); * Test plugin enrollib parts. * * @package core - * @category phpunit + * @category test * @copyright 2017 Darko Miletic * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */