Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 71... Línea 71...
71
    }
71
    }
Línea 72... Línea 72...
72
 
72
 
73
    /**
73
    /**
74
     * Tests all functionality in the search area.
74
     * Tests all functionality in the search area.
75
     */
75
     */
76
    public function test_search_area() {
76
    public function test_search_area(): void {
77
        global $CFG, $USER, $DB;
77
        global $CFG, $USER, $DB;
Línea 78... Línea 78...
78
        require_once($CFG->dirroot . '/search/tests/fixtures/testable_core_search.php');
78
        require_once($CFG->dirroot . '/search/tests/fixtures/testable_core_search.php');
79
 
79