feature: send thankscard page
This commit is contained in:
@@ -29,7 +29,7 @@ class PasswordMd5Test extends TestCase
|
||||
'name' => 'Test User',
|
||||
'mail' => 'test@example.com',
|
||||
'pass' => md5('old_password'),
|
||||
'departments' => 1,
|
||||
'departments' => config('constants.DEPARTMENTS')[0],
|
||||
'role' => config('constants.ROLE_MEMBER'),
|
||||
'status' => config('constants.STATUS_ACTIVE'),
|
||||
'card' => 10,
|
||||
@@ -51,7 +51,7 @@ class PasswordMd5Test extends TestCase
|
||||
'msnv' => 4002,
|
||||
'name' => 'Created User',
|
||||
'mail' => 'created@example.com',
|
||||
'departments' => 2,
|
||||
'departments' => config('constants.DEPARTMENTS')[1],
|
||||
'password' => 'admin_created_pass',
|
||||
'role' => config('constants.ROLE_MEMBER'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user