Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 30... Línea 30...
30
     * Tests checking verification code
30
     * Tests checking verification code
31
     *
31
     *
32
     * @covers ::check_verification_code
32
     * @covers ::check_verification_code
33
     * @covers ::post_pass_state
33
     * @covers ::post_pass_state
34
     */
34
     */
35
    public function test_check_verification_code() {
35
    public function test_check_verification_code(): void {
36
        global $DB, $USER;
36
        global $DB, $USER;
37
        $this->resetAfterTest(true);
37
        $this->resetAfterTest(true);
Línea 38... Línea 38...
38
 
38
 
39
        $emailfactorclass = new \factor_email\factor('email');
39
        $emailfactorclass = new \factor_email\factor('email');