Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 90... Línea 90...
90
 
90
 
91
    /**
91
    /**
92
     * Test the build function throws exception if not given all of the forums for
92
     * Test the build function throws exception if not given all of the forums for
93
     * the list of posts.
93
     * the list of posts.
94
     */
94
     */
95
    public function test_build_throws_exception_on_missing_forums() {
95
    public function test_build_throws_exception_on_missing_forums(): void {
Línea 96... Línea 96...
96
        $this->resetAfterTest();
96
        $this->resetAfterTest();
97
 
97
 
98
        $datagenerator = $this->getDataGenerator();
98
        $datagenerator = $this->getDataGenerator();
Línea 115... Línea 115...
115
 
115
 
116
    /**
116
    /**
117
     * Test the build function throws exception if not given all of the discussions for
117
     * Test the build function throws exception if not given all of the discussions for
118
     * the list of posts.
118
     * the list of posts.
119
     */
119
     */
120
    public function test_build_throws_exception_on_missing_discussions() {
120
    public function test_build_throws_exception_on_missing_discussions(): void {
Línea 121... Línea 121...
121
        $this->resetAfterTest();
121
        $this->resetAfterTest();
122
 
122
 
123
        $datagenerator = $this->getDataGenerator();
123
        $datagenerator = $this->getDataGenerator();
Línea 140... Línea 140...
140
 
140
 
141
    /**
141
    /**
142
     * Test the build function returns the exported posts in the order that the posts are
142
     * Test the build function returns the exported posts in the order that the posts are
143
     * given.
143
     * given.
144
     */
144
     */
145
    public function test_build_returns_posts_in_order() {
145
    public function test_build_returns_posts_in_order(): void {
Línea 146... Línea 146...
146
        $this->resetAfterTest();
146
        $this->resetAfterTest();
147
 
147
 
148
        $datagenerator = $this->getDataGenerator();
148
        $datagenerator = $this->getDataGenerator();
Línea 183... Línea 183...
183
    }
183
    }
Línea 184... Línea 184...
184
 
184
 
185
    /**
185
    /**
186
     * Test the build function loads authors.
186
     * Test the build function loads authors.
187
     */
187
     */
188
    public function test_build_loads_authors() {
188
    public function test_build_loads_authors(): void {
Línea 189... Línea 189...
189
        $this->resetAfterTest();
189
        $this->resetAfterTest();
190
 
190
 
191
        $datagenerator = $this->getDataGenerator();
191
        $datagenerator = $this->getDataGenerator();
Línea 228... Línea 228...
228
    }
228
    }
Línea 229... Línea 229...
229
 
229
 
230
    /**
230
    /**
231
     * Test the build function loads attachments.
231
     * Test the build function loads attachments.
232
     */
232
     */
233
    public function test_build_loads_attachments() {
233
    public function test_build_loads_attachments(): void {
Línea 234... Línea 234...
234
        $this->resetAfterTest();
234
        $this->resetAfterTest();
235
 
235
 
236
        $datagenerator = $this->getDataGenerator();
236
        $datagenerator = $this->getDataGenerator();
Línea 304... Línea 304...
304
    }
304
    }
Línea 305... Línea 305...
305
 
305
 
306
    /**
306
    /**
307
     * Test the build function loads author groups.
307
     * Test the build function loads author groups.
308
     */
308
     */
309
    public function test_build_loads_author_groups() {
309
    public function test_build_loads_author_groups(): void {
Línea 310... Línea 310...
310
        $this->resetAfterTest();
310
        $this->resetAfterTest();
311
 
311
 
312
        $datagenerator = $this->getDataGenerator();
312
        $datagenerator = $this->getDataGenerator();
Línea 374... Línea 374...
374
    }
374
    }
Línea 375... Línea 375...
375
 
375
 
376
    /**
376
    /**
377
     * Test the build function loads tags.
377
     * Test the build function loads tags.
378
     */
378
     */
379
    public function test_build_loads_tags() {
379
    public function test_build_loads_tags(): void {
Línea 380... Línea 380...
380
        $this->resetAfterTest();
380
        $this->resetAfterTest();
381
 
381
 
382
        $datagenerator = $this->getDataGenerator();
382
        $datagenerator = $this->getDataGenerator();
Línea 435... Línea 435...
435
    }
435
    }
Línea 436... Línea 436...
436
 
436
 
437
    /**
437
    /**
438
     * Test the build function loads read_receipts.
438
     * Test the build function loads read_receipts.
439
     */
439
     */
440
    public function test_build_loads_read_receipts() {
440
    public function test_build_loads_read_receipts(): void {
Línea 441... Línea 441...
441
        $this->resetAfterTest();
441
        $this->resetAfterTest();
442
 
442
 
443
        $datagenerator = $this->getDataGenerator();
443
        $datagenerator = $this->getDataGenerator();