Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 39... Línea 39...
39
     * Tests grade_report_user::inject_rowspans()
39
     * Tests grade_report_user::inject_rowspans()
40
     *
40
     *
41
     * inject_rowspans() returns the count of the number of elements, sets maxdepth on the
41
     * inject_rowspans() returns the count of the number of elements, sets maxdepth on the
42
     *  report object and sets the rowspan property on any element that has children.
42
     *  report object and sets the rowspan property on any element that has children.
43
     */
43
     */
44
    public function test_inject_rowspans() {
44
    public function test_inject_rowspans(): void {
45
        global $CFG, $USER, $DB;
45
        global $CFG, $USER, $DB;
Línea 46... Línea 46...
46
 
46
 
47
        parent::setUp();
47
        parent::setUp();