Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 29... Línea 29...
29
class block_html_test extends \advanced_testcase {
29
class block_html_test extends \advanced_testcase {
30
    /**
30
    /**
31
     * Tests instance files copying.
31
     * Tests instance files copying.
32
     * @covers ::instance_copy
32
     * @covers ::instance_copy
33
     */
33
     */
34
    public function test_instance_copy() {
34
    public function test_instance_copy(): void {
35
        global $USER;
35
        global $USER;
36
        $this->resetAfterTest();
36
        $this->resetAfterTest();
Línea 37... Línea 37...
37
 
37
 
38
        $this->setAdminUser();
38
        $this->setAdminUser();