Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 35... Línea 35...
35
    }
35
    }
Línea 36... Línea 36...
36
 
36
 
37
    /**
37
    /**
38
     * Test creating category
38
     * Test creating category
39
     */
39
     */
40
    public function test_create_category() {
40
    public function test_create_category(): void {
Línea 41... Línea 41...
41
        $this->resetAfterTest(true);
41
        $this->resetAfterTest(true);
42
 
42
 
Línea 48... Línea 48...
48
    }
48
    }
Línea 49... Línea 49...
49
 
49
 
50
    /**
50
    /**
51
     * Test creating field
51
     * Test creating field
52
     */
52
     */
53
    public function test_create_field() {
53
    public function test_create_field(): void {
Línea 54... Línea 54...
54
        $this->resetAfterTest(true);
54
        $this->resetAfterTest(true);
55
 
55
 
56
        $lpg = $this->get_generator();
56
        $lpg = $this->get_generator();
Línea 67... Línea 67...
67
    }
67
    }
Línea 68... Línea 68...
68
 
68
 
69
    /**
69
    /**
70
     * Test for function add_instance_data()
70
     * Test for function add_instance_data()
71
     */
71
     */
72
    public function test_add_instance_data() {
72
    public function test_add_instance_data(): void {
Línea 73... Línea 73...
73
        $this->resetAfterTest(true);
73
        $this->resetAfterTest(true);
74
 
74
 
75
        $lpg = $this->get_generator();
75
        $lpg = $this->get_generator();