Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 175... Línea 175...
175
    }
175
    }
Línea 176... Línea 176...
176
 
176
 
177
    /**
177
    /**
178
     * Test confirming the deletion of favourites by type and item, but with no optional context filter provided.
178
     * Test confirming the deletion of favourites by type and item, but with no optional context filter provided.
179
     */
179
     */
180
    public function test_delete_favourites_by_type_and_item() {
180
    public function test_delete_favourites_by_type_and_item(): void {
Línea 181... Línea 181...
181
        list($user1context, $user2context, $course1context, $course2context) = $this->setup_users_and_courses();
181
        list($user1context, $user2context, $course1context, $course2context) = $this->setup_users_and_courses();
182
 
182
 
183
        // Get a user_favourite_service for each user.
183
        // Get a user_favourite_service for each user.
Línea 223... Línea 223...
223
    }
223
    }
Línea 224... Línea 224...
224
 
224
 
225
    /**
225
    /**
226
     * Test confirming the deletion of favourites by type and item and with the optional context filter provided.
226
     * Test confirming the deletion of favourites by type and item and with the optional context filter provided.
227
     */
227
     */
228
    public function test_delete_favourites_by_type_and_item_with_context() {
228
    public function test_delete_favourites_by_type_and_item_with_context(): void {
Línea 229... Línea 229...
229
        list($user1context, $user2context, $course1context, $course2context) = $this->setup_users_and_courses();
229
        list($user1context, $user2context, $course1context, $course2context) = $this->setup_users_and_courses();
230
 
230
 
231
        // Get a user_favourite_service for each user.
231
        // Get a user_favourite_service for each user.