1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

New account recovery tests

This commit is contained in:
Eldad Fux 2020-02-08 20:51:57 +02:00
parent ff524ab180
commit 63f4f48f5f

View file

@ -808,7 +808,7 @@ trait AccountBase
/**
* @depends testDeleteAccountSession
*/
public function xtestCreateAccountRecovery($data):array
public function testCreateAccountRecovery($data):array
{
$email = (isset($data['email'])) ? $data['email'] : '';
$name = (isset($data['name'])) ? $data['name'] : '';
@ -882,7 +882,7 @@ trait AccountBase
/**
* @depends testCreateAccountRecovery
*/
public function xtestUpdateAccountRecovery($data):array
public function testUpdateAccountRecovery($data):array
{
$uid = (isset($data['uid'])) ? $data['uid'] : '';
$recovery = (isset($data['recovery'])) ? $data['recovery'] : '';