Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
db5250c779
commit
6b6fc96a3f
|
|
@ -471,8 +471,10 @@ class RegisterControllerTest extends TestCase {
|
|||
'loginname' => $username,
|
||||
'fullname' => $fullname,
|
||||
'show_fullname' => true,
|
||||
'enforce_fullname' => false,
|
||||
'phone' => $phone,
|
||||
'show_phone' => true,
|
||||
'enforce_phone' => false,
|
||||
'message' => $message,
|
||||
'password' => $password,
|
||||
'additional_hint' => null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue