Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 30... Línea 30...
30
 * @package    core_grades
30
 * @package    core_grades
31
 * @category   external
31
 * @category   external
32
 * @copyright  2023 Mihail Geshoski <mihail@moodle.com>
32
 * @copyright  2023 Mihail Geshoski <mihail@moodle.com>
33
 * @covers     \core_grades\external\get_grade_tree
33
 * @covers     \core_grades\external\get_grade_tree
34
 */
34
 */
35
class get_grade_tree_test extends \externallib_advanced_testcase {
35
final class get_grade_tree_test extends \externallib_advanced_testcase {
Línea 36... Línea 36...
36
 
36
 
37
    /**
37
    /**
38
     * Test the return value of the external function.
38
     * Test the return value of the external function.
39
     *
-
 
40
     * @covers ::execute
39
     *
41
     * @return void
40
     * @return void
42
     */
41
     */
43
    public function test_execute(): void {
42
    public function test_execute(): void {
44
        $this->resetAfterTest();
43
        $this->resetAfterTest();