Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 37... Línea 37...
37
 
37
 
38
    /**
38
    /**
39
     * Test function display_header multiple sorts with no custom tooltips.
39
     * Test function display_header multiple sorts with no custom tooltips.
40
     *
40
     *
41
     */
41
     */
42
    public function test_column_header_multi_sort_no_tooltips() {
42
    public function test_column_header_multi_sort_no_tooltips(): void {
43
        $this->resetAfterTest();
43
        $this->resetAfterTest();
44
        $course = $this->getDataGenerator()->create_course();
44
        $course = $this->getDataGenerator()->create_course();
45
        $questionbank = new view(
45
        $questionbank = new view(
46
                new question_edit_contexts(\context_course::instance($course->id)),
46
                new question_edit_contexts(\context_course::instance($course->id)),
Línea 71... Línea 71...
71
 
71
 
72
    /**
72
    /**
73
     * Test function display_header multiple sorts with custom tooltips.
73
     * Test function display_header multiple sorts with custom tooltips.
74
     *
74
     *
75
     */
75
     */
76
    public function test_column_header_multi_sort_with_tooltips() {
76
    public function test_column_header_multi_sort_with_tooltips(): void {
77
        $this->resetAfterTest();
77
        $this->resetAfterTest();
78
        $course = $this->getDataGenerator()->create_course();
78
        $course = $this->getDataGenerator()->create_course();
79
        $questionbank = new view(
79
        $questionbank = new view(
80
                new question_edit_contexts(\context_course::instance($course->id)),
80
                new question_edit_contexts(\context_course::instance($course->id)),