Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 26... Línea 26...
26
 */
26
 */
27
class concept_cache_test extends \advanced_testcase {
27
class concept_cache_test extends \advanced_testcase {
28
    /**
28
    /**
29
     * Test convect fetching.
29
     * Test convect fetching.
30
     */
30
     */
31
    public function test_concept_fetching() {
31
    public function test_concept_fetching(): void {
32
        global $CFG, $DB;
32
        global $CFG, $DB;
33
        $this->resetAfterTest(true);
33
        $this->resetAfterTest(true);
34
        $this->setAdminUser();
34
        $this->setAdminUser();
Línea 35... Línea 35...
35
 
35