Proyectos de Subversion Moodle

Rev

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

Rev 11 Rev 1441
Línea 55... Línea 55...
55
    /**
55
    /**
56
     * Set up for every test
56
     * Set up for every test
57
     */
57
     */
58
    public function setUp(): void {
58
    public function setUp(): void {
59
        global $DB;
59
        global $DB;
-
 
60
        parent::setUp();
60
        $this->resetAfterTest();
61
        $this->resetAfterTest();
61
        $this->setAdminUser();
62
        $this->setAdminUser();
Línea 62... Línea 63...
62
 
63
 
63
        // Setup test data.
64
        // Setup test data.