Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 64... Línea 64...
64
class reportlib_test extends advanced_testcase {
64
class reportlib_test extends advanced_testcase {
Línea 65... Línea 65...
65
 
65
 
66
    /**
66
    /**
67
     * Tests grade_report::blank_hidden_total_and_adjust_bounds()
67
     * Tests grade_report::blank_hidden_total_and_adjust_bounds()
68
     */
68
     */
69
    public function test_blank_hidden_total_and_adjust_bounds() {
69
    public function test_blank_hidden_total_and_adjust_bounds(): void {
Línea 70... Línea 70...
70
        global $DB;
70
        global $DB;
Línea 71... Línea 71...
71
 
71