Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 61... Línea 61...
61
     * @dataProvider record_userfeedback_action_provider
61
     * @dataProvider record_userfeedback_action_provider
62
     * @param string $action The action taken by the user
62
     * @param string $action The action taken by the user
63
     *
63
     *
64
     * @covers ::execute
64
     * @covers ::execute
65
     */
65
     */
66
    public function test_record_userfeedback_action(string $action) {
66
    public function test_record_userfeedback_action(string $action): void {
67
        $this->resetAfterTest();
67
        $this->resetAfterTest();
Línea 68... Línea 68...
68
 
68
 
69
        $context = context_system::instance();
69
        $context = context_system::instance();
70
        $user = $this->getDataGenerator()->create_user();
70
        $user = $this->getDataGenerator()->create_user();