Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 49... Línea 49...
49
    }
49
    }
Línea 50... Línea 50...
50
 
50
 
51
    /**
51
    /**
52
     * Test get_from_id.
52
     * Test get_from_id.
53
     */
53
     */
54
    public function test_get_from_id() {
54
    public function test_get_from_id(): void {
Línea 55... Línea 55...
55
        $this->resetAfterTest();
55
        $this->resetAfterTest();
56
 
56
 
57
        $datagenerator = $this->getDataGenerator();
57
        $datagenerator = $this->getDataGenerator();
Línea 70... Línea 70...
70
    }
70
    }
Línea 71... Línea 71...
71
 
71
 
72
    /**
72
    /**
73
     * Test get_from_forum_id.
73
     * Test get_from_forum_id.
74
     */
74
     */
75
    public function test_get_from_forum_id() {
75
    public function test_get_from_forum_id(): void {
Línea 76... Línea 76...
76
        $this->resetAfterTest();
76
        $this->resetAfterTest();
77
 
77
 
78
        $datagenerator = $this->getDataGenerator();
78
        $datagenerator = $this->getDataGenerator();
Línea 244... Línea 244...
244
    }
244
    }
Línea 245... Línea 245...
245
 
245
 
246
    /**
246
    /**
247
     * Test get_from_forum_id_and_group_id.
247
     * Test get_from_forum_id_and_group_id.
248
     */
248
     */
249
    public function test_get_from_forum_id_and_group_id() {
249
    public function test_get_from_forum_id_and_group_id(): void {
Línea 250... Línea 250...
250
        $this->resetAfterTest();
250
        $this->resetAfterTest();
251
 
251
 
252
        $datagenerator = $this->getDataGenerator();
252
        $datagenerator = $this->getDataGenerator();
Línea 453... Línea 453...
453
    }
453
    }
Línea 454... Línea 454...
454
 
454
 
455
    /**
455
    /**
456
     * Test get_total_discussion_count_from_forum_id.
456
     * Test get_total_discussion_count_from_forum_id.
457
     */
457
     */
458
    public function test_get_total_discussion_count_from_forum_id() {
458
    public function test_get_total_discussion_count_from_forum_id(): void {
Línea 459... Línea 459...
459
        $this->resetAfterTest();
459
        $this->resetAfterTest();
460
 
460
 
461
        $datagenerator = $this->getDataGenerator();
461
        $datagenerator = $this->getDataGenerator();
Línea 481... Línea 481...
481
    }
481
    }
Línea 482... Línea 482...
482
 
482
 
483
    /**
483
    /**
484
     * Test get_total_discussion_count_from_forum_id_and_group_id.
484
     * Test get_total_discussion_count_from_forum_id_and_group_id.
485
     */
485
     */
486
    public function test_get_total_discussion_count_from_forum_id_and_group_id() {
486
    public function test_get_total_discussion_count_from_forum_id_and_group_id(): void {
Línea 487... Línea 487...
487
        $this->resetAfterTest();
487
        $this->resetAfterTest();
488
 
488
 
489
        $datagenerator = $this->getDataGenerator();
489
        $datagenerator = $this->getDataGenerator();