1
0
Fork 0
mirror of synced 2024-06-15 09:14:50 +12:00

Updated tests order

This commit is contained in:
Eldad Fux 2020-06-19 20:10:48 +03:00
parent af7ab1b164
commit 3943d30e28

View file

@ -64,6 +64,7 @@ trait AccountBase
*/
public function testCreateAccountSession($data):array
{
sleep(10);
$email = (isset($data['email'])) ? $data['email'] : '';
$password = (isset($data['password'])) ? $data['password'] : '';
@ -279,7 +280,6 @@ trait AccountBase
*/
public function testGetAccountLogs($data):array
{
sleep(10);
$session = (isset($data['session'])) ? $data['session'] : '';
/**