diff --git a/grade/grading/form/guide/tests/guide_test.php b/grade/grading/form/guide/tests/guide_test.php index f736bbccafc..5bf953e41a5 100644 --- a/grade/grading/form/guide/tests/guide_test.php +++ b/grade/grading/form/guide/tests/guide_test.php @@ -18,7 +18,7 @@ * Unit tests for Marking Guide grading method. * * @package gradingform_guide - * @category phpunit + * @category test * @copyright 2015 Nikita Kalinin * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ @@ -33,7 +33,7 @@ require_once($CFG->dirroot . '/grade/grading/form/guide/lib.php'); * Test cases for the Marking Guide. * * @package gradingform_guide - * @category phpunit + * @category test * @copyright 2015 Nikita Kalinin * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */